Skip to content

Burp Suite

Liodeus edited this page May 16, 2022 · 9 revisions

Table of contents


Burp Suite

Crawling

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".

Command line

python3 crawlmap.py -u "https://127.0.0.1:8084/" --burp dvwa.burp

IMG TODO

Clone this wiki locally