-
Notifications
You must be signed in to change notification settings - Fork 3
Burp Suite
Liodeus edited this page May 16, 2022
·
9 revisions
To crawl with Burp Suite, I do as follow:
Select "Crawl":
"Select from library", personnaly I often use those two:
Then I increase the "Maximum concurrent requests":
Let the crawler do is work, and when finish, go to "Target". Select All requests in the "Contents" tab. And finaly "Save selected items".
python3 crawlmap.py -u "https://127.0.0.1:8084/" --burp dvwa.burp
IMG TODO