mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implementation for an Issue #557
This commit is contained in:
parent
ae4cd2ebed
commit
0a4512e9ae
2 changed files with 10 additions and 2 deletions
|
|
@ -259,6 +259,9 @@ WEBSCARAB_SPLITTER = "### Conversation"
|
|||
# Splitter used between requests in BURP log files
|
||||
BURP_REQUEST_REGEX = r"={10,}\s+[^=]+={10,}\s(.+?)\s={10,}"
|
||||
|
||||
# Regex used for parsing XML Burp saved history items
|
||||
BURP_XML_HISTORY_REGEX = r'<request base64="true"><!\[CDATA\[([^]]+)'
|
||||
|
||||
# Encoding used for Unicode data
|
||||
UNICODE_ENCODING = "utf8"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue