File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ run `./get.sh` to download external payloads and unzip any payload files that ar
22
22
- FireFart - https://github.com/FireFart/HashCollision-DOS-POC
23
23
- HybrisDisaster - https://github.com/HybrisDisaster/aspHashDoS
24
24
- swisskyrepo - https://github.com/swisskyrepo/PayloadsAllTheThings
25
+ - 1N3 - https://github.com/1N3/IntruderPayloads
25
26
26
27
#### OWASP
27
28
- dirbuster - https://www.owasp.org/index.php/DirBuster
Original file line number Diff line number Diff line change @@ -101,6 +101,12 @@ unzip master.zip
101
101
rm master.zip
102
102
mv PayloadsAllTheThings-master PayloadsAllTheThings
103
103
104
+ # ## 1N3
105
+ wget https://github.com/1N3/IntruderPayloads/archive/master.zip
106
+ unzip master.zip
107
+ rm master.zip
108
+ mv IntruderPayloads-master IntruderPayloads
109
+
104
110
# ##### Uncompress these files
105
111
echo Extracting compressed payload files...
106
112
You can’t perform that action at this time.
0 commit comments