diff --git a/lib/utils/google.py b/lib/utils/google.py index 207bc32c1..35752f13c 100644 --- a/lib/utils/google.py +++ b/lib/utils/google.py @@ -59,7 +59,7 @@ class Google: for match in self.__matches: if re.search("(.*?)\?(.+)", match, re.I): - kb.targetUrls.add(( htmlunescape(match), None, None, None )) + kb.targetUrls.add(( htmlunescape(htmlunescape(match)), None, None, None )) def getCookie(self): """