mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +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
|
|
@ -790,6 +790,9 @@ smart = False
|
|||
# Local directory for storing temporary files.
|
||||
tmpDir =
|
||||
|
||||
# Web server document root directory (e.g. "/var/www").
|
||||
webRoot =
|
||||
|
||||
# Simple wizard interface for beginner users.
|
||||
# Valid: True or False
|
||||
wizard = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue