mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-25 01:34:23 +01:00
Another patch for an Issue #545
This commit is contained in:
parent
334c698d53
commit
6ff2b931ff
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ URI_QUESTION_MARKER = "__QUESTION_MARK__"
|
|||
ASTERISK_MARKER = "__ASTERISK_MARK__"
|
||||
REPLACEMENT_MARKER = "__REPLACEMENT_MARK__"
|
||||
|
||||
PAYLOAD_DELIMITER = "\x00\x00\x00"
|
||||
PAYLOAD_DELIMITER = "__PAYLOAD_DELIMITER__"
|
||||
CHAR_INFERENCE_MARK = "%c"
|
||||
PRINTABLE_CHAR_REGEX = r"[^\x00-\x1f\x7f-\xff]"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue