mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fix for an Issue #152
This commit is contained in:
parent
59078bb1b8
commit
76338add17
3 changed files with 5 additions and 2 deletions
|
|
@ -953,6 +953,9 @@ def checkNullConnection():
|
|||
Reference: http://www.wisec.it/sectou.php?id=472f952d79293
|
||||
"""
|
||||
|
||||
if conf.data:
|
||||
return False
|
||||
|
||||
infoMsg = "testing NULL connection to the target url"
|
||||
logger.info(infoMsg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue