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