mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor update
This commit is contained in:
parent
f622995a29
commit
8585107e3d
|
@ -131,8 +131,8 @@ def __oneShotErrorUse(expression, field):
|
|||
conf.hashDB.write(expression, retVal)
|
||||
|
||||
else:
|
||||
check = "%s(?P<result>.*?)%s" % (kb.chars.start, kb.chars.stop)
|
||||
retVal = extractRegexResult(check, retVal, re.DOTALL | re.IGNORECASE) or retVal
|
||||
_ = "%s(?P<result>.*?)%s" % (kb.chars.start, kb.chars.stop)
|
||||
retVal = extractRegexResult(_, retVal, re.DOTALL | re.IGNORECASE) or retVal
|
||||
|
||||
return safecharencode(retVal) if kb.safeCharEncode else retVal
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user