mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding option --web-root (Issue #2419)
This commit is contained in:
parent
a35c976759
commit
78ca371162
6 changed files with 17 additions and 6 deletions
|
|
@ -756,6 +756,9 @@ def cmdLineParser(argv=None):
|
|||
miscellaneous.add_option("--tmp-dir", dest="tmpDir",
|
||||
help="Local directory for storing temporary files")
|
||||
|
||||
miscellaneous.add_option("--web-root", dest="webRoot",
|
||||
help="Web server document root directory (e.g. \"/var/www\")")
|
||||
|
||||
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