mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-28 11:08:38 +01:00
minor update
This commit is contained in:
parent
f622995a29
commit
8585107e3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue