diff --git a/lib/utils/google.py b/lib/utils/google.py index 7b74b296e..af5f45021 100644 --- a/lib/utils/google.py +++ b/lib/utils/google.py @@ -100,7 +100,7 @@ class Google(object): if not retVal and "detected unusual traffic" in page: warnMsg = "Google has detected 'unusual' traffic from " - warnMsg += "this computer disabling further searches" + warnMsg += "used IP address disabling further searches" raise SqlmapGenericException(warnMsg) return retVal