mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
minor fix
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user