mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Adding option --tmp-dir
This commit is contained in:
parent
afdca09ced
commit
680aedaefc
5 changed files with 48 additions and 23 deletions
11
sqlmap.conf
11
sqlmap.conf
|
|
@ -756,10 +756,6 @@ googlePage = 1
|
|||
# Valid: True or False
|
||||
identifyWaf = False
|
||||
|
||||
# Skip heuristic detection of WAF/IPS/IDS protection.
|
||||
# Valid: True or False
|
||||
skipWaf = False
|
||||
|
||||
# Imitate smartphone through HTTP User-Agent header.
|
||||
# Valid: True or False
|
||||
mobile = False
|
||||
|
|
@ -772,10 +768,17 @@ offline = False
|
|||
# Valid: True or False
|
||||
pageRank = False
|
||||
|
||||
# Skip heuristic detection of WAF/IPS/IDS protection.
|
||||
# Valid: True or False
|
||||
skipWaf = False
|
||||
|
||||
# Conduct thorough tests only if positive heuristic(s).
|
||||
# Valid: True or False
|
||||
smart = False
|
||||
|
||||
# Local directory for storing temporary files.
|
||||
tmpDir =
|
||||
|
||||
# Simple wizard interface for beginner users.
|
||||
# Valid: True or False
|
||||
wizard = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue