mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
revert of a stupid commit
This commit is contained in:
parent
2fb059a644
commit
264247d318
1 changed files with 0 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue