From 384290ae8a4e5c267e4bf7737c3720d68cf6d08f Mon Sep 17 00:00:00 2001 From: fabacab Date: Tue, 7 Jul 2020 21:55:04 -0400 Subject: [PATCH] Consolidate various OSINT sections. --- README.md | 183 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 94 insertions(+), 89 deletions(-) diff --git a/README.md b/README.md index 643a81a..3e9254f 100644 --- a/README.md +++ b/README.md @@ -51,22 +51,24 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Wireless Network Tools](#wireless-network-tools) * [Network Vulnerability Scanners](#network-vulnerability-scanners) * [Web Vulnerability Scanners](#web-vulnerability-scanners) -* [OSINT Tools](#osint-tools) +* [Open Sources Intelligence (OSINT)](#open-sources-intelligence-osint) * [Data broker and search engine services](#data-broker-and-search-engine-services) * [Dorking tools](#dorking-tools) * [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) * [Online Resources](#online-resources) * [Online Code Samples and Examples](#online-code-samples-and-examples) * [Online Exploit Development Resources](#online-exploit-development-resources) * [Online Lock Picking Resources](#online-lock-picking-resources) - * [Online Open Sources Intelligence (OSINT) Resources](#online-open-sources-intelligence-osint-resources) * [Online Operating Systems Resources](#online-operating-systems-resources) * [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) @@ -491,23 +493,83 @@ See also [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools). * [joomscan](https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project) - Joomla vulnerability scanner. * [w3af](https://github.com/andresriancho/w3af) - Web application attack and audit framework. -## OSINT Tools +## Online Resources -* [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. +### Online Code Samples and Examples -### Data broker and search engine services +* [goHackTools](https://github.com/dreddsa5dies/goHackTools) - Hacker tools on Go (Golang). + +### Online Exploit Development Resources + +* [Exploit Writing Tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) - Tutorials on how to develop exploits. +* [Shellcode Examples](http://shell-storm.org/shellcode/) - Shellcodes database. +* [Shellcode Tutorial](http://www.vividmachines.com/shellcode/shellcode.html) - Tutorial on how to write shellcode. + +### Online Operating Systems Resources + +* [DistroWatch.com's Security Category](https://distrowatch.com/search.php?category=Security) - Website dedicated to talking about, reviewing, and keeping up to date with open source operating systems. + +### Online Penetration Testing Resources + +* [InfoSec Institute](https://resources.infosecinstitute.com) - IT and security articles. +* [MITRE's Adversarial Tactics, Techniques & Common Knowledge (ATT&CK)](https://attack.mitre.org/) - Curated knowledge base and model for cyber adversary behavior. +* [Metasploit Unleashed](https://www.offensive-security.com/metasploit-unleashed/) - Free Offensive Security Metasploit course. +* [Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - Worldwide not-for-profit charitable organization focused on improving the security of especially Web-based and Application-layer software. +* [PENTEST-WIKI](https://github.com/nixawk/pentest-wiki) - Free online security knowledge library for pentesters and researchers. +* [Penetration Testing Execution Standard (PTES)](http://www.pentest-standard.org/) - Documentation designed to provide a common language and scope for performing and reporting the results of a penetration test. +* [Penetration Testing Framework (PTF)](http://www.vulnerabilityassessment.co.uk/Penetration%20Test.html) - Outline for performing penetration tests compiled as a general framework usable by vulnerability analysts and penetration testers alike. +* [XSS-Payloads](http://www.xss-payloads.com) - Resource dedicated to all things XSS (cross-site), including payloads, tools, games, and documentation. + +### Other Lists Online + +* [.NET Programming](https://github.com/quozd/awesome-dotnet) - Software framework for Microsoft Windows platform development. +* [Infosec/hacking videos recorded by cooper](https://administraitor.video) - Collection of security conferences recorded by Cooper. +* [Android Exploits](https://github.com/sundaysec/Android-Exploits) - Guide on Android Exploitation and Hacks. +* [Android Security](https://github.com/ashishb/android-security-awesome) - Collection of Android security related resources. +* [AppSec](https://github.com/paragonie/awesome-appsec) - Resources for learning about application security. +* [Awesome Awesomness](https://github.com/bayandin/awesome-awesomeness) - The List of the Lists. +* [Awesome Shodan Queries](https://github.com/jakejarvis/awesome-shodan-queries) - Awesome list of useful, funny, and depressing search queries for Shodan. +* [AWS Tool Arsenal](https://github.com/toniblyx/my-arsenal-of-aws-security-tools) - List of tools for testing and securing AWS environments. +* [Blue Team](https://github.com/fabacab/awesome-cybersecurity-blueteam) - Awesome resources, tools, and other shiny things for cybersecurity blue teams. +* [C/C++ Programming](https://github.com/fffaraz/awesome-cpp) - One of the main language for open source security tools. +* [CTFs](https://github.com/apsdehal/awesome-ctf) - Capture The Flag frameworks, libraries, etc. +* [Forensics](https://github.com/Cugu/awesome-forensics) - Free (mostly open source) forensic analysis tools and resources. +* [Hacking](https://github.com/carpedm20/awesome-hacking) - Tutorials, tools, and resources. +* [Honeypots](https://github.com/paralax/awesome-honeypots) - Honeypots, tools, components, and more. +* [InfoSec § Hacking challenges](https://github.com/AnarchoTechNYC/meta/wiki/InfoSec#hacking-challenges) - Comprehensive directory of CTFs, wargames, hacking challenge websites, pentest practice lab exercises, and more. +* [Infosec](https://github.com/onlurking/awesome-infosec) - Information security resources for pentesting, forensics, and more. +* [Security-related Operating Systems](https://list.rawsec.ml/operating_systems.html) - List of security related operating systems. +* [JavaScript Programming](https://github.com/sorrycc/awesome-javascript) - In-browser development and scripting. +* [Kali Linux Tools](http://tools.kali.org/tools-listing) - List of tools present in Kali Linux. +* [Malware Analysis](https://github.com/rshipp/awesome-malware-analysis) - Tools and resources for analysts. +* [Node.js Programming by @sindresorhus](https://github.com/sindresorhus/awesome-nodejs) - Curated list of delightful Node.js packages and resources. +* [Pentest Cheat Sheets](https://github.com/coreb1t/awesome-pentest-cheat-sheets) - Awesome Pentest Cheat Sheets. +* [Python Programming by @svaksha](https://github.com/svaksha/pythonidae) - General Python programming. +* [Python Programming by @vinta](https://github.com/vinta/awesome-python) - General Python programming. +* [Python tools for penetration testers](https://github.com/dloss/python-pentest-tools) - Lots of pentesting tools are written in Python. +* [Red Teaming](https://github.com/yeyintminthuhtut/Awesome-Red-Teaming) - List of Awesome Red Teaming Resources. +* [Ruby Programming by @Sdogruyol](https://github.com/Sdogruyol/awesome-ruby) - The de-facto language for writing exploits. +* [Ruby Programming by @dreikanter](https://github.com/dreikanter/ruby-bookmarks) - The de-facto language for writing exploits. +* [Ruby Programming by @markets](https://github.com/markets/awesome-ruby) - The de-facto language for writing exploits. +* [SecLists](https://github.com/danielmiessler/SecLists) - Collection of multiple types of lists used during security assessments. +* [SecTools](http://sectools.org/) - Top 125 Network Security Tools. +* [Security Talks](https://github.com/PaulSec/awesome-sec-talks) - Curated list of security conferences. +* [Security](https://github.com/sbilly/awesome-security) - Software, libraries, documents, and other resources. +* [Serverless Security](https://github.com/puresec/awesome-serverless-security/) - Curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers. +* [Shell Scripting](https://github.com/alebcay/awesome-shell) - Command line frameworks, toolkits, guides and gizmos. +* [YARA](https://github.com/InQuest/awesome-yara) - YARA rules, tools, and people. + +### Penetration Testing Report Templates + +* [Public Pentesting Reports](https://github.com/juliocesarfort/public-pentesting-reports) - Curated list of public penetration test reports released by several consulting firms and academic security groups. +* [T&VS Pentesting Report Template](https://www.testandverification.com/wp-content/uploads/template-penetration-testing-report-v03.pdf) - Pentest report template provided by Test and Verification Services, Ltd. +* [Web Application Security Assessment Report Template](http://lucideus.com/pdf/stw.pdf) - Sample Web application security assessment reporting template provided by Lucideus. + +## Open Sources Intelligence (OSINT) + +See also [awesome-osint](https://github.com/jivoi/awesome-osint). + +### 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. * [Threat Crowd](https://www.threatcrowd.org/) - Search engine for threats. @@ -549,19 +611,7 @@ See also [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools). * [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. -## Online Resources - -### Online Code Samples and Examples - -* [goHackTools](https://github.com/dreddsa5dies/goHackTools) - Hacker tools on Go (Golang). - -### Online Exploit Development Resources - -* [Exploit Writing Tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) - Tutorials on how to develop exploits. -* [Shellcode Examples](http://shell-storm.org/shellcode/) - Shellcodes database. -* [Shellcode Tutorial](http://www.vividmachines.com/shellcode/shellcode.html) - Tutorial on how to write shellcode. - -### Online Open Sources Intelligence (OSINT) Resources +### OSINT Online Resources * [CertGraph](https://github.com/lanrat/certgraph) - Crawls a domain's SSL/TLS certificates for its certificate alternative names. * [GhostProject](https://ghostproject.fr/) - Searchable database of billions of cleartext passwords, partially visible for free. @@ -569,66 +619,21 @@ See also [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools). * [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. -### Online Operating Systems Resources +### OSINT Tools -* [DistroWatch.com's Security Category](https://distrowatch.com/search.php?category=Security) - Website dedicated to talking about, reviewing, and keeping up to date with open source operating systems. - -### Online Penetration Testing Resources - -* [InfoSec Institute](https://resources.infosecinstitute.com) - IT and security articles. -* [MITRE's Adversarial Tactics, Techniques & Common Knowledge (ATT&CK)](https://attack.mitre.org/) - Curated knowledge base and model for cyber adversary behavior. -* [Metasploit Unleashed](https://www.offensive-security.com/metasploit-unleashed/) - Free Offensive Security Metasploit course. -* [Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - Worldwide not-for-profit charitable organization focused on improving the security of especially Web-based and Application-layer software. -* [PENTEST-WIKI](https://github.com/nixawk/pentest-wiki) - Free online security knowledge library for pentesters and researchers. -* [Penetration Testing Execution Standard (PTES)](http://www.pentest-standard.org/) - Documentation designed to provide a common language and scope for performing and reporting the results of a penetration test. -* [Penetration Testing Framework (PTF)](http://www.vulnerabilityassessment.co.uk/Penetration%20Test.html) - Outline for performing penetration tests compiled as a general framework usable by vulnerability analysts and penetration testers alike. -* [XSS-Payloads](http://www.xss-payloads.com) - Resource dedicated to all things XSS (cross-site), including payloads, tools, games, and documentation. - -### Other Lists Online - -* [.NET Programming](https://github.com/quozd/awesome-dotnet) - Software framework for Microsoft Windows platform development. -* [Infosec/hacking videos recorded by cooper](https://administraitor.video) - Collection of security conferences recorded by Cooper. -* [Android Exploits](https://github.com/sundaysec/Android-Exploits) - Guide on Android Exploitation and Hacks. -* [Android Security](https://github.com/ashishb/android-security-awesome) - Collection of Android security related resources. -* [AppSec](https://github.com/paragonie/awesome-appsec) - Resources for learning about application security. -* [Awesome Awesomness](https://github.com/bayandin/awesome-awesomeness) - The List of the Lists. -* [Awesome Shodan Queries](https://github.com/jakejarvis/awesome-shodan-queries) - Awesome list of useful, funny, and depressing search queries for Shodan. -* [AWS Tool Arsenal](https://github.com/toniblyx/my-arsenal-of-aws-security-tools) - List of tools for testing and securing AWS environments. -* [Blue Team](https://github.com/fabacab/awesome-cybersecurity-blueteam) - Awesome resources, tools, and other shiny things for cybersecurity blue teams. -* [C/C++ Programming](https://github.com/fffaraz/awesome-cpp) - One of the main language for open source security tools. -* [CTFs](https://github.com/apsdehal/awesome-ctf) - Capture The Flag frameworks, libraries, etc. -* [Forensics](https://github.com/Cugu/awesome-forensics) - Free (mostly open source) forensic analysis tools and resources. -* [Hacking](https://github.com/carpedm20/awesome-hacking) - Tutorials, tools, and resources. -* [Honeypots](https://github.com/paralax/awesome-honeypots) - Honeypots, tools, components, and more. -* [InfoSec § Hacking challenges](https://github.com/AnarchoTechNYC/meta/wiki/InfoSec#hacking-challenges) - Comprehensive directory of CTFs, wargames, hacking challenge websites, pentest practice lab exercises, and more. -* [Infosec](https://github.com/onlurking/awesome-infosec) - Information security resources for pentesting, forensics, and more. -* [Security-related Operating Systems](https://list.rawsec.ml/operating_systems.html) - List of security related operating systems. -* [JavaScript Programming](https://github.com/sorrycc/awesome-javascript) - In-browser development and scripting. -* [Kali Linux Tools](http://tools.kali.org/tools-listing) - List of tools present in Kali Linux. -* [Malware Analysis](https://github.com/rshipp/awesome-malware-analysis) - Tools and resources for analysts. -* [Node.js Programming by @sindresorhus](https://github.com/sindresorhus/awesome-nodejs) - Curated list of delightful Node.js packages and resources. -* [OSINT](https://github.com/jivoi/awesome-osint) - Awesome OSINT list containing great resources. -* [Pentest Cheat Sheets](https://github.com/coreb1t/awesome-pentest-cheat-sheets) - Awesome Pentest Cheat Sheets. -* [Python Programming by @svaksha](https://github.com/svaksha/pythonidae) - General Python programming. -* [Python Programming by @vinta](https://github.com/vinta/awesome-python) - General Python programming. -* [Python tools for penetration testers](https://github.com/dloss/python-pentest-tools) - Lots of pentesting tools are written in Python. -* [Red Teaming](https://github.com/yeyintminthuhtut/Awesome-Red-Teaming) - List of Awesome Red Teaming Resources. -* [Ruby Programming by @Sdogruyol](https://github.com/Sdogruyol/awesome-ruby) - The de-facto language for writing exploits. -* [Ruby Programming by @dreikanter](https://github.com/dreikanter/ruby-bookmarks) - The de-facto language for writing exploits. -* [Ruby Programming by @markets](https://github.com/markets/awesome-ruby) - The de-facto language for writing exploits. -* [SecLists](https://github.com/danielmiessler/SecLists) - Collection of multiple types of lists used during security assessments. -* [SecTools](http://sectools.org/) - Top 125 Network Security Tools. -* [Security Talks](https://github.com/PaulSec/awesome-sec-talks) - Curated list of security conferences. -* [Security](https://github.com/sbilly/awesome-security) - Software, libraries, documents, and other resources. -* [Serverless Security](https://github.com/puresec/awesome-serverless-security/) - Curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers. -* [Shell Scripting](https://github.com/alebcay/awesome-shell) - Command line frameworks, toolkits, guides and gizmos. -* [YARA](https://github.com/InQuest/awesome-yara) - YARA rules, tools, and people. - -### Penetration Testing Report Templates - -* [Public Pentesting Reports](https://github.com/juliocesarfort/public-pentesting-reports) - Curated list of public penetration test reports released by several consulting firms and academic security groups. -* [T&VS Pentesting Report Template](https://www.testandverification.com/wp-content/uploads/template-penetration-testing-report-v03.pdf) - Pentest report template provided by Test and Verification Services, Ltd. -* [Web Application Security Assessment Report Template](http://lucideus.com/pdf/stw.pdf) - Sample Web application security assessment reporting template provided by Lucideus. +* [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. ## Operating System Distributions