mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor commit regarding #739
This commit is contained in:
14
sqlmap.conf
14
sqlmap.conf
@@ -367,29 +367,33 @@ tech = BEUSTQ
|
||||
# Default: 5
|
||||
timeSec = 5
|
||||
|
||||
# Range of columns to test for
|
||||
# Range of columns to test for.
|
||||
# Valid: range of integers
|
||||
# Example: 1-10
|
||||
uCols =
|
||||
|
||||
# Character to use for bruteforcing number of columns
|
||||
# Character to use for bruteforcing number of columns.
|
||||
# Valid: string
|
||||
# Example: NULL
|
||||
uChar =
|
||||
|
||||
# Table to use in FROM part of UNION query SQL injection
|
||||
# Table to use in FROM part of UNION query SQL injection.
|
||||
# Valid: string
|
||||
# Example: INFORMATION_SCHEMA.COLLATIONS
|
||||
uFrom =
|
||||
|
||||
# Domain name used for DNS exfiltration attack
|
||||
# Domain name used for DNS exfiltration attack.
|
||||
# Valid: string
|
||||
dnsDomain =
|
||||
|
||||
# Resulting page URL searched for second-order response
|
||||
# Resulting page URL searched for second-order response.
|
||||
# Valid: string
|
||||
secondUrl =
|
||||
|
||||
# Load second-order HTTP request from file.
|
||||
# Valid: string
|
||||
secondReq =
|
||||
|
||||
|
||||
[Fingerprint]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user