Minor commit regarding #739

This commit is contained in:
Miroslav Stampar
2018-06-19 16:23:17 +02:00
parent 099110bc1f
commit ccda26a567
6 changed files with 20 additions and 10 deletions

View File

@@ -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]