From 7111cdabe3b730f9146c18b0f456ae5969770be9 Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 18 Mar 2013 11:41:15 +0100 Subject: [PATCH] Minor cosmetics --- lib/utils/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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