mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
one more commit related to the issue with displaying of garbled characters
This commit is contained in:
parent
04986be4b9
commit
bb99bd2fbe
4 changed files with 6 additions and 5 deletions
|
|
@ -57,7 +57,7 @@ URI_QUESTION_MARKER = "__QUESTION_MARK__"
|
|||
|
||||
PAYLOAD_DELIMITER = "\x00"
|
||||
CHAR_INFERENCE_MARK = "%c"
|
||||
NON_PRINTABLE_CHAR_REGEX = r'[^\x00-\x1f\x7f-\xff]'
|
||||
PRINTABLE_CHAR_REGEX = r'[^\x00-\x1f\x7e-\xff]'
|
||||
|
||||
# dumping characters used in GROUP_CONCAT MySQL technique
|
||||
CONCAT_ROW_DELIMITER = ','
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue