Please read the Disclaimer.
Centralops
This one location site can be used to get a lot of public network information.
Website: https://centralops.net/co/.
Tons of information can be found online using Google about a target.
Parameter | Details |
site: | return results of that specific site |
filetype: | return only file types |
intitle: | return results with that specific title |
inurl: | return results with the string in the URL |
To do reverse effects, use -
before the parameter.
For specific types of sites and applications use google database search: https://www.exploit-db.com/google-hacking-database.
Email Harvesting
Search emails from:
- Google site searches
- Social media searches
Using theharvester
tool using google, saving to a text file:
theharvester -d <domain> -b google > <file>.txt
Using theharvester
tool using Bing, saving to a text file:
theharvester -d <domain> -l 10 -b bing > <file>.txt
Shodan
Shodan is a great online tool. It requires a sign up and has different tiers available.
Website: https://shodan.io/.
It also has a command line tool: https://cli.shodan.io/.
URL Scan
This site is a great tool for checking out details of websites without actually going to them and exposing potential dangerous sites.
Website: https://urlscan.io/.