Difference between revisions of "Burp Suite: Intruder Payload"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sebagian ada di github, instalasinya juga cukup mudah * https://github.com/1N3/IntruderPayloads * Script Install.sh #!/bin/bash mkdir Repositories/ cd Repositories git...")
 
(No difference)

Latest revision as of 09:22, 14 February 2020

Sebagian ada di github, instalasinya juga cukup mudah


#!/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