-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
11 lines (10 loc) · 813 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
Name: Directory and File Listing Parser and Burp Site Map Importer
Version: 1.0
Date: 7/02/2013
Author: Smeege
Contact: [email protected]
Description: This is a Burp Suite extension in Python to parse a directory and file listing text file of a web application.
Once the directories and files are parsed a list of URLs is generated based on a couple of parameters given by
the user. After the list of URLs is generated the user can either copy the list and use as desired or choose
to import the list into Burp's Target Site Map. By importing the list a request will be made via each URL and
a proper response will be checked for before adding the request/response pair to Burp's Target Site Map.