mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-21 05:50:37 +03:00
Minor fix
This commit is contained in:
parent
c1c14dabd9
commit
9c620da0a5
|
@ -196,6 +196,9 @@ class Connect:
|
||||||
warnMsg += "status code, try to force the HTTP User-Agent "
|
warnMsg += "status code, try to force the HTTP User-Agent "
|
||||||
warnMsg += "header with option --user-agent or -a"
|
warnMsg += "header with option --user-agent or -a"
|
||||||
|
|
||||||
|
else:
|
||||||
|
warnMsg = "unable to connect to the target url"
|
||||||
|
|
||||||
if "BadStatusLine" not in tbMsg:
|
if "BadStatusLine" not in tbMsg:
|
||||||
warnMsg += " or proxy"
|
warnMsg += " or proxy"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user