Skip to content

Commit b943861

Browse files
committed
add IntruderPayloads
1 parent a1a898f commit b943861

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ run `./get.sh` to download external payloads and unzip any payload files that ar
2222
- FireFart - https://github.com/FireFart/HashCollision-DOS-POC
2323
- HybrisDisaster - https://github.com/HybrisDisaster/aspHashDoS
2424
- swisskyrepo - https://github.com/swisskyrepo/PayloadsAllTheThings
25+
- 1N3 - https://github.com/1N3/IntruderPayloads
2526

2627
#### OWASP
2728
- dirbuster - https://www.owasp.org/index.php/DirBuster

get.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ unzip master.zip
101101
rm master.zip
102102
mv PayloadsAllTheThings-master PayloadsAllTheThings
103103

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+
104110
###### Uncompress these files
105111
echo Extracting compressed payload files...
106112

0 commit comments

Comments
 (0)