Adapted the code to support a list of targets from a text file (Burp log file) or from a directory (WebScarab conversations folder) with command line option -l.

This commit is contained in:
Bernardo Damele
2008-11-20 17:56:09 +00:00
parent 80425c9ccd
commit 9be844cf3e
10 changed files with 94 additions and 37 deletions

View File

@@ -28,6 +28,7 @@ optDict = {
# Family: { "parameter_name": "parameter_datatype",
"Request": {
"url": "string",
"list": "string",
"googleDork": "string",
"testParameter": "string",
"method": "string",