mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Patch for an Issue #237
This commit is contained in:
parent
e7e83defaa
commit
181c3534f0
6 changed files with 20 additions and 7 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue