Skip to content

Commit

Permalink
DUCKDUCKGO!
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 3, 2020
1 parent 7da1cbd commit 2c15e32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Recon/url_scrapping.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ curl -i -s -k -X GET -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0

}

duckduckgo() {

token=$(curl -A "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0" "https://api.duckduckgo.com/?q=site%3A$1" -s | grep -Po "(?<=vqd=).*?(?=&)" | tail -1); curl -A "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:67.0) Gecko/20100101 Firefox/67.0" "https://duckduckgo.com/d.js?q=site%3A$1&vqd=$token" -s | grep -Po "(?<=u\":\").*?(?=\")"

}


# Usage: archive <domain> or bing <domain> or google <domain> (this last one is suppossed to be launched with doxycannon to bypass google captcha)

0 comments on commit 2c15e32

Please sign in to comment.