awesome-hacker-search-engines/README.md

185 lines
6.9 KiB
Markdown
Raw Normal View History

2022-06-24 01:56:30 -04:00
<h1 align="center">
<b>Awesome Hacker Search Engines</b>
</h1>
2022-06-20 10:27:41 -04:00
2022-06-24 01:56:30 -04:00
<p align="center">
2022-06-20 11:25:51 -04:00
A list of search engines useful during Penetration testing, vulnerability assessments, red team operations, bug bounty and more
2022-06-24 01:56:30 -04:00
</p>
2022-06-20 11:25:51 -04:00
2022-06-22 01:59:35 -04:00
<p align="center">
2022-06-24 01:47:21 -04:00
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#general-search-engines" target="_blank">General</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#servers" target="_blank">Servers</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#vulnerabilities" target="_blank">Vulnerabilities</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#exploits" target="_blank">Exploits</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#attack-surface" target="_blank">Attack surface</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#code-search-engines" target="_blank">Code</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#mail-addresses" target="_blank">Mail addresses</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#domains" target="_blank">Domains</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#urls" target="_blank">URLs</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#dns" target="_blank">DNS</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#certificate-search" target="_blank">Certificates</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#wifi-networks" target="_blank">WiFi networks</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#credentials" target="_blank">Credentials</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#social-networks" target="_blank">Social Networks</a>
2022-06-25 02:21:00 -04:00
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#phone-numbers" target="_blank">Phone numbers</a>
2022-06-26 02:51:33 -04:00
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#threat-intelligence" target="_blank">Threat Intelligence</a>
<a href="https://github.com/edoardottt/awesome-hacker-search-engines#web-history" target="_blank">Web History</a>
2022-06-22 01:59:35 -04:00
</p>
2022-06-20 15:02:31 -04:00
2022-06-20 14:58:26 -04:00
### General Search Engines
2022-06-20 10:52:50 -04:00
- [Google](https://www.google.com/)
2022-06-20 14:58:26 -04:00
- [Bing](https://www.bing.com/)
2022-06-20 14:59:39 -04:00
- [Yahoo!](http://www.yahoo.com/)
2022-06-25 03:13:02 -04:00
- [Yandex](https://yandex.com/)
2022-06-20 14:58:26 -04:00
2022-06-20 15:02:31 -04:00
2022-06-21 01:31:40 -04:00
### Servers
- [Shodan](https://shodan.io) - Search Engine for the Internet of Everything
- [Censys](https://censys.io/)
2022-06-21 01:33:33 -04:00
- [Onyphe.io](https://www.onyphe.io/)
2022-06-21 01:39:40 -04:00
- [ZoomEye](https://www.zoomeye.org/)
2022-06-22 02:14:21 -04:00
- [GreyNoise](https://viz.greynoise.io/)
2022-06-23 01:46:48 -04:00
- [Natlas](https://natlas.io/)
2022-06-25 02:24:35 -04:00
- [FOFA](https://fofa.info/)
2022-06-21 01:31:40 -04:00
2022-06-20 14:58:26 -04:00
### Vulnerabilities
- [NIST NVD](https://nvd.nist.gov/vuln/search)
- [MITRE CVE](https://cve.mitre.org/cve/search_cve_list.html)
2022-06-20 15:07:49 -04:00
- [osv.dev](https://osv.dev/list) - Open Source Vulnerabilities
2022-06-21 01:36:14 -04:00
- [Vulners.com](https://vulners.com/)
2022-06-25 05:37:24 -04:00
- [Rapid7 - DB](https://www.rapid7.com/db/)
- [CVEDetails](https://www.cvedetails.com/)
2022-06-20 14:58:26 -04:00
2022-06-20 15:02:31 -04:00
### Exploits
2022-06-20 15:12:51 -04:00
- [Exploit-DB](https://www.exploit-db.com/)
2022-06-20 15:02:31 -04:00
- [Sploitus](https://sploitus.com/)
2022-06-25 05:37:24 -04:00
- [Rapid7 - DB](https://www.rapid7.com/db/)
2022-06-20 15:02:31 -04:00
2022-06-21 01:33:04 -04:00
### Attack Surface
- [FullHunt.io](https://fullhunt.io/)
2022-06-21 01:34:24 -04:00
- [BynaryEdge](https://www.binaryedge.io/)
2022-06-22 02:15:22 -04:00
- [RedHunt Labs](https://redhuntlabs.com/)
2022-06-25 02:25:36 -04:00
- [SecurityTrails](https://securitytrails.com/)
2022-06-21 01:33:04 -04:00
2022-06-21 01:33:33 -04:00
2022-06-20 15:05:15 -04:00
### Code Search Engines
- [GitHub Code Search](https://cs.github.com/)
- [grep.app](https://grep.app/)
2022-06-21 01:36:48 -04:00
- [publicwww.com](https://publicwww.com/)
2022-06-23 02:09:36 -04:00
- [SearchCode](https://searchcode.com/)
- [NerdyData](https://www.nerdydata.com/)
- [RepoSearch](http://codefinder.org/)
2022-06-20 15:05:15 -04:00
2022-06-21 01:32:15 -04:00
### Mail addresses
- [Hunter.io](https://hunter.io/)
2022-06-20 15:05:15 -04:00
- [PhoneBook](https://phonebook.cz/)
2022-06-22 02:12:49 -04:00
- [IntelligenceX](https://intelx.io/)
2022-06-24 01:49:07 -04:00
- [RocketReach](https://rocketreach.co/)
2022-06-20 15:05:15 -04:00
### Domains
- [PhoneBook](https://phonebook.cz/)
2022-06-22 02:12:49 -04:00
- [IntelligenceX](https://intelx.io/)
2022-06-24 01:44:28 -04:00
- [Omnisint](https://omnisint.io/subdomain-enumeration) - Subdomain enumeration
2022-06-25 02:27:10 -04:00
- [Riddler](https://riddler.io/)
2022-06-20 15:05:15 -04:00
### URLs
- [PhoneBook](https://phonebook.cz/)
2022-06-22 02:12:49 -04:00
- [IntelligenceX](https://intelx.io/)
2022-06-23 02:21:08 -04:00
- [URLScan](https://urlscan.io/)
2022-06-20 15:05:15 -04:00
2022-06-22 02:02:18 -04:00
### DNS
- [DNSDumpster](https://dnsdumpster.com/)
2022-06-23 02:06:54 -04:00
- [RapidDNS](https://rapiddns.io/)
- [DNSdb](https://docs.farsightsecurity.com/#dnsdb)
2022-06-24 01:44:28 -04:00
- [Omnisint](https://omnisint.io/reverse-dns-lookup) - Reverse DNS lookup
2022-06-22 02:02:18 -04:00
2022-06-22 02:12:49 -04:00
2022-06-21 01:35:32 -04:00
### Certificate Search
- [Crt.sh](https://crt.sh/)
2022-06-24 01:38:06 -04:00
- [CTSearch](https://ui.ctsearch.entrust.com/ui/ctsearchui)
2022-06-24 01:39:04 -04:00
- [TLS.BufferOver.run](https://tls.bufferover.run/)
2022-06-21 01:35:32 -04:00
2022-06-21 01:37:25 -04:00
### WiFi networks
- [Wigle.net](https://wigle.net/)
2022-06-24 02:01:50 -04:00
### Credentials
- [Have I Been Pwned](https://haveibeenpwned.com/)
- [Dehashed](https://www.dehashed.com/)
- [Leak-Lookup](https://leak-lookup.com/)
- [Snusbase](https://snusbase.com/)
2022-06-23 02:17:53 -04:00
### Social Networks
2022-06-24 01:36:11 -04:00
These can be useful for osint and social engineering.
2022-06-23 02:17:53 -04:00
- [Facebook](https://www.facebook.com/)
- [Instagram](https://www.instagram.com/)
- [YouTube](https://www.youtube.com/)
- [Twitter](https://twitter.com/)
- [LinkedIn](https://www.linkedin.com/)
- [Reddit](https://new.reddit.com/)
- [Pinterest](https://www.pinterest.com/)
- [Tumblr](https://www.tumblr.com/)
- [Flickr](https://www.flickr.com/)
- [SnapChat](https://www.snapchat.com/)
- [Whatsapp](https://www.whatsapp.com/)
- [Quora](https://www.quora.com/)
- [TikTok](https://www.tiktok.com/)
- [Vimeo](https://vimeo.com/)
- [Medium](https://medium.com/)
- [WeChat](https://www.wechat.com/)
- [VK](https://vk.com/)
- [Weibo](https://weibo.com/)
- [Tinder](https://tinder.com/)
2022-06-24 01:47:41 -04:00
### Phone numbers
2022-06-24 01:49:07 -04:00
- [RocketReach](https://rocketreach.co/)
2022-06-24 01:50:23 -04:00
- [NumLookup](https://www.numlookup.com/)
- [WhitePages](https://www.whitepages.com/)
2022-06-26 02:48:45 -04:00
- [National Cellular Directory](https://www.nationalcellulardirectory.com/)
- [Phone Validator](https://www.phonevalidator.com/)
- [Free Carrier Lookup](https://freecarrierlookup.com/)
- [sync.me](https://sync.me/)
2022-06-26 02:49:52 -04:00
- [EmobileTracker](https://www.emobiletracker.com/)
- [SpyDialer](https://spydialer.com/)
- [Reverse Phone Lookup](https://www.reversephonelookup.com/)
2022-06-24 01:47:41 -04:00
2022-06-25 02:20:17 -04:00
### Threat Intelligence
- [PulseDive](https://pulsedive.com/)
2022-06-25 02:22:44 -04:00
- [ThreatCrowd](https://threatcrowd.org/)
- [ThreatMiner](https://www.threatminer.org/)
- [VirusTotal](https://www.virustotal.com/)
2022-06-25 02:20:17 -04:00
2022-06-20 15:02:31 -04:00
### Unclassified
- [Web Archive](https://web.archive.org/)
2022-06-20 10:27:41 -04:00
- [SynapsInt](https://synapsint.com/)
- [Spyse](https://spyse.com/)
- [NetoGraph](https://netograph.io/)
2022-06-23 01:55:09 -04:00
- [AlienVault](https://otx.alienvault.com/)
- [Archive.ph](https://archive.ph/)
- [DNS.BufferOver.run](https://dns.bufferover.run/)
- [C99.nl](https://api.c99.nl/)
- [CertSpotter](https://sslmate.com/certspotter/)
2022-06-23 01:58:04 -04:00
- [Chaos](https://chaos.projectdiscovery.io/#/)
- [CommonCrawl](https://commoncrawl.org/)
2022-06-23 02:00:51 -04:00
- [HackerTarget](https://hackertarget.com/)
- [PassiveTotal](https://api.passivetotal.org/)
2022-06-23 02:01:29 -04:00
- [RobTex](https://www.robtex.com/)
2022-06-23 02:04:50 -04:00
- [SiteDossier](http://www.sitedossier.com/)
2022-06-24 01:39:48 -04:00
---------
If you want to propose changes, just open an [issue](https://github.com/edoardottt/awesome-hacker-search-engines/issues).