mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
update
This commit is contained in:
parent
0c9fa5c550
commit
ec6fa384eb
2 changed files with 11 additions and 0 deletions
|
|
@ -351,3 +351,6 @@ REFLECTIVE_MISS_THRESHOLD = 20
|
|||
|
||||
# Regular expression used for extracting HTML title
|
||||
HTML_TITLE_REGEX = "<title>(?P<result>[^<]+)</title>"
|
||||
|
||||
# Chars used to quickly distinguish if the user provided tainted parameter values
|
||||
DUMMY_SQL_INJECTION_CHARS = ";()'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue