mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding option '--purge'
This commit is contained in:
parent
3532d23933
commit
095b25e1d1
2 changed files with 17 additions and 0 deletions
|
|
@ -596,6 +596,10 @@ def cmdLineParser():
|
|||
action="store_true",
|
||||
help="Display page rank (PR) for Google dork results")
|
||||
|
||||
miscellaneous.add_option("--purge-output", dest="purgeOutput",
|
||||
action="store_true",
|
||||
help="Safely remove all content from output directory")
|
||||
|
||||
miscellaneous.add_option("--smart", dest="smart",
|
||||
action="store_true",
|
||||
help="Conduct through tests only if positive heuristic(s)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue