mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-25 23:49:49 +03:00
Update search.py
This commit is contained in:
parent
d7acc30580
commit
2975c65f2e
|
@ -63,7 +63,7 @@ def _search(dork):
|
|||
gpage = conf.googlePage if conf.googlePage > 1 else 1
|
||||
logger.info("using search result page #%d" % gpage)
|
||||
|
||||
url = "https://www.google.com/search?" # NOTE: https version goes to the consent
|
||||
url = "http://www.google.com/search?" # NOTE: https version goes to the consent
|
||||
url += "q=%s&" % urlencode(dork, convall=True)
|
||||
url += "num=100&hl=en&complete=0&safe=off&filter=0&btnG=Search"
|
||||
url += "&start=%d" % ((gpage - 1) * 100)
|
||||
|
|
Loading…
Reference in New Issue
Block a user