[THUGS(red)]

Tools

Everything the team reaches for — CTF, red team, blue team, OSINT, forensics, wireless and living-off-the-land, plus the one-liners we retype every engagement. Search, filter by tag, and click any code block to copy it.

1054
entries
37
tags in use
3h ago
last added
clear
tools.db 131 shown

altdns tool

DNS Recon Wordlists

Generates subdomain permutations and alterations from a wordlist of common patterns (dev, staging, api-v2) and resolves the results.

altdns -i subdomains.txt -o data_output -w words.txt -r -s results.txt
visit → added by THUGS(red)

Amass tool

DNS Enumeration OSINT Recon

OWASP in-depth attack-surface mapping tool: DNS enumeration, subdomain discovery via dozens of passive sources, and network-mapping graph output.

amass enum -passive -d example.com -o subdomains.txt
visit → added by THUGS(red)

Aquatone tool

Recon Red Team Web

A tool for visual inspection of websites across a large list of hosts, producing an HTML report of screenshots grouped by similarity — an older but still-used alternative to gowitness/EyeWitness.

cat hosts.txt | aquatone
visit → added by THUGS(red)

archive.today tool

OSINT Recon

On-demand webpage archiving service that snapshots a page instantly, useful for preserving content that blocks the Wayback Machine's crawler or that changes quickly.

visit → added by THUGS(red)

ASN and network lookup via Team Cymru whois one-liner

DNS Network Recon

Team Cymru's whois service answers an IP's ASN, prefix, country and registry in a single query, with no API key required.

whois -h whois.cymru.com " -v 1.1.1.1"
visit → added by THUGS(red)

assetfinder tool

DNS Enumeration OSINT Recon

Small Go tool that finds domains and subdomains related to a given domain from a handful of free sources — a lightweight complement to heavier enumerators.

assetfinder --subs-only example.com
visit → added by THUGS(red)

Bash one-liner: reverse-resolve a whole subnet fast one-liner Linux

DNS Network Recon

A quick parallel PTR sweep across a /24 without needing a dedicated scanner installed.

for i in $(seq 1 254); do host 10.10.10.$i & done 2>/dev/null | grep -v 'not found'
added by THUGS(red)

BGPView tool

Network Recon

Free API and website for ASN, prefix and peering data, a lighter alternative to the Hurricane Electric toolkit for scripted lookups.

curl -s https://api.bgpview.io/ip/1.1.1.1
visit → added by THUGS(red)

Bluing tool Linux

Enumeration Recon Wireless / WiFi

Bluetooth reconnaissance framework covering Classic, LE and (some) mesh/Zigbee-adjacent radios in one CLI, aimed at building a fuller picture than a single-mode scanner.

bluing le scan
visit → added by THUGS(red)

bucket_finder tool

Brute Force Cloud Recon

One of the original S3-bucket-name brute-forcing tools — checks a wordlist of candidate names for existence and public read access.

ruby bucket_finder.rb wordlist.txt
visit → added by THUGS(red)

BuiltWith tool

OSINT Recon Web

Web technology profiler — identifies the CMS, analytics, ad networks, frameworks and hosting stack behind a site, plus historical technology-adoption lookups.

visit → added by THUGS(red)

Bulk-resolve a subdomain wordlist with massdns one-liner Linux

Brute Force DNS Recon

Resolves a large subdomain candidate list against a set of trusted public resolvers far faster than looping dig/host over each name.

massdns -r resolvers.txt -t A -o S -w results.txt subdomains.txt
visit → added by THUGS(red)

buster tool

OSINT Recon

Email OSINT tool that checks an address against breach data, social-media registration and domain information in one pass.

buster -e [email protected] -b
visit → added by THUGS(red)

CachedView tool

OSINT Recon

Quick lookup tool for a page's Google cache and Wayback Machine snapshot from one search box, useful when a page has just gone offline or been edited.

visit → added by THUGS(red)

Cartography tool

Blue Team Cloud Recon

Lyft-originated tool that consolidates infrastructure and cloud asset relationships (AWS, GCP, GitHub, Okta, etc.) into a Neo4j graph for attack-surface and blast-radius analysis.

cartography --neo4j-uri bolt://localhost:7687
visit → added by THUGS(red)

Censys tool

Device Search OSINT Recon Search Engines

An internet-wide device and certificate search engine built from continuous internet scanning — heavily used for attack-surface discovery and certificate-based host enumeration.

visit → added by THUGS(red)

chaos (ProjectDiscovery) tool

DNS Enumeration OSINT Recon

Dataset and API of continuously-crawled subdomain data for public bug-bounty-in-scope domains, maintained by ProjectDiscovery and queryable via their CLI.

chaos -d example.com -silent
visit → added by THUGS(red)

cloud_enum tool

Cloud Enumeration Recon

Multi-cloud OSINT tool that enumerates public storage buckets, apps and resources across AWS, Azure and GCP for a given keyword or company name.

python3 cloud_enum.py -k example
visit → added by THUGS(red)

CloudBrute tool

Cloud Enumeration Recon

Brute-forces likely bucket/storage-account names across AWS, Azure, GCP, DigitalOcean and other providers to find exposed cloud storage tied to a target company or brand.

cloudbrute -d example -k "example,exampleco" -o output.txt
visit → added by THUGS(red)

CloudMapper tool

Cloud Recon Whitebox

Generates network diagrams of AWS environments from live account data, helping identify unexpected public exposure across VPCs and security groups.

python3 cloudmapper.py collect --account example
visit → added by THUGS(red)

Common Crawl tool

Recon Research Search Engines

Open, petabyte-scale repository of web crawl data, usable to find historical pages, linking patterns or exposed content at a scale no single scraper could reach.

visit → added by THUGS(red)

creepy tool

OSINT Recon

Geolocation OSINT tool that aggregates geotagged social-media posts for a target into a mapped timeline, a historically significant project in this space.

visit → added by THUGS(red)

Criminal IP tool

Device Search OSINT Recon Search Engines

Threat-intel-flavoured internet asset search engine combining Shodan-like banner search with IP risk scoring, phishing/malicious-URL lookups and domain intel.

visit → added by THUGS(red)

CrossLinked tool

Enumeration OSINT Recon

Enumerates a company's LinkedIn employees via search-engine scraping (no LinkedIn login needed) and outputs plausible email addresses from the naming pattern.

python3 crosslinked.py -f "{first}.{last}@example.com" example.com
visit → added by THUGS(red)

crt.sh tool

DNS OSINT Recon

A free, searchable front-end over Certificate Transparency logs — the fastest way to enumerate every subdomain that has ever had a public TLS certificate issued for it.

curl -s 'https://crt.sh/?q=%.target.tld&output=json' | jq -r '.[].name_value' | sort -u
visit → added by THUGS(red)

crt.sh alternative: Merklemap tool

DNS Enumeration OSINT Recon

Certificate transparency search engine indexing CT logs for domain and subdomain discovery, with a faster/more filterable UI than crt.sh for large result sets.

visit → added by THUGS(red)

Datasploit tool

OSINT Recon

OSINT framework that aggregates information about domains, emails, usernames and phone numbers from multiple public sources into one report.

visit → added by THUGS(red)

DNSDumpster tool

DNS OSINT Recon

Free web-based domain research tool that maps a domain's DNS records, subdomains and hosting relationships, with a graphical network map.

visit → added by THUGS(red)

dnsenum tool Linux

DNS Enumeration Recon

A classic Perl DNS enumeration tool — zone transfers, MX/NS/A record lookups, Google scraping for subdomains and brute-force, bundled into one script that predates most of the newer Go-based DNS tools.

dnsenum example.com
visit → added by THUGS(red)

DNSlytics tool

DNS OSINT Recon

Reverse-lookup service for Google Analytics/AdSense IDs, nameservers and shared IPs — surfaces other domains run by the same operator even when WHOIS is hidden.

visit → added by THUGS(red)

dnsrecon tool

DNS Enumeration Recon

A Python DNS enumeration and reconnaissance tool covering standard record enumeration, zone transfers, SRV record checks, reverse lookups over a range and Google/Bing subdomain scraping in one tool.

dnsrecon -d example.com -t std,brt
visit → added by THUGS(red)

dnsx tool

DNS Enumeration Recon

A fast, multi-purpose DNS toolkit from ProjectDiscovery — bulk resolution, wildcard filtering and record-type querying built for piping into and out of the rest of that project's recon tool chain.

subfinder -d example.com | dnsx -a -resp
visit → added by THUGS(red)

DomainTools WHOIS tool

DNS OSINT Recon

WHOIS lookup and historical WHOIS record database, widely used for domain ownership research and infrastructure attribution even after WHOIS privacy became the default.

visit → added by THUGS(red)

dorkbot tool

OSINT Recon

Runs a set of search-engine dork queries and feeds the resulting URLs into a scanning module, chaining discovery and light vulnerability checks in one tool.

dorkbot -i google -q "inurl:admin" -s xss_scanner
visit → added by THUGS(red)

Dump every URL the Wayback Machine has archived for a domain one-liner

OSINT Recon

Lists historical URLs archived under a domain via the CDX API, useful for finding old parameters, endpoints or files that were later removed from the live site.

curl -s "http://web.archive.org/cdx/search/cdx?url=*.example.com/*&output=text&fl=original&collapse=urlkey"
visit → added by THUGS(red)

Enumerate an open Google Cloud Storage bucket over the public JSON API one-liner

Cloud Recon

GCS exposes bucket listings over a plain JSON endpoint; a misconfigured bucket returns its full object list to an unauthenticated request.

curl -s "https://storage.googleapis.com/storage/v1/b/target-bucket/o" | jq "."
visit → added by THUGS(red)

Enumerate subdomains via crt.sh certificate transparency logs one-liner

DNS OSINT Recon

Pulls every certificate-transparency-logged hostname for a domain straight from crt.sh's JSON API, no browser needed.

curl -s "https://crt.sh/?q=%25.example.com&output=json" | jq -r ".[].name_value" | sort -u
visit → added by THUGS(red)

EyeWitness tool Linux

Recon Red Team Web

Takes screenshots of a large list of web services and organises them into a browsable report — the fastest way to triage which of a thousand open ports is actually worth looking at by hand.

eyewitness --web -f urls.txt -d report/
visit → added by THUGS(red)

Fetch a domain's RDAP record and pretty-print the useful fields one-liner

DNS Recon

RDAP is the structured-JSON successor to WHOIS; rdap.org routes the query to the right registry and hands back machine-readable output.

curl -s https://rdap.org/domain/example.com | jq ".events, .entities"
visit → added by THUGS(red)

Fierce tool

DNS Enumeration Recon

A DNS reconnaissance tool that locates non-contiguous IP space and hostnames against a target domain — zone transfer attempts, wordlist-based subdomain brute-forcing and reverse lookups to map a domain's DNS footprint.

fierce --domain example.com
visit → added by THUGS(red)

findomain tool

DNS Enumeration Recon

Fast Rust subdomain enumerator that queries certificate-transparency logs and multiple passive-DNS APIs, with an optional monitoring mode for new subdomains.

findomain -t example.com -o
visit → added by THUGS(red)

FOFA tool

Device Search OSINT Recon Search Engines

Internet asset search engine (Huawei/Baimaohui-affiliated) with its own query syntax for finding hosts by banner, title, certificate or icon hash.

visit → added by THUGS(red)

FullHunt tool

Device Search Recon Search Engines

Attack-surface search engine and monitoring platform that continuously tracks a company's exposed hosts, subdomains and services.

visit → added by THUGS(red)

gau (GetAllUrls) tool

OSINT Recon Web

Fetches known URLs for a domain from the Wayback Machine, Common Crawl, AlienVault OTX and urlscan.io — a broader net than waybackurls alone.

echo target.tld | gau
visit → added by THUGS(red)

GHunt tool

OSINT Recon

Google account OSINT tool that resolves a Gmail address to its Google ID, name, profile photo and exposure across Google services (Maps reviews, calendar, photos).

ghunt email [email protected]
visit → added by THUGS(red)

GitHub code search + truffleHog one-liner

OSINT Recon Research

Scan a git repository's full history for accidentally committed secrets (API keys, tokens, credentials) rather than just the current checkout.

pip install trufflehog3
trufflehog3 https://github.com/org/repo.git
# or the Go rewrite, scanning a local clone including history:
trufflehog git file://./repo
visit → added by THUGS(red)

Google Hacking Database (GHDB) tool

Cheat Sheets OSINT Recon

Exploit-DB's long-running, categorised archive of Google dorks for finding exposed files, login portals, error messages and vulnerable systems via search-engine indexing.

visit → added by THUGS(red)

gotator tool

DNS Recon Wordlists

Subdomain-permutation generator similar in purpose to altdns, with adjustable permutation depth and its own wordlist format.

gotator -sub subdomains.txt -perm permutations.txt -depth 1 -numbers 3
visit → added by THUGS(red)

gowitness tool

Recon Red Team Web

A Go-based web screenshot utility built for the same triage job as EyeWitness, using a headless Chrome for the capture and shipping as a single static binary.

gowitness scan file -f urls.txt
visit → added by THUGS(red)

Grab every common DNS record type for a domain in one pass one-liner

Cheat Sheets DNS Recon

One loop instead of six separate dig invocations when you want the full picture of a domain's A/AAAA/MX/TXT/NS/SOA/CNAME records.

for t in A AAAA MX TXT NS SOA CNAME; do echo "== $t =="; dig +short example.com "$t"; done
added by THUGS(red)

h8mail tool

OSINT Recon

Email OSINT and breach-hunting tool that aggregates results from Have I Been Pwned, breach-directory APIs and local dump files against a target address.

h8mail -t [email protected]
visit → added by THUGS(red)

Holehe tool

OSINT Recon

CLI tool that checks whether an email address is registered on 120+ websites (via password-reset/registration timing leaks), without ever notifying the target.

holehe [email protected]
visit → added by THUGS(red)

httpx tool

Recon Red Team Web

ProjectDiscovery's fast, multi-purpose HTTP probing tool — takes a list of hosts and reports which are alive, their titles, status codes, tech stack and more, in one pass.

cat subdomains.txt | httpx -title -tech-detect -status-code
visit → added by THUGS(red)

httpx (ProjectDiscovery) tool

Enumeration OSINT Recon Web

Fast, multi-purpose HTTP toolkit for probing a large list of hosts/subdomains — status codes, titles, tech fingerprints and TLS data — as a recon pipeline stage.

cat subs.txt | httpx -title -tech-detect -status-code
visit → added by THUGS(red)

Hunter.io tool

OSINT Recon

Finds and verifies professional email addresses tied to a domain, including the naming pattern a company uses — a staple for recon during phishing-simulation and social-engineering engagements.

visit → added by THUGS(red)

Hurricane Electric BGP Toolkit tool

DNS Network Recon

Looks up an ASN's announced prefixes, peers and reverse-DNS in-bulk, a go-to reference for understanding whose network address space actually belongs to.

visit → added by THUGS(red)

Ignorant tool

OSINT Recon

Checks whether a phone number is registered on services such as Instagram, Snapchat and Amazon by abusing account-recovery flows, without alerting the target.

ignorant 33 612345678
visit → added by THUGS(red)

Infoga tool

OSINT Recon

Gathers email account information (source, validity, associated hostname) from public search engines and PGP key servers for a target domain.

python3 infoga.py --domain example.com --source all -v 2
visit → added by THUGS(red)

IntelTechniques Tools tool

OSINT Recon

A companion search-tool page (distinct from the methodology site above) that auto-builds search-engine and social-media queries for a target across many services from one form.

visit → added by THUGS(red)

ipinfo.io tool

DNS Recon

IP geolocation and ASN lookup API/website, commonly wired into recon scripts for a quick org/location answer on an IP list.

curl -s ipinfo.io/1.1.1.1
visit → added by THUGS(red)

iptoasn.com tool

DNS Recon

Simple bulk IP-to-ASN lookup service with a downloadable dataset, useful when you need to tag a large IP list with owning ASN offline.

visit → added by THUGS(red)

IVRE tool Linux

Device Search Network Recon

Open-source network recon framework for running your own internet-wide or internal scans and organising the results in a queryable database, essentially a self-hosted Shodan.

visit → added by THUGS(red)

Just-Metadata tool

OSINT Recon

Gathers and visualises passive intelligence about a set of IP addresses (geolocation, org, historical activity) without touching the hosts themselves.

visit → added by THUGS(red)

katana tool

Recon Red Team Web

A fast web crawler from ProjectDiscovery built for security testing — headless-browser-aware, JavaScript-parsing crawl that feeds URLs straight into fuzzing or nuclei.

katana -u https://target.tld -jc -d 3
visit → added by THUGS(red)

LeakIX tool

Device Search OSINT Recon

Open-data search engine that indexes misconfigured/exposed services and leaked data found on the public internet, including open databases and plaintext credential leaks.

visit → added by THUGS(red)

List an open S3 bucket with no credentials at all one-liner

Cloud Recon

If a bucket's ACL allows public listing, the AWS CLI enumerates it anonymously — the fastest possible bucket-exposure sanity check.

aws s3 ls s3://target-bucket-name --no-sign-request
visit → added by THUGS(red)

Maigret tool

OSINT Recon

Username OSINT tool that collects a person's accounts across thousands of sites and can generate an HTML/PDF report, going further than a simple existence check by pulling profile data.

maigret target_username --html
visit → added by THUGS(red)

Maltego tool

OSINT Recon

A graphical link-analysis platform for OSINT — runs "transforms" against an entity (domain, email, person) and draws the results as an explorable graph rather than a flat list.

visit → added by THUGS(red)

Mapillary tool

OSINT Recon

Crowd-sourced street-level imagery platform, used in geolocation OSINT to visually corroborate a building, sign or landmark against a claimed location.

visit → added by THUGS(red)

Masscan tool Linux

Network Recon

An asynchronous, internet-scale port scanner capable of scanning the entire IPv4 address space in under six minutes — trades nmap's depth for raw speed, then hands results to nmap for the detail pass.

masscan -p1-65535 10.10.10.0/24 --rate 10000
visit → added by THUGS(red)

Metagoofil tool

Forensics OSINT Recon

Extracts metadata (author names, software versions, paths) from public documents discovered via search engines for a target domain.

metagoofil -d example.com -t pdf,doc,xls -l 50 -n 20 -o results -f results.html
visit → added by THUGS(red)

Million Short tool

OSINT Recon Search Engines

Search engine that lets you strip out the top N most popular results, surfacing the obscure long tail a normal search buries — handy in dorking when the top results are all noise.

visit → added by THUGS(red)

naabu tool

Network Recon Red Team

A fast SYN/CONNECT port scanner from ProjectDiscovery, built to slot into a recon pipeline (subfinder -> naabu -> httpx -> nuclei) rather than run standalone.

naabu -host target.tld -top-ports 1000
visit → added by THUGS(red)

Namechk tool

OSINT Recon

Web service that checks username and domain availability across a large set of social networks and platforms simultaneously.

visit → added by THUGS(red)

Netcraft Site Report tool

DNS Recon Research

A domain's hosting history in one report — IP history, hosting provider changes, detected technology and a risk rating, often used to attribute infrastructure moves.

visit → added by THUGS(red)

Netlas.io tool

Device Search OSINT Recon Search Engines

Internet-scanning search engine covering hosts, domains, certificates and WHOIS, positioned as a cheaper alternative to Shodan/Censys with a similar dork syntax.

visit → added by THUGS(red)

NexFil tool

OSINT Recon

Fast asynchronous username-existence checker that verifies a handle across a large curated site list, positioned as a quicker alternative to sequential checkers.

nexfil -u target_username
visit → added by THUGS(red)

nmap tool

CTF Network Recon Red Team

Network Mapper — port scanning, service/version detection and scriptable auditing (NSE) for discovery and security assessment.

nmap -sC -sV -T4 -oA initial <ip or host>
visit → added by THUGS(red)

Nuclei tool

Recon Red Team Web

ProjectDiscovery's fast, template-driven vulnerability scanner — thousands of community-maintained YAML templates cover CVEs, misconfigurations and exposed panels across a target list in one pass.

nuclei -u https://target.tld -t cves/ -severity critical,high
visit → added by THUGS(red)

ONYPHE tool

Device Search OSINT Recon Search Engines

Cyber defense search engine that collects internet-wide scan, passive DNS and threat data and exposes it via a query language and API for attack-surface discovery.

visit → added by THUGS(red)

OSINT Framework tool

Cheat Sheets OSINT Recon

Not a tool but a curated, clickable index of OSINT tools and resources organised by category — the map most people start from before they know which specific tool they need.

visit → added by THUGS(red)

OSINT Techniques tool

Cheat Sheets OSINT Recon

Michael Bazzell's long-running OSINT resource site, companion to the "OSINT Techniques" book, with categorised tool links and methodology notes kept current as sites change.

visit → added by THUGS(red)

Osintgram tool

OSINT Recon

OSINT tool for gathering information (followers, tagged photos, comments, likely-related accounts) from a public Instagram profile.

osintgram target_username
visit → added by THUGS(red)

Osmedeus tool Linux

Enumeration Recon Red Team

Automated reconnaissance framework that chains subdomain enumeration, port scanning, screenshotting and vulnerability scanning into one workflow for large-scope bug-bounty recon.

osmedeus scan -t example.com
visit → added by THUGS(red)

Overpass Turbo tool

OSINT Recon

Query tool for raw OpenStreetMap data — e.g. find every building matching a roof shape or every fuel station within a radius, useful for geolocation candidates.

visit → added by THUGS(red)

Pagodo tool

OSINT Recon

Automates passive Google Hacking Database dork queries against a target domain and saves the matching results, rather than running each dork by hand.

python3 pagodo.py -d example.com -g dorks.txt -l 100 -s
visit → added by THUGS(red)

ParamSpider tool

OSINT Recon Web

Mines URLs with parameters straight out of the Wayback Machine for a target domain — a fast way to build an attack surface list without touching the live site at all.

paramspider -d target.tld
visit → added by THUGS(red)

PasteBinDorking (Google dork approach to paste sites) one-liner

Cheat Sheets OSINT Recon

Search-engine dork pattern for finding leaked credentials or source snippets accidentally posted to public paste sites for a target domain.

site:pastebin.com "example.com" (password OR api_key OR secret)
# repeat against site:ghostbin.com, site:paste.ee, site:rentry.co for broader paste-site coverage
added by THUGS(red)

PeakFinder tool

OSINT Recon

Renders the mountain skyline visible from any point on Earth and names each peak, used to geolocate a photo by matching its visible ridgeline.

visit → added by THUGS(red)

PhoneInfoga tool

OSINT Recon

Phone-number OSINT tool that gathers carrier, line type and geolocation data, then cross-references OSINT sources and search-engine footprints for a number.

phoneinfoga scan -n "+15551234567"
visit → added by THUGS(red)

Photon tool

OSINT Recon Web

Fast OSINT-focused web crawler that extracts URLs, emails, social-media handles, subdomains and files (with metadata) from a target site as it crawls.

python3 photon.py -u https://example.com -l 3 --wayback
visit → added by THUGS(red)

PublicWWW tool

OSINT Recon Search Engines Web

Source-code search engine that lets you grep the indexed web for a snippet — a tracking ID, a JS library string or a signature left by a specific web shell/skimmer.

visit → added by THUGS(red)

puredns tool

Brute Force DNS Recon

Wraps massdns for reliable bulk DNS resolving and subdomain brute-forcing, with automatic wildcard detection so a wildcard DNS record does not flood results with false positives.

puredns bruteforce wordlist.txt example.com -r resolvers.txt
visit → added by THUGS(red)

RDAP (rdap.org) tool

DNS Recon

The structured-JSON successor to WHOIS; rdap.org routes a query to the correct registry and returns machine-parseable output instead of free-text WHOIS.

visit → added by THUGS(red)

Recon-ng tool

OSINT Recon

A full reconnaissance framework with a Metasploit-like module system — dozens of OSINT modules for domains, hosts, contacts and credentials, chained through one console.

visit → added by THUGS(red)

ReconFTW tool Linux

Enumeration Recon Red Team

Automated recon shell script that wraps subfinder, httpx, nuclei and many other tools into one pipeline for full domain reconnaissance ahead of a pentest or bug-bounty hunt.

./reconftw.sh -d example.com -r
visit → added by THUGS(red)

Reverse-DNS an entire CIDR block one-liner Linux

DNS Network Recon

Walks every address in a range and runs a PTR lookup on each, a fast way to spot hostnames that hint at a network's internal layout.

for ip in $(prips 10.0.0.0/24); do dig +short -x "$ip"; done
added by THUGS(red)

Reverse-whois an organisation name with Amass' intel mode one-liner

DNS OSINT Recon

Finds netblocks and ASNs registered to a company name before subdomain enumeration even starts, using Amass's intel gathering rather than its enum mode.

amass intel -org "Example Inc"
visit → added by THUGS(red)

RIPEstat tool

DNS Network Recon

RIPE NCC's tool for exploring routing history, WHOIS and geolocation data for any IP, prefix or ASN, backed by RIPE's own registry and RIS routing data.

visit → added by THUGS(red)

RiskIQ Community (Microsoft Defender TI Community) tool

DNS OSINT Recon Research

Free tier of Microsoft's threat-intel platform (formerly RiskIQ PassiveTotal) offering passive DNS, WHOIS history and certificate data for infrastructure investigations.

visit → added by THUGS(red)

RustScan tool

Network Recon Red Team

An extremely fast port scanner written in Rust that pipes its results straight into nmap for service detection — the "scan the internet in seconds" front end to nmap's slower, thorough back end.

rustscan -a 10.10.10.10 -- -sC -sV
visit → added by THUGS(red)

S3Scanner tool

Cloud Enumeration Recon

Scans for open/misconfigured Amazon S3 buckets given a list of bucket-name candidates, reporting existence and public read/write access.

s3scanner scan --bucket-file bucket-names.txt
visit → added by THUGS(red)

SecurityTrails tool

DNS OSINT Recon Research

Historical and current DNS/WHOIS intelligence platform — passive DNS history, IP neighbor lists and subdomain data, popular for infrastructure attribution.

visit → added by THUGS(red)

Shadowserver Foundation tool

Defensive Recon Research

Nonprofit that scans the internet at scale and sends free daily exposure/compromise reports to the network owners who register for them.

visit → added by THUGS(red)

Sherlock tool

OSINT Recon

Hunts for a given username across hundreds of social media and web platforms at once, reporting back exactly where an account with that handle exists.

sherlock username
visit → added by THUGS(red)

Sherlock alternative: Blackbird tool

OSINT Recon

Username/email OSINT tool searching hundreds of sites in parallel with browser-based verification, aiming for fewer false positives than a plain HTTP-status username checker.

blackbird -u target_username
visit → added by THUGS(red)

Shodan tool

Device Search OSINT Recon Search Engines

The original internet-wide device search engine — indexes banners from scanning the whole IPv4 space, so you can search for exposed services, devices and misconfigurations by product, port or CVE.

shodan search "apache" country:DK
visit → added by THUGS(red)

Shodan Dorking cheat sheet (Shodan filter guide) tool

Cheat Sheets Device Search OSINT Recon

Shodan's own reference for its search filter syntax (product, port, org, ssl.cert, etc.) — essential for turning a vague "find exposed X" into a precise query.

visit → added by THUGS(red)

shuffledns tool

Brute Force DNS Recon

ProjectDiscovery wrapper around massdns for subdomain brute-forcing and resolution, built to plug into the rest of their recon toolchain.

shuffledns -d example.com -w wordlist.txt -r resolvers.txt
visit → added by THUGS(red)

Skiptracer tool

OSINT Recon

OSINT scraping framework that aggregates public-record and people-search sites (courts, social media, phone directories) against a target name.

skiptracer -m full -q "Jane Doe"
visit → added by THUGS(red)

Sn0Int tool

OSINT Recon

Semi-automated OSINT framework and local recon database for correlating people, phone numbers, domains and subdomains across a long-running investigation.

sn0int
visit → added by THUGS(red)

Social Analyzer tool

OSINT Recon

API/CLI/web tool that analyzes and finds a person's profiles across 1000+ social platforms, using detection modules beyond simple username-exists checks.

python3 app.py --username johndoe --metadata --output web
visit → added by THUGS(red)

SpiderFoot tool

OSINT Recon

An OSINT automation engine — point it at a domain, IP, email or name and it fans out across 200+ data-source modules to map the external attack surface and threat exposure.

spiderfoot -s target.tld -u all
visit → added by THUGS(red)

SpiderFoot (offensive recon mode) tool

OSINT Recon Red Team

An automation engine for OSINT, but used heavily on the offensive side too: point it at a domain and it fans out across dozens of data sources to map the whole external attack surface.

spiderfoot -s target.tld -u all
visit → added by THUGS(red)

subfinder tool

DNS Enumeration OSINT Recon

ProjectDiscovery's fast passive subdomain enumeration tool, pulling from dozens of public sources and APIs; built to pipe cleanly into the rest of their toolchain.

subfinder -d example.com -all -o subs.txt
visit → added by THUGS(red)

theHarvester tool

OSINT Recon

Gathers emails, subdomains, hosts and employee names for a target domain from a wide range of public sources — usually the first command run in the OSINT phase of an engagement.

theHarvester -d target.tld -b all
visit → added by THUGS(red)

theHarvester alternative: Recon-ng tool

OSINT Recon

Full-featured web reconnaissance framework with a modular, Metasploit-style console — API-backed modules for domains, hosts, contacts and credentials pulled into one workspace.

recon-ng -w workspace
visit → added by THUGS(red)

toutatis tool

OSINT Recon

Resolves an Instagram username or numeric user ID to hashed email, hashed phone number and account-creation date via the platform's own API responses.

toutatis -u target_username
visit → added by THUGS(red)

Turn archived URLs into a list of endpoints that respond today one-liner

Recon Web

Chains tomnomnom's waybackurls with ProjectDiscovery's httpx to turn archived history into a live-host check in one pipeline.

echo example.com | waybackurls | httpx -silent
visit → added by THUGS(red)

Twint (archived) tool

OSINT Recon

Advanced Twitter/X scraping tool that historically worked without API keys or rate limits; the project is archived/broken against the current X platform but still referenced in OSINT methodology write-ups.

visit → added by THUGS(red)

ViewDNS.info tool

DNS OSINT Recon

Free suite of small DNS/network lookup tools — reverse WHOIS, reverse IP, DNS history, port scan — useful when you need one quick answer without standing up your own tooling.

visit → added by THUGS(red)

Wafw00f tool

Enumeration Recon Web

Identifies and fingerprints which web application firewall (if any) is protecting a target site, based on response behaviour to a set of probes.

wafw00f https://example.com
visit → added by THUGS(red)

Wappalyzer tool

OSINT Recon Web

Browser extension and API that fingerprints the technology stack of a website (CMS, JS frameworks, server software, analytics) from passive page signals.

visit → added by THUGS(red)

Wayback Machine tool

OSINT Recon Research

Internet Archive's historical web snapshot service — recovers deleted pages, old site structure, past staff/contact pages and prior versions of JS/robots.txt for recon.

visit → added by THUGS(red)

waybackurls tool

OSINT Recon Web

Pulls every URL the Wayback Machine has ever archived for a domain — a quick, passive way to surface old endpoints, parameters and forgotten paths that are still live.

echo target.tld | waybackurls
visit → added by THUGS(red)

WhatsMyName tool

OSINT Recon

Username-enumeration project (web UI and open JSON data set) that checks a handle across hundreds of sites, maintained as a community-curated alternative to Sherlock's site list.

visit → added by THUGS(red)

WhatWeb tool

Enumeration OSINT Recon Web

CLI website fingerprinting tool with 1800+ plugins identifying CMS, JS libraries, web servers and embedded devices from HTTP responses.

whatweb -a 3 https://example.com
visit → added by THUGS(red)

Whoxy tool

DNS Recon

Bulk and reverse WHOIS lookup service — finds every other domain registered with the same email address or registrant name.

visit → added by THUGS(red)

Wikimapia tool

OSINT Recon

User-annotated satellite map where buildings and points of interest carry free-text descriptions, useful for identifying an unnamed structure in a photo.

visit → added by THUGS(red)

ZoomEye tool

Device Search OSINT Recon Search Engines

Chinese-run internet device/service search engine indexing banners, ports and web components, comparable in scope to Shodan/Censys with different vantage points.

visit → added by THUGS(red)