Skip to content

Latest commit

 

History

History

burp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Burp Suite Tools

This is a list of tools that can be used along with Burp Suite

BurpExportURIs

This tool can be used to export URIs from your Burp Suite project. You can use the generated list to test authorization / idor / etc.

Usage

python3 BurpExportURIs.py (BURP EXPORT FILE) (OPTIONAL: --truncate)

--truncate removes the "^https?://domain.tld" portions of the line.