mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update of warning message
This commit is contained in:
@@ -387,7 +387,8 @@ class Connect:
|
|||||||
|
|
||||||
if kb.originalPage is None:
|
if kb.originalPage is None:
|
||||||
warnMsg = "if the problem persists please try to rerun "
|
warnMsg = "if the problem persists please try to rerun "
|
||||||
warnMsg += "with the --random-agent switch turned on"
|
warnMsg += "with the --random-agent switch turned on "
|
||||||
|
warnMsg += "and/or try to use proxy switches (--ignore-proxy, --proxy,...)"
|
||||||
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.RANDOM_AGENT)
|
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.RANDOM_AGENT)
|
||||||
|
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user