mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor comment
This commit is contained in:
parent
2fa8836c01
commit
5f6d88a418
2 changed files with 5 additions and 0 deletions
|
|
@ -328,6 +328,10 @@ def checkRegexp():
|
|||
return False
|
||||
|
||||
def checkNullConnection():
|
||||
"""
|
||||
Reference: http://www.wisec.it/sectou.php?id=472f952d79293
|
||||
"""
|
||||
|
||||
infoMsg = "testing NULL connection to the target url"
|
||||
logger.info(infoMsg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue