mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fix for Issue #43
This commit is contained in:
parent
f495cfa139
commit
c8bac658f3
6 changed files with 17 additions and 8 deletions
|
|
@ -590,9 +590,13 @@ def cmdLineParser():
|
|||
action="store_true",
|
||||
help="Check for missing sqlmap dependencies")
|
||||
|
||||
miscellaneous.add_option("--exact", dest="exact",
|
||||
miscellaneous.add_option("--disable-cracking", dest="disableCracking",
|
||||
action="store_true",
|
||||
help="Prefer usage of exactly provided identificator names")
|
||||
help="Disable password hash cracking mechanism")
|
||||
|
||||
miscellaneous.add_option("--disable-like", dest="disableLike",
|
||||
action="store_true",
|
||||
help="Disable LIKE search of identificator names")
|
||||
|
||||
miscellaneous.add_option("--gpage", dest="googlePage", type="int",
|
||||
help="Use Google dork results from specified page number")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue