mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Removing --disable... switches and making changes in default choice(s) for respectable sections
This commit is contained in:
@@ -610,14 +610,6 @@ def cmdLineParser():
|
||||
action="store_true",
|
||||
help="Check for missing sqlmap dependencies")
|
||||
|
||||
miscellaneous.add_option("--disable-hash", dest="disableHash",
|
||||
action="store_true",
|
||||
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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user