Commit Graph

363 Commits

Author SHA1 Message Date
Dave
5ae42d093c
Fixed form to from in line 981
There's a typo where it says form but it's supposed to be from.
2022-03-21 14:31:43 +07:00
MH_ProDev
ee8dd0c4c3
Merge pull request #286 from MrBrain295/patch-2
Create dependabot.yml
2022-03-20 20:44:10 +03:30
Gabe
b888108e28
Create dependabot.yml 2022-03-20 10:56:34 -05:00
MH_ProDev
ee4f2a2a4c
Merge pull request #284 from MrBrain295/patch-2
Fix bandit
2022-03-20 19:20:24 +03:30
Gabe
b546789628
Fix bandit 2022-03-20 07:51:42 -05:00
MH_ProDev
4a3f7ad14e
Update start.py 2022-03-19 23:15:33 +03:30
MH_ProDev
3d38bb48b3
Merge pull request #274 from PXEiYyMH8F/patch-1
Add some info about http status code distribution
2022-03-19 22:51:28 +03:30
SudoLite
631b436e84
Merge pull request #277 from MrBrain295/patch-2
Add Bandit security testing
2022-03-19 18:46:00 +03:30
Gabe
26cc579e19
Add Bandit security testing 2022-03-19 08:13:02 -05:00
SudoLite
c64fa1e305
Update feature_request.yml 2022-03-19 02:17:54 +03:30
SudoLite
adef7ca46f
Update bug_report.yml 2022-03-19 02:17:39 +03:30
PXEiYyMH8F
80ae8a9831
Update start.py 2022-03-18 21:58:35 +00:00
MH_ProDev
afa3889375
Merge pull request #273 from MHProDev/revert-270-main
Revert "wrap all code into function"
2022-03-19 00:30:53 +03:30
MH_ProDev
22bee2744d
Revert "wrap all code into function" 2022-03-19 00:30:22 +03:30
MH_ProDev
a7df5d2a2b
Merge pull request #270 from porthole-ascend-cinnamon/main
wrap all code into function
2022-03-19 00:20:47 +03:30
MH_ProDev
59f2b2a7d9
Merge pull request #271 from ukrarome/dns_payload
Fix DNS/CLDAP payload
2022-03-19 00:20:29 +03:30
Roman G
1703209801 Fix DNS/CLDAP payload 2022-03-18 17:11:03 +02:00
porthole-ascend-cinnamon
50ced7855b
wrap all code into function
simplify calling this module from the outside
2022-03-18 16:13:28 +02:00
MH_ProDev
b17a1c157d
Update config.json 2022-03-18 00:44:32 +03:30
MH_ProDev
d5595fde79
Merge pull request #268 from InvalidAccount69/main
Added Some Proxies
2022-03-18 00:43:44 +03:30
RainbowRain
4694843c29
Update start.py 2022-03-18 00:30:02 +03:30
InvalidAccount69
4812bb2f50 Added Some proxies to config.json 2022-03-17 23:55:10 +03:30
SudoLite
251f6725a2
Update README.md 2022-03-17 15:54:10 +03:30
SudoLite
eeeba9ed33
Merge pull request #267 from Arman2122/patch-9
Fixed Formatting
2022-03-17 12:09:50 +03:30
ArmanHC
b4ef0f0e4a
Fixed Formatting
Fixed Formatting 
Removed (object) from class Counter(object) Line 103
cause a class is inherited from object by default
2022-03-17 11:58:06 +03:30
SudoLite
abeea8bc1a
Merge pull request #266 from MHProDev/revert-265-patch-7
Revert "Fixed Legacy code formatting To f-string format"
2022-03-17 11:28:32 +03:30
SudoLite
b6f1d9024b
Revert "Fixed Legacy code formatting To f-string format" 2022-03-17 11:27:45 +03:30
SudoLite
6c4c8ee99d
Merge pull request #265 from Arman2122/patch-7
Fixed Legacy code formatting To f-string format
2022-03-17 11:16:28 +03:30
ArmanHC
833e89d424
Fixed Legacy code formatting To f-string format 2022-03-17 10:54:24 +03:30
SudoLite
51eb6feda1
Merge pull request #264 from Arman2122/patch-6
readme style fix
2022-03-17 10:54:08 +03:30
ArmanHC
8f87f5b538
readme style fix 2022-03-17 10:23:21 +03:30
SudoLite
f96f738de5
Merge pull request #263 from MrBrain295/patch-1
Markdown > HTML
2022-03-17 09:23:23 +03:30
Gabe
92de00781b
Markdown > HTML 2022-03-16 21:29:38 -05:00
InvalidAccount69
bed46f2a22 a little optimizing ( Deleted 77 Line )
Example:
old:
else:
    logger.setLevel("DEBUG")
now:
else: logger.setLevel("DEBUG")
2022-03-17 03:50:12 +03:30
MH_ProDev
52c1b2fbd6
Create http.txt 2022-03-15 22:46:53 +03:30
SudoLite
6fed572841
Merge pull request #258 from Arman2122/patch-4
Update useragent.txt
2022-03-15 15:17:27 +03:30
ArmanHC
8b69e99a03
Update useragent.txt 2022-03-15 15:05:16 +03:30
SudoLite
8c823a94a9
Update config.yml 2022-03-15 12:55:41 +03:30
SudoLite
9ae32258fe
Create config.yml 2022-03-15 12:54:08 +03:30
SudoLite
812e38e2b6
Change template 2022-03-15 12:37:14 +03:30
SudoLite
24615deccf
Change template 2022-03-15 12:35:52 +03:30
SudoLite
c839991958
Change template 2022-03-15 12:10:42 +03:30
MH_ProDev
37e8d27d43
Merge pull request #254 from InvalidAccount69/main
Fixed Some Bugs ( DGB Method )
2022-03-15 02:57:23 +03:30
InvalidAccount69
a7f742c980 Added DGB To HttpFlood.select #234 2022-03-15 02:53:59 +03:30
InvalidAccount69
73e2243232 DGB Bypass Changed #231 2022-03-15 02:52:08 +03:30
MH_ProDev
332df70b0d
Merge pull request #248 from PXEiYyMH8F/main
Fix BOMB
2022-03-15 02:12:55 +03:30
MH_ProDev
b2f0f39c1c
Merge pull request #249 from anochuv/main
Reset frozen threads
2022-03-15 02:12:40 +03:30
MH_ProDev
3f85f2e873
Layer4 2022-03-15 02:12:20 +03:30
PXEiYyMH8F
eecc6dd611
Update start.py
Go has strict location in system.
2022-03-14 19:56:29 +00:00
anochuv
509f285601 Reset frozen threads 2022-03-14 21:44:21 +02:00