Reconnaissance
Active Intelligence Gathering
EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://github.com/ChrisTruncer/EyeWitness
AWSBucketDump is a tool to quickly enumerate AWS S3 buckets to look for loot.
https://github.com/jordanpotti/AWSBucketDump
AQUATONE is a set of tools for performing reconnaissance on domain names.
https://github.com/michenriksen/aquatone
spoofcheck a program that checks if a domain can be spoofed from. The program checks SPF and DMARC records for weak configurations that allow spoofing.
https://github.com/BishopFox/spoofcheck
Nmap is used to discover hosts and services on a computer network, thus building a "map" of the network.
https://github.com/nmap/nmap
dnsrecon a tool DNS Enumeration Script.
https://github.com/darkoperator/dnsrecon
Passive Intelligence Gathering
skiptracer OSINT scraping framework, utilizes some basic python webscraping (BeautifulSoup) of PII paywall sites to compile passive information on a target on a ramen noodle budget.
https://github.com/xillwillx/skiptracer
ScrapedIn a tool to scrape LinkedIn without API restrictions for data reconnaissance.
https://github.com/dchrastil/ScrapedIn
linkScrape A LinkedIn user/company enumeration tool.
https://github.com/NickSanzotta/linkScrape
FOCA (Fingerprinting Organizations with Collected Archives) is a tool used mainly to find metadata and hidden information in the documents its scans.
https://github.com/ElevenPaths/FOCA
theHarvester is a tool for gathering subdomain names, e-mail addresses, virtualhosts, open ports/ banners, and employee names from different public sources.
https://github.com/laramies/theHarvester
Metagoofil is a tool for extracting metadata of public documents (pdf,doc,xls,ppt,etc) availables in the target websites.
https://github.com/laramies/metagoofil
SimplyEmail Email recon made fast and easy, with a framework to build on.
https://github.com/killswitch-GUI/SimplyEmail
truffleHog searches through git repositories for secrets, digging deep into commit history and branches.
https://github.com/dxa4481/truffleHog
Just-Metadata is a tool that gathers and analyzes metadata about IP addresses. It attempts to find relationships between systems within a large dataset.
https://github.com/ChrisTruncer/Just-Metadata
typofinder a finder of domain typos showing country of IP address.
https://github.com/nccgroup/typofinder
pwnedOrNot is a python script which checks if the email account has been compromised in a data breach, if the email account is compromised it proceeds to find passwords for the compromised account.
https://github.com/thewhiteh4t/pwnedOrNot
Frameworks
Maltego is a unique platform developed to deliver a clear threat picture to the environment that an organization owns and operates.
https://www.paterva.com/web7/downloads.php
SpiderFoot the open source footprinting and intelligence-gathering tool.
https://github.com/smicallef/spiderfoot
datasploit is an OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
https://github.com/DataSploit/datasploit
Recon-ng is a full-featured Web Reconnaissance framework written in Python.
https://bitbucket.org/LaNMaSteR53/recon-ng
Weaponization