mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation for an Issue #292
This commit is contained in:
parent
9e38ccbc3d
commit
562044577b
10 changed files with 113 additions and 50 deletions
|
|
@ -107,7 +107,7 @@ def _oneShotErrorUse(expression, field=None):
|
|||
None)
|
||||
|
||||
if output is not None:
|
||||
output = getUnicode(output, kb.pageEncoding)
|
||||
output = getUnicode(output)
|
||||
else:
|
||||
trimmed = extractRegexResult(trimcheck, page, re.DOTALL | re.IGNORECASE) \
|
||||
or extractRegexResult(trimcheck, listToStrValue(headers.headers \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue