mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Minor patch
This commit is contained in:
parent
02470ea683
commit
9ff115ce71
|
@ -432,7 +432,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
trueResult = Request.queryPage(reqPayload, place, raise404=False)
|
||||
truePage = threadData.lastComparisonPage or ""
|
||||
|
||||
if trueResult and truePage != falsePage:
|
||||
if trueResult and not(truePage == falsePage and not kb.nullConnection):
|
||||
falseResult = Request.queryPage(genCmpPayload(), place, raise404=False)
|
||||
|
||||
# Perform the test's False request
|
||||
|
|
Loading…
Reference in New Issue
Block a user