mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
one important fix (URI injection parameter '*' now can go anywhere)
This commit is contained in:
parent
c19d481bb1
commit
accf4e6ce0
2 changed files with 8 additions and 1 deletions
|
|
@ -52,6 +52,8 @@ DUMP_TAB_MARKER = "__TAB__"
|
|||
DUMP_START_MARKER = "__START__"
|
||||
DUMP_STOP_MARKER = "__STOP__"
|
||||
|
||||
URI_QUESTION_MARKER = "__QUESTION_MARK__"
|
||||
|
||||
PAYLOAD_DELIMITER = "\x00"
|
||||
CHAR_INFERENCE_MARK = "%c"
|
||||
NON_CONTROL_CHAR_REGEX = r'[^\x00-\x1f]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue