Burp Suite: Intruder Payload

From OnnoWiki
Revision as of 09:22, 14 February 2020 by Onnowpurbo (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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