mirror of
https://github.com/enaqx/awesome-pentest.git
synced 2025-01-08 13:48:01 -05:00
Consolidate generic "OSINT Tools" section, fix ToC.
This commit is contained in:
parent
52a8310da9
commit
1eff0b8c08
41
README.md
41
README.md
@ -57,9 +57,8 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
|
||||
* [Email search and analysis tools](#email-search-and-analysis-tools)
|
||||
* [Metadata harvesting and analysis](#metadata-harvesting-and-analysis)
|
||||
* [Network device discovery tools](#network-device-discovery-tools)
|
||||
* [Source code repository searching tools](#source-code-repository-searching-tools)
|
||||
* [OSINT Online Resources](#osint-online-resources)
|
||||
* [OSINT Tools](#osint-tools)
|
||||
* [Source code repository searching tools](#source-code-repository-searching-tools)
|
||||
* [Online Resources](#online-resources)
|
||||
* [Online Code Samples and Examples](#online-code-samples-and-examples)
|
||||
* [Online Exploit Development Resources](#online-exploit-development-resources)
|
||||
@ -68,7 +67,6 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
|
||||
* [Online Penetration Testing Resources](#online-penetration-testing-resources)
|
||||
* [Other Lists Online](#other-lists-online)
|
||||
* [Penetration Testing Report Templates](#penetration-testing-report-templates)
|
||||
* [Open Sources Intelligence (OSINT)](#open-sources-intelligence-osint)
|
||||
* [Operating System Distributions](#operating-system-distributions)
|
||||
* [Periodicals](#periodicals)
|
||||
* [Physical Access Tools](#physical-access-tools)
|
||||
@ -560,6 +558,21 @@ See also [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools).
|
||||
|
||||
See also [awesome-osint](https://github.com/jivoi/awesome-osint).
|
||||
|
||||
* [DataSploit](https://github.com/upgoingstar/datasploit) - OSINT visualizer utilizing Shodan, Censys, Clearbit, EmailHunter, FullContact, and Zoomeye behind the scenes.
|
||||
* [GyoiThon](https://github.com/gyoisamurai/GyoiThon) - GyoiThon is an Intelligence Gathering tool using Machine Learning.
|
||||
* [Intrigue](http://intrigue.io) - Automated OSINT & Attack Surface discovery framework with powerful API, UI and CLI.
|
||||
* [Maltego](http://www.maltego.com/) - Proprietary software for open sources intelligence and forensics.
|
||||
* [PacketTotal](https://packettotal.com/) - Simple, free, high-quality packet capture file analysis facilitating the quick detection of network-borne malware (using Zeek and Suricata IDS signatures under the hood).
|
||||
* [Skiptracer](https://github.com/xillwillx/skiptracer) - OSINT scraping framework that utilizes basic Python webscraping (BeautifulSoup) of PII paywall sites to compile passive information on a target on a ramen noodle budget.
|
||||
* [Sn1per](https://github.com/1N3/Sn1per) - Automated Pentest Recon Scanner.
|
||||
* [Spiderfoot](http://www.spiderfoot.net/) - Multi-source OSINT automation tool with a Web UI and report visualizations.
|
||||
* [creepy](https://github.com/ilektrojohn/creepy) - Geolocation OSINT tool.
|
||||
* [gOSINT](https://github.com/Nhoya/gOSINT) - OSINT tool with multiple modules and a telegram scraper.
|
||||
* [image-match](https://github.com/ascribe/image-match) - Quickly search over billions of images.
|
||||
* [recon-ng](https://github.com/lanmaster53/recon-ng) - Full-featured Web Reconnaissance framework written in Python.
|
||||
* [sn0int](https://github.com/kpcyrd/sn0int) - Semi-automatic OSINT framework and package manager.
|
||||
|
||||
|
||||
### Data Broker and Search Engine Services
|
||||
|
||||
* [Hunter.io](https://hunter.io/) - Data broker providing a Web search interface for discovering the email addresses and other organizational details of a company.
|
||||
@ -597,11 +610,6 @@ See also [awesome-osint](https://github.com/jivoi/awesome-osint).
|
||||
* [Shodan](https://www.shodan.io/) - World's first search engine for Internet-connected devices.
|
||||
* [ZoomEye](https://www.zoomeye.org/) - Search engine for cyberspace that lets the user find specific network components.
|
||||
|
||||
### Source code repository searching tools
|
||||
|
||||
* [vcsmap](https://github.com/melvinsh/vcsmap) - Plugin-based tool to scan public version control systems for sensitive information.
|
||||
* [Yar](https://github.com/Furduhlutur/yar) - Clone git repositories to search through the whole commit history in order of commit time for secrets, tokens, or passwords.
|
||||
|
||||
### OSINT Online Resources
|
||||
|
||||
* [CertGraph](https://github.com/lanrat/certgraph) - Crawls a domain's SSL/TLS certificates for its certificate alternative names.
|
||||
@ -610,21 +618,10 @@ See also [awesome-osint](https://github.com/jivoi/awesome-osint).
|
||||
* [OSINT Framework](http://osintframework.com/) - Collection of various OSINT tools broken out by category.
|
||||
* [WiGLE.net](https://wigle.net/) - Information about wireless networks world-wide, with user-friendly desktop and web applications.
|
||||
|
||||
### OSINT Tools
|
||||
### Source code repository searching tools
|
||||
|
||||
* [DataSploit](https://github.com/upgoingstar/datasploit) - OSINT visualizer utilizing Shodan, Censys, Clearbit, EmailHunter, FullContact, and Zoomeye behind the scenes.
|
||||
* [GyoiThon](https://github.com/gyoisamurai/GyoiThon) - GyoiThon is an Intelligence Gathering tool using Machine Learning.
|
||||
* [Intrigue](http://intrigue.io) - Automated OSINT & Attack Surface discovery framework with powerful API, UI and CLI.
|
||||
* [Maltego](http://www.maltego.com/) - Proprietary software for open sources intelligence and forensics.
|
||||
* [PacketTotal](https://packettotal.com/) - Simple, free, high-quality packet capture file analysis facilitating the quick detection of network-borne malware (using Bro and Suricata IDS signatures under the hood).
|
||||
* [Skiptracer](https://github.com/xillwillx/skiptracer) - OSINT scraping framework that utilizes basic Python webscraping (BeautifulSoup) of PII paywall sites to compile passive information on a target on a ramen noodle budget.
|
||||
* [Sn1per](https://github.com/1N3/Sn1per) - Automated Pentest Recon Scanner.
|
||||
* [Spiderfoot](http://www.spiderfoot.net/) - Multi-source OSINT automation tool with a Web UI and report visualizations.
|
||||
* [creepy](https://github.com/ilektrojohn/creepy) - Geolocation OSINT tool.
|
||||
* [gOSINT](https://github.com/Nhoya/gOSINT) - OSINT tool with multiple modules and a telegram scraper.
|
||||
* [image-match](https://github.com/ascribe/image-match) - Quickly search over billions of images.
|
||||
* [recon-ng](https://github.com/lanmaster53/recon-ng) - Full-featured Web Reconnaissance framework written in Python.
|
||||
* [sn0int](https://github.com/kpcyrd/sn0int) - Semi-automatic OSINT framework and package manager.
|
||||
* [vcsmap](https://github.com/melvinsh/vcsmap) - Plugin-based tool to scan public version control systems for sensitive information.
|
||||
* [Yar](https://github.com/Furduhlutur/yar) - Clone git repositories to search through the whole commit history in order of commit time for secrets, tokens, or passwords.
|
||||
|
||||
## Operating System Distributions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user