mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-15 22:10:36 +00:00
Minor fix
This commit is contained in:
parent
2938ac550c
commit
596cf95040
2 changed files with 7 additions and 7 deletions
|
|
@ -59,9 +59,6 @@ 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")
|
||||
|
||||
|
|
@ -523,6 +520,9 @@ def cmdLineParser():
|
|||
#general.add_option("-x", dest="xmlFile",
|
||||
# help="Dump the data into an XML file")
|
||||
|
||||
general.add_option("-s", dest="sessionFile",
|
||||
help="Load session from a stored (.sqlite) file")
|
||||
|
||||
general.add_option("-t", dest="trafficFile",
|
||||
help="Log all HTTP traffic into a "
|
||||
"textual file")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue