mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
proper handling of carriage return character from Windows target machines
This commit is contained in:
parent
ab33651f96
commit
2a8e270bef
2 changed files with 4 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ LOGGER.setLevel(logging.WARN)
|
|||
|
||||
# dump markers
|
||||
DUMP_NEWLINE_MARKER = "__NEWLINE__"
|
||||
DUMP_CR_MARKER = "__CARRIAGE_RETURN__"
|
||||
DUMP_DEL_MARKER = "__DEL__"
|
||||
DUMP_TAB_MARKER = "__TAB__"
|
||||
DUMP_START_MARKER = "__START__"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue