mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-24 01:08:49 +01:00
Patch for an Issue #1073
This commit is contained in:
parent
e2edebd406
commit
e383df8e29
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ MAX_DNS_LABEL = 63
|
|||
DNS_BOUNDARIES_ALPHABET = re.sub("[a-fA-F]", "", string.ascii_letters)
|
||||
|
||||
# Alphabet used for heuristic checks
|
||||
HEURISTIC_CHECK_ALPHABET = ('"', '\'', ')', '(', '[', ']', ',', '.')
|
||||
HEURISTIC_CHECK_ALPHABET = ('"', '\'', ')', '(', ',', '.')
|
||||
|
||||
# String used for dummy XSS check of a tested parameter value
|
||||
DUMMY_XSS_CHECK_APPENDIX = "<'\">"
|
||||
|
|
|
|||
Loading…
Reference in a new issue