mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +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 += "because NULL connection used"
|
||||
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 = ""
|
||||
suffix = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user