Patch for an Issue #237

This commit is contained in:
Miroslav Stampar
2012-11-08 19:16:37 +01:00
parent e7e83defaa
commit 181c3534f0
6 changed files with 20 additions and 7 deletions

View File

@@ -58,6 +58,9 @@ def cmdLineParser():
target.add_option("-r", dest="requestFile",
help="Load HTTP request from a file")
target.add_option("-s", dest="sessionFile",
help="Load session from a stored (.sqlite) file")
target.add_option("-g", dest="googleDork",
help="Process Google dork results as target urls")