subfinder / research

❄️ Research project for SubFinder core API V2
MIT License
35 stars 8 forks source link

use google search completions #73

Closed picatz closed 5 years ago

picatz commented 5 years ago

Using google search completions could be an interesting source.

Given the domain google.com: http://suggestqueries.google.com/complete/search?output=toolbar&hl=en&q=google.com

I started getting some interesting results when playing around manually.

picatz commented 5 years ago

Oh, look, json!

curl "https://www.google.com/complete/search?output=search&client=chrome&q=apple.com" | jq .

picatz commented 5 years ago

Fixed with https://github.com/subfinder/research/commit/0269184cf41119717b7d5bfc3b995f6926c651a6

Ice3man543 commented 5 years ago

Wow. This is definitely very interesting source. Kudos @picat. :ok_hand:

picatz commented 5 years ago

Glad you like it @Ice3man543! 🙌