mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update of google regex (that * was a junky one)
This commit is contained in:
@@ -45,7 +45,7 @@ class Google:
|
|||||||
|
|
||||||
matches = []
|
matches = []
|
||||||
|
|
||||||
regExpr = r'h3 class="?r"?><a href="(http[s]*://.+?)"\sclass="?l"?'
|
regExpr = r'h3 class="?r"?><a href="(http[s]?://.+?)"\sclass="?l"?'
|
||||||
matches = re.findall(regExpr, page, re.I | re.M)
|
matches = re.findall(regExpr, page, re.I | re.M)
|
||||||
|
|
||||||
return matches
|
return matches
|
||||||
|
|||||||
Reference in New Issue
Block a user