mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
minor fix
This commit is contained in:
parent
2350a3c74d
commit
827cd1d56b
|
@ -90,7 +90,7 @@ def __unionPosition(negative=False, falseCond=False):
|
||||||
# server
|
# server
|
||||||
htmlParsed = htmlParser(resultPage)
|
htmlParsed = htmlParser(resultPage)
|
||||||
|
|
||||||
if randQuery in resultPage and not htmlParsed:
|
if resultPage and randQuery in resultPage and not htmlParsed:
|
||||||
setUnion(position=exprPosition)
|
setUnion(position=exprPosition)
|
||||||
value = __forgeUserFriendlyValue(payload)
|
value = __forgeUserFriendlyValue(payload)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user