mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
revert of a stupid commit
This commit is contained in:
@@ -623,8 +623,6 @@ class Agent:
|
||||
retVal = inpStr
|
||||
|
||||
if inpStr:
|
||||
retVal = retVal.replace(PAYLOAD_DELIMITER, '')
|
||||
|
||||
if urlencode_:
|
||||
regObj = getCompiledRegex("%s(?P<result>.*?)%s" % (PAYLOAD_DELIMITER, PAYLOAD_DELIMITER))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user