Burp Suite Tips and Tricks

Blog post: Turbo Intruder: Embracing the billion-request attack
Turbo Intruder: Embracing the billion-request attack | PortSwigger Researchportswigger.net
Need to import multiple URL;s in to burp suite - https://twitter.com/search?q=parallell%20bugbountytip&src=typed_query
cat yahoourls.txt| parallel -j 10 curl --proxy http://127.0.0.1:8080 -sk > /dev/null
D Ξ Ξ P Λ K
⚙️
@1m4xx0
·Oct 10, 2019One liner to import whole list of subdomains into Burp suite for automated scanning! cat <file-name> | parallel -j 200 curl -L -o /dev/null {} -x 127.0.0.1:8080 -k -s #bugbountytips #bugbounty #bugbountytip