mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
adding new switch '--smart' by request
This commit is contained in:
parent
5d31eb5ef7
commit
0d6afca7db
4 changed files with 14 additions and 3 deletions
|
|
@ -549,6 +549,10 @@ def cmdLineParser():
|
|||
action="store_true",
|
||||
help="Display page rank (PR) for Google dork results")
|
||||
|
||||
miscellaneous.add_option("--smart", dest="smart",
|
||||
action="store_true",
|
||||
help="Conduct through tests only if positive heuristic(s)")
|
||||
|
||||
miscellaneous.add_option("--wizard", dest="wizard",
|
||||
action="store_true",
|
||||
help="Simple wizard interface for beginner users")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue