Burp Suite: Intruder Payload
Jump to navigation
Jump to search
Sebagian ada di github, instalasinya juga cukup mudah
- https://github.com/1N3/IntruderPayloads
- Script Install.sh
#!/bin/bash mkdir Repositories/ cd Repositories git clone --depth=1 https://github.com/swisskyrepo/PayloadsAllTheThings.git git clone --depth=1 https://github.com/xmendez/wfuzz.git git clone --depth=1 https://github.com/fuzzdb-project/fuzzdb.git git clone --depth=1 https://github.com/minimaxir/big-list-of-naughty-strings.git git clone --depth=1 https://github.com/foospidy/payloads.git git clone --depth=1 https://github.com/danielmiessler/RobotsDisallowed.git git clone --depth=1 https://github.com/danielmiessler/SecLists.git