mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-26 00:33:14 +03:00
Minor cosmetics
This commit is contained in:
parent
ba1e9aa373
commit
7111cdabe3
|
@ -100,7 +100,7 @@ class Google(object):
|
||||||
|
|
||||||
if not retVal and "detected unusual traffic" in page:
|
if not retVal and "detected unusual traffic" in page:
|
||||||
warnMsg = "Google has detected 'unusual' traffic from "
|
warnMsg = "Google has detected 'unusual' traffic from "
|
||||||
warnMsg += "this computer disabling further searches"
|
warnMsg += "used IP address disabling further searches"
|
||||||
raise SqlmapGenericException(warnMsg)
|
raise SqlmapGenericException(warnMsg)
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user