mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
quick fix for google searches
This commit is contained in:
parent
99a23e23cf
commit
71107e4e9e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user