mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-08-02 19:30:10 +03:00
Merge 65a3cc9a5d
into a3f9741d6e
This commit is contained in:
commit
f37e654f5e
18
sqlmap.conf
18
sqlmap.conf
|
@ -63,7 +63,7 @@ agent =
|
|||
randomAgent = False
|
||||
|
||||
# HTTP Host header.
|
||||
host =
|
||||
host = http://web1.carparts-cat.com/default.aspx?11=23&14=4&10=CF29291F4659979BE040A8C01E3E0A47023004&12=1003
|
||||
|
||||
# HTTP Referer header. Useful to fake the HTTP Referer header value at
|
||||
# each HTTP request.
|
||||
|
@ -131,7 +131,7 @@ scope =
|
|||
|
||||
# Url address to visit frequently during testing.
|
||||
# Example: http://192.168.1.121/index.html
|
||||
safUrl =
|
||||
safUrl = http://www.google.hr
|
||||
|
||||
# Test requests between two visits to a given safe url (default 0).
|
||||
# Valid: integer
|
||||
|
@ -477,7 +477,7 @@ commonColumns = False
|
|||
udfInject = False
|
||||
|
||||
# Local path of the shared library
|
||||
shLib =
|
||||
shLib = C:\Users\Dodo\Documents
|
||||
|
||||
|
||||
# These options can be used to access the back-end database management
|
||||
|
@ -529,11 +529,11 @@ privEsc = False
|
|||
|
||||
# Local path where Metasploit Framework is installed.
|
||||
# Valid: file system path
|
||||
msfPath =
|
||||
msfPath = C:\metasploit
|
||||
|
||||
# Remote absolute path of temporary files directory.
|
||||
# Valid: absolute file system path
|
||||
tmpPath =
|
||||
tmpPath = C:\Users\Default\AppData\Local\temp\
|
||||
|
||||
|
||||
# These options can be used to access the back-end database management
|
||||
|
@ -645,7 +645,7 @@ torType = HTTP
|
|||
|
||||
# Update sqlmap.
|
||||
# Valid: True or False
|
||||
updateAll = False
|
||||
updateAll = true
|
||||
|
||||
|
||||
[Miscellaneous]
|
||||
|
@ -661,7 +661,7 @@ answers =
|
|||
|
||||
# Make a beep sound when SQL injection is found.
|
||||
# Valid: True or False
|
||||
beep = False
|
||||
beep = true
|
||||
|
||||
# Offline WAF/IPS/IDS payload detection testing.
|
||||
# Valid: True or False
|
||||
|
@ -677,7 +677,7 @@ cleanup = False
|
|||
|
||||
# Check for missing (non-core) sqlmap dependencies.
|
||||
# Valid: True or False
|
||||
dependencies = False
|
||||
dependencies = True
|
||||
|
||||
# Disable console output coloring.
|
||||
# Valid: True or False
|
||||
|
@ -709,7 +709,7 @@ testFilter =
|
|||
|
||||
# Simple wizard interface for beginner users.
|
||||
# Valid: True or False
|
||||
wizard = False
|
||||
wizard = true
|
||||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 6
|
||||
|
|
Loading…
Reference in New Issue
Block a user