mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #2762
This commit is contained in:
parent
cc37b12d37
commit
0d1ea50785
3 changed files with 4 additions and 4 deletions
|
|
@ -122,7 +122,7 @@ def _search(dork):
|
|||
elif choice == '2':
|
||||
url = "https://www.bing.com/search?q=%s&first=%d" % (urlencode(dork, convall=True), (gpage - 1) * 10 + 1)
|
||||
regex = BING_REGEX
|
||||
elif choice == '1':
|
||||
else:
|
||||
url = "https://duckduckgo.com/d.js?"
|
||||
url += "q=%s&p=%d&s=100" % (urlencode(dork, convall=True), gpage)
|
||||
regex = DUCKDUCKGO_REGEX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue