mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Major fix for a silent bug
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user