mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
language
This commit is contained in:
@@ -1710,7 +1710,7 @@ def __checkTor():
|
|||||||
errMsg+= "instance of Tor client (usually 9050/tcp)"
|
errMsg+= "instance of Tor client (usually 9050/tcp)"
|
||||||
raise sqlmapConnectionException, errMsg
|
raise sqlmapConnectionException, errMsg
|
||||||
else:
|
else:
|
||||||
infoMsg = "Tor is properly used"
|
infoMsg = "Tor is properly being used"
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
def __basicOptionValidation():
|
def __basicOptionValidation():
|
||||||
|
|||||||
Reference in New Issue
Block a user