mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor update
This commit is contained in:
parent
ac5a752b12
commit
0ead1fd87e
|
@ -571,7 +571,14 @@ def heuristicCheckSqlInjection(place, parameter):
|
||||||
debugMsg = "heuristic checking skipped "
|
debugMsg = "heuristic checking skipped "
|
||||||
debugMsg += "because NULL connection used"
|
debugMsg += "because NULL connection used"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
return
|
return None
|
||||||
|
|
||||||
|
if wasLastRequestDBMSError():
|
||||||
|
debugMsg = "heuristic checking skipped "
|
||||||
|
debugMsg += "because original page content "
|
||||||
|
debugMsg += "contains DBMS error"
|
||||||
|
logger.debug(debugMsg)
|
||||||
|
return None
|
||||||
|
|
||||||
prefix = ""
|
prefix = ""
|
||||||
suffix = ""
|
suffix = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user