mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Major fix for a silent bug
This commit is contained in:
parent
1bc2ee2fbf
commit
6191a7f26f
|
@ -29,6 +29,7 @@ from lib.core.exception import sqlmapNoneDataException
|
|||
from lib.core.settings import FROM_TABLE
|
||||
from lib.core.settings import PAYLOAD_DELIMITER
|
||||
from lib.core.settings import URI_INJECTION_MARK_CHAR
|
||||
from lib.core.unescaper import unescaper
|
||||
|
||||
class Agent:
|
||||
"""
|
||||
|
@ -240,6 +241,8 @@ class Agent:
|
|||
errMsg += "knowledge of underlying DBMS"
|
||||
raise sqlmapNoneDataException, errMsg
|
||||
|
||||
payload = unescaper.unescape(payload)
|
||||
|
||||
return payload
|
||||
|
||||
def getComment(self, reqObj):
|
||||
|
|
Loading…
Reference in New Issue
Block a user