[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
2h ago
last added
clear
tools.db 122 shown

AbuseIPDB tool

Blue Team Research

Community-reported IP abuse database — checks whether an address has been reported for brute-forcing, spam or scanning, with a confidence score and report history.

visit → added by THUGS(red)

Ahmia tool

OSINT Research

Search engine for Tor hidden services that filters out abuse content, one of the few indexing engines that actually crawls .onion sites in a structured way.

visit → added by THUGS(red)

AlienVault OTX tool

Blue Team Research

Open Threat Exchange — a free, community-driven threat-intelligence sharing platform with searchable "pulses" of IOCs contributed by security researchers.

visit → added by THUGS(red)

AndroGuard tool

Binary / RE Mobile Research

Python library and CLI for reverse-engineering Android apps programmatically — parses DEX/APK structure, builds call graphs and diffs for scripted analysis rather than manual GUI review.

androguard analyze app.apk
visit → added by THUGS(red)

angr tool

Binary / RE CTF Research

Python binary analysis platform combining symbolic execution, CFG recovery and taint tracking — the go-to for scripting a solve against a stripped pwn or reversing binary.

python3 -c "import angr; p = angr.Project('./chall'); print(p.factory.entry_state())"
visit → added by THUGS(red)

arXiv cs.CR tool

Cryptography Research

Preprint archive listing for the cryptography-and-security category, where much academic security research appears months before formal conference publication.

visit → added by THUGS(red)

Bellingcat's Online Investigation Toolkit tool

Cheat Sheets OSINT Research

Bellingcat's public, community-maintained spreadsheet of OSINT tools and resources spanning geolocation, archives, social media and satellite imagery, used in their open-source investigations.

visit → added by THUGS(red)

CADO-NFS tool Linux

Cryptography CTF Research

Complete number field sieve implementation for factoring very large RSA moduli — the tool of last resort once yafu/msieve are too slow for the key size involved.

visit → added by THUGS(red)

CAIDA tool

Network Research

Center for Applied Internet Data Analysis — hosts long-running academic datasets on internet topology, routing and traffic used in network-security research.

visit → added by THUGS(red)

Carrot2 tool

Research Search Engines

Search-results clustering engine that groups a large result set into labelled topic clusters, useful for making sense of a broad OSINT search dump.

visit → added by THUGS(red)

ChipWhisperer tool

Hardware Research

Open-source side-channel power analysis and voltage/clock glitching platform (hardware + Python toolchain) for practical hands-on work with fault injection and DPA, not just theory.

visit → added by THUGS(red)

CISA Known Exploited Vulnerabilities Catalog tool

Defensive Research

The US government's list of CVEs confirmed to be actively exploited in the wild, used to prioritise patching over raw CVSS score alone.

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)

Companies House tool

OSINT Research

The UK's official company registry — filings, officers, ownership and accounts for every UK-registered company, free to search and download.

visit → added by THUGS(red)

Corellium tool

Mobile Research

Cloud-hosted virtual iOS and Android devices with full root/jailbreak-equivalent access, used for mobile security research at scale where physical jailbroken hardware does not.

visit → added by THUGS(red)

CorporationWiki tool

OSINT Research

Free US business and officer relationship search, useful for mapping which people sit on multiple company registrations.

visit → added by THUGS(red)

crackmes.one tool

Binary / RE CTF Research

Community-maintained repository of "crackmes" — small deliberately-obfuscated binaries for practicing reverse engineering, searchable by language, platform and difficulty.

visit → added by THUGS(red)

CryptoHack tool

Cryptography CTF Research

Gamified platform for learning cryptography by breaking progressively harder CTF-style crypto challenges, from classical ciphers through RSA, ECC and modern primitives.

visit → added by THUGS(red)

CrypTool 2 tool Windows

Ciphers Cryptography Research

Visual, drag-and-drop workbench for building cryptanalysis pipelines — includes ready-made attacks on historical ciphers (Enigma, Vigenère, classical substitution) alongside modern crypto demos.

visit → added by THUGS(red)

CTF Field Guide tool

Cheat Sheets CTF Research

Trail of Bits' long-running reference covering pwn, reversing, crypto and steganography techniques for CTF play — dated in places but still a solid first read for each category.

visit → added by THUGS(red)

CVE Details tool

Research

Browsable, filterable front-end over CVE/NVD data — search by vendor, product, version or vulnerability type, with year-over-year trend statistics per product.

visit → added by THUGS(red)

CVE.org tool

Research

The CVE Program's own record site — the canonical assignment authority database, distinct from NVD's enriched CVSS/CPE layer on top of the same IDs.

visit → added by THUGS(red)

DBLP tool

Research Search Engines

Comprehensive bibliography database of computer-science publications, the standard way to trace an author's full publication history or a paper's exact venue and year.

visit → added by THUGS(red)

DEF CON Media Archives tool

Research

Archive of past DEF CON talk slides, whitepapers and video, going back to the conference's early years — a large chunk of applied security research history.

visit → added by THUGS(red)

DeHashed tool

OSINT Research

Paid breach-data search engine indexing leaked credential dumps, searchable by email, username, IP, name or password hash — used for credential-exposure investigations.

visit → added by THUGS(red)

DomainTools DNSDB tool

DNS Research

Historical passive-DNS database (the former Farsight DNSDB) that tracks every observed DNS record over time, used to see what a domain resolved to in the past.

visit → added by THUGS(red)

DSD (Digital Speech Decoder) tool Linux

Research SDR / RF

Decodes common digital voice radio protocols (P25, DMR, D-STAR, NXDN and more) from a demodulated audio stream, typically fed by rtl_fm.

rtl_fm -f 154.6M -s 48000 | dsd -i - -o /dev/null
visit → added by THUGS(red)

Epieos tool

OSINT Research

Email OSINT tool that checks a target address against Google, Skype, Amazon and other services to reveal linked account names, profile photos and registration status.

visit → added by THUGS(red)

exploit.education tool

Binary / RE CTF Research

Series of downloadable VM-based wargames (Phoenix, Nebula, Fusion and others) teaching binary exploitation fundamentals step by step.

visit → added by THUGS(red)

Full Disclosure (seclists.org) tool

Research

Archived mirror of the Full Disclosure mailing list — unmoderated public vulnerability disclosure going back decades, searchable by keyword.

visit → added by THUGS(red)

GeoSpy tool

OSINT Research

AI-assisted geolocation tool that estimates where a photo was taken from visual cues alone (terrain, signage, architecture) — a modern automation of manual geolocation OSINT.

visit → added by THUGS(red)

GitHub Advisory Database tool

Research

GitHub's curated database of security advisories for open-source packages across major ecosystems (npm, PyPI, Maven, RubyGems, etc.), backing Dependabot alerts.

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 Alerts tool

OSINT Research

Free monitoring service that emails you whenever a new page matching a search term is indexed, used for ongoing passive monitoring of a target or brand.

visit → added by THUGS(red)

Google Scholar tool

Research Search Engines

General academic search engine widely used to trace citations of a security paper and find who has since built on or broken a given technique.

visit → added by THUGS(red)

gr-gsm tool Linux

Research SDR / RF

GNU Radio out-of-tree module for receiving and decoding GSM traffic with an SDR — the standard building block behind most "GSM sniffing with a $20 dongle" demos.

grgsm_livemon_headless -f 935.2M
visit → added by THUGS(red)

Grep.app tool

OSINT Research Web

Fast full-text code search engine across half a million public Git repositories, useful for finding leaked secrets, specific library usage or vulnerable code patterns at scale.

visit → added by THUGS(red)

GreyNoise tool

Blue Team Network Research

Tracks internet-wide scanning and background noise so a defender can tell "this IP is mass-scanning the whole internet" apart from "this IP is targeting us specifically" — cuts a huge amount of false-positive triage out of alert review.

visit → added by THUGS(red)

GTFOBins tool Linux

CTF Red Team Research

Curated database of Unix binaries that can be abused to bypass local security restrictions (privesc, shell escape, file read/write) once you already have limited execution.

visit → added by THUGS(red)

Have I Been Pwned tool

OSINT Research

Troy Hunt's free breach-notification service — checks whether an email or password has appeared in a known data breach, with a domain-level API for organisations.

visit → added by THUGS(red)

HijackLibs tool Windows

Red Team Research

Curated database of known DLL hijacking opportunities in legitimate Windows and third-party software, indexed by binary, missing DLL and export requirements.

visit → added by THUGS(red)

IACR ePrint Archive tool

Cryptography Research

The cryptography community's own preprint repository — new attacks, protocols and proofs are posted here well before appearing at CRYPTO, EUROCRYPT or a journal.

visit → added by THUGS(red)

ICIJ Offshore Leaks Database tool

OSINT Research

Searchable database of entities named in the ICIJ's cross-border investigations (Panama Papers, Paradise Papers, Pandora Papers and others).

visit → added by THUGS(red)

inspectrum tool Linux

Research SDR / RF

Offline viewer for analysing recorded IQ capture files by eye — zoom, measure and manually mark out symbols in a signal before writing a decoder for it.

inspectrum capture.cfile
visit → added by THUGS(red)

Intelligence X tool

OSINT Research

Search engine and data archive covering leaks, breaches, darknet content, WHOIS history and document dumps, searchable by selector (email, domain, IP, hash, Bitcoin address).

visit → added by THUGS(red)

IntelOwl tool

Blue Team Malware Research

A threat-intel aggregation platform that fans a single observable (hash, IP, domain, URL) out to dozens of analyzers — VirusTotal, AbuseIPDB, YARA, sandboxes — and returns one combined report instead of querying each by hand.

visit → added by THUGS(red)

KLEE tool Linux

Binary / RE Research

Symbolic execution engine that runs LLVM bitcode and generates test cases covering every path it can reach — used for both bug-hunting and CTF challenges compiled to bitcode.

klee ./program.bc
visit → added by THUGS(red)

LittleSis tool

OSINT Research

Crowd-sourced database mapping relationships between powerful people, companies and organisations — board seats, donations, family ties.

visit → added by THUGS(red)

LOLBAS Project tool Windows

LOLBAS / LOTL Red Team Research

Reference database of Windows binaries, scripts and libraries that can be repurposed for living-off-the-land attack techniques — the site itself, not any single one-liner in it.

visit → added by THUGS(red)

LOOBins tool macOS

Red Team Research

macOS equivalent of GTFOBins/LOLBAS — documents native macOS binaries that can be abused for living-off-the-land offensive techniques.

visit → added by THUGS(red)

MalwareBazaar tool

Malware Research

abuse.ch project sharing malware samples and hashes submitted by the community, with free API access for hash lookups and bulk sample downloads for research.

visit → added by THUGS(red)

Manticore tool Linux

Binary / RE CTF Research

Trail of Bits' symbolic execution tool for exploring a binary's (or EVM contract's) execution paths and generating concrete inputs that reach a chosen state.

manticore ./chall
visit → added by THUGS(red)

Miasm tool

Binary / RE Research

Python reverse-engineering framework covering disassembly, lifting to an intermediate representation, emulation and symbolic execution across several architectures.

visit → added by THUGS(red)

MITRE ATT&CK tool

Blue Team Red Team Research

The ATT&CK knowledge base itself — tactics, techniques and real intrusion examples per adversary group — distinct from the interactive Navigator tool built on top of it.

visit → added by THUGS(red)

MITRE ATT&CK Navigator tool

Blue Team Red Team Research

Interactive matrix tool for exploring, annotating and layering the ATT&CK framework — used to map detections/coverage or plan a red-team engagement against real adversary techniques.

visit → added by THUGS(red)

MITRE D3FEND tool

Blue Team Research

MITRE's knowledge graph of defensive countermeasures, mapped against ATT&CK offensive techniques — the "other side" of ATT&CK for planning detections and mitigations.

visit → added by THUGS(red)

Mordor tool

Blue Team Defensive Research

Pre-recorded, ATT&CK-mapped security event datasets (from Roberto Rodriguez's OTR project) for practising detection engineering and hunting without needing your own attack lab.

visit → added by THUGS(red)

multimon-ng tool Linux

Research SDR / RF

Decodes classic digital paging/data-over-radio protocols (POCSAG, FLEX, AFSK, DTMF and more) from an audio stream, usually piped straight from rtl_fm.

rtl_fm -f 152.0M | multimon-ng -a POCSAG512 -t raw -
visit → added by THUGS(red)

NDSS Symposium Proceedings tool

Network Research

Freely available proceedings of the Network and Distributed System Security Symposium, another top-tier venue alongside USENIX Security, IEEE S&P and CCS.

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)

Netzob tool

Blue Team Network Research

Protocol reverse-engineering tool — infers the message format and state machine of an unknown or undocumented protocol from captured traffic samples.

visit → added by THUGS(red)

NVD (National Vulnerability Database) tool

Research

NIST's official vulnerability database — the canonical source for CVE records, CVSS scores and CPE data, with a full public API.

visit → added by THUGS(red)

OCCRP Aleph tool

OSINT Research Search Engines

Cross-border investigative search engine over leaked documents, corporate registries and sanctions data, built by the Organized Crime and Corruption Reporting Project.

visit → added by THUGS(red)

OpenCorporates tool

OSINT Research

The largest open database of company registration records worldwide, aggregating official company-registry data from dozens of jurisdictions.

visit → added by THUGS(red)

OpenCTI tool

Blue Team Defensive Research

An open-source threat intelligence platform structured around the STIX2 data model — links indicators, malware, threat actors and campaigns as a knowledge graph rather than a flat feed of IOCs.

visit → added by THUGS(red)

OpenCVE tool

Research

Free CVE tracking and alerting platform — subscribe to specific vendors/products and get notified of new or updated CVEs affecting them.

visit → added by THUGS(red)

OpenSanctions tool

OSINT Research

Consolidated, searchable database of global sanctions lists, politically exposed persons and watchlists, free for non-commercial use.

visit → added by THUGS(red)

OsmocomBB tool Linux

Hardware Research SDR / RF

Open-source GSM baseband firmware and host tools for a handful of old Motorola phones, letting researchers run and inspect the actual GSM protocol stack instead of only sniffing the air interface.

visit → added by THUGS(red)

OSV.dev tool

Research

Open-source vulnerability database aggregating advisories across language package ecosystems (npm, PyPI, Go, crates.io, etc) with a queryable API.

visit → added by THUGS(red)

OverTheWire tool

CTF Research

Classic set of SSH-accessible wargames (Bandit, Narnia, Krypton and more) teaching Linux, binary exploitation and cryptography fundamentals level by level.

ssh [email protected] -p 2220
visit → added by THUGS(red)

PacketStorm Security tool

Research

Long-running archive of exploits, advisories, tools and papers, mirroring much of Exploit-DB's content alongside its own original submissions.

visit → added by THUGS(red)

Passionfruit tool macOS

Mobile Research

Frida-based web UI for poking at an iOS app's file system, keychain, class list and network traffic on a jailbroken device — a lighter, browser-based alternative to Needle for quick looks.

visit → added by THUGS(red)

Phrack Magazine Archive tool

Research

Every issue of the long-running Phrack e-zine, still publishing original exploitation-technique writeups decades after it started.

visit → added by THUGS(red)

picoCTF tool

CTF Research

Carnegie Mellon's beginner-friendly CTF, whose archive of past-competition challenges stays open year-round as a practice platform across binary, crypto, web and forensics categories.

visit → added by THUGS(red)

PimEyes tool

OSINT Research

Facial-recognition reverse image search that finds other photos of the same face across the indexed web — widely used and widely criticised; know your legal/ethical footing before using it on a person.

visit → added by THUGS(red)

Pipl tool

OSINT Research

Commercial people-search API aggregating public records, social profiles and contact data for identity-resolution and investigative use cases.

visit → added by THUGS(red)

psbdmp tool

OSINT Research

Searchable archive of pastebin.com dumps going back years, letting you search historical paste content by keyword after the original paste has been deleted.

visit → added by THUGS(red)

Pulsedive tool

Blue Team Research Search Engines

Free threat-intelligence search engine that correlates indicators pulled from a wide range of open-source feeds into a single scored lookup.

visit → added by THUGS(red)

pwnable.kr tool

Binary / RE CTF Research

Long-running wargame focused on system/binary exploitation ("pwnable") challenges of increasing difficulty, one of the most cited practice grounds for CTF pwn.

visit → added by THUGS(red)

pwnable.tw tool

Binary / RE CTF Research

Taiwan-based binary exploitation wargame in the same spirit as pwnable.kr, with a broad and well-regarded set of pwn challenges.

visit → added by THUGS(red)

r2frida tool

Binary / RE Mobile Research

Bridges radare2's static analysis and Frida's dynamic instrumentation into one session, so a mobile (or desktop) binary can be disassembled and hooked from the same prompt.

r2 frida://usb//com.example.app
visit → added by THUGS(red)

reversing.kr tool

Binary / RE CTF Research

Reverse-engineering focused wargame site with a long-standing set of crackme-style challenges.

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)

ROP Emporium tool

Binary / RE CTF Research

A structured series of binary exploitation challenges purpose-built to teach ROP techniques, with the same challenge repeated across x86, x86-64, ARM and MIPS builds.

visit → added by THUGS(red)

rtl_433 tool Linux

Hardware Research SDR / RF

Decodes and prints the traffic of hundreds of ISM-band devices (weather stations, tyre-pressure sensors, wireless doorbells, key fobs) from an RTL-SDR-class dongle.

rtl_433 -f 433.92M
visit → added by THUGS(red)

SageMath tool

Cryptography CTF Research

Full computer algebra system with deep number-theory and elliptic-curve support — the usual scripting environment for hand-rolled RSA/ECC/lattice attacks that go beyond canned tools.

sage -c "print(factor(n))"
visit → added by THUGS(red)

SecRepo.com tool

Blue Team Forensics Research

Curated collection of publicly available security-relevant datasets (network captures, logs, malware metadata) for research and detection-engineering practice.

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)

Semantic Scholar tool

Research Search Engines

AI-assisted academic search engine with citation graphs and influence scoring, an alternative lens on the same literature Google Scholar indexes.

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)

Snusbase tool

OSINT Research

Subscription database-breach search engine used in credential and account-exposure investigations, searchable by email, username, IP or password hash.

visit → added by THUGS(red)

Snyk Vulnerability Database tool

Research

Searchable database of known vulnerabilities in open-source library dependencies across major language ecosystems, with remediation/fixed-version guidance.

visit → added by THUGS(red)

Sourcegraph tool

Research Search Engines

Code search and navigation engine across many repositories at once, self-hostable or hosted — useful for tracing where a leaked secret or vulnerable pattern is actually used.

visit → added by THUGS(red)

sploitus tool

Research

Search engine that aggregates exploits and security tools from multiple public sources (Exploit-DB, GitHub, Metasploit modules) into one searchable index.

visit → added by THUGS(red)

SunCalc tool

OSINT Research

Sun position/shadow-length calculator for any place and date, used in manual image geolocation to narrow down time-of-day and time-of-year from shadows in a photo.

visit → added by THUGS(red)

Talkwalker Alerts tool

OSINT Research

Free web-mention monitoring service similar to Google Alerts, useful as a second source since the two crawl and rank differently.

visit → added by THUGS(red)

theZoo tool

Blue Team Malware Research

Curated repository of live malware samples for research and defence testing — clearly labelled and deliberately hard to run by accident.

visit → added by THUGS(red)

ThreatFox tool

Blue Team Malware Research

abuse.ch platform for sharing indicators of compromise (IOCs) — malicious IPs, domains and URLs tied to specific malware families, free to query via API.

visit → added by THUGS(red)

Triton tool

Binary / RE CTF Research

Dynamic binary analysis library combining symbolic execution and taint analysis, usable as a scriptable engine for deobfuscation and constraint solving in RE work.

visit → added by THUGS(red)

Universal Radio Hacker (URH) tool

Fuzzing Research SDR / RF

GUI workbench for reverse-engineering unknown radio protocols — demodulate, decode and re-encode signals, then fuzz them, without writing GNU Radio flowgraphs by hand.

visit → added by THUGS(red)

URLhaus tool

Blue Team Malware Research

abuse.ch project tracking URLs actively distributing malware, with a searchable database and downloadable blocklists for defensive use.

visit → added by THUGS(red)

URLScan.io tool

Blue Team Research Web

Free sandboxed URL scanner that renders a page, records every request it makes, and archives screenshots and the DOM — used to safely inspect a suspicious link before clicking it.

visit → added by THUGS(red)

URLVoid tool

Defensive OSINT Research

Checks a website's reputation against multiple blacklist and reputation engines at once, a quick sanity check before visiting an unfamiliar link.

visit → added by THUGS(red)

USENIX Security Symposium Proceedings tool

Research

Freely available full proceedings of USENIX Security, one of the top academic venues for systems-security research, with papers going back decades.

visit → added by THUGS(red)

Validate a domain's DNSSEC chain of trust one-liner Linux

DNS Research

delv (shipped with BIND) walks the DNSSEC chain from the root down and reports exactly where validation succeeds or breaks, which dig alone won't show.

delv +rtrace example.com
added by THUGS(red)

VirusTotal tool

Blue Team Malware Research

Multi-engine file/URL/domain/IP reputation lookup aggregating dozens of AV engines and sandboxes — the standard first stop for triaging a suspicious sample or link.

visit → added by THUGS(red)

VulDB tool

Research

Community-driven vulnerability database with its own numeric risk scoring alongside CVSS, and exploit/patch availability tracking per entry.

visit → added by THUGS(red)

Vulmon tool

Research Search Engines

Vulnerability intelligence search engine tracking newly disclosed CVEs, linked exploits and vendor patches, with free email alerts by product.

visit → added by THUGS(red)

VulnCheck tool

Research

Vulnerability intelligence platform tracking real-world exploitation and public PoC availability for CVEs, going beyond static CVSS scoring.

visit → added by THUGS(red)

Vulnerability Lab tool

Research

Independent full-disclosure vulnerability research archive with detailed technical write-ups, often published ahead of or alongside vendor patches.

visit → added by THUGS(red)

Vulners tool

Research

Aggregated vulnerability intelligence database and API pulling together CVEs, vendor advisories, exploit-DB entries and patch data in one searchable feed, with Nmap/Burp integrations.

visit → added by THUGS(red)

VX-Underground tool

Blue Team Malware Research

Large public archive of malware samples, source code leaks and research papers — the go-to reference library for malware researchers looking up a family or campaign.

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)

Yandex Images tool

OSINT Research

Reverse image search engine with notably better face and landmark matching than Google/Bing for OSINT work, especially outside the US/EU.

visit → added by THUGS(red)

Yeti tool

Blue Team Defensive Research

"Your Everyday Threat Intelligence" — a platform for aggregating and de-duplicating observables, TTPs and threat data from multiple feeds into one queryable, taggable repository for an analyst team to build on.

visit → added by THUGS(red)

Zero Day Initiative Advisories tool

Research

Public advisories from Trend Micro's ZDI bug-bounty program, published once a vendor patches or a disclosure deadline passes, with technical root-cause detail.

visit → added by THUGS(red)

ZMap tool Linux

Blue Team Network Research

An internet-wide, single-packet network scanner built for research-scale sweeps of the whole IPv4 address space on a single port, rather than deep per-host scanning of a target list.

zmap -p 443 -o results.csv
visit → added by THUGS(red)

Zonemaster tool

DNS Research

A DNS and DNSSEC health-check tool developed by .SE and AFNIC — runs dozens of correctness and best-practice tests against a domain's DNS delegation and reports misconfigurations before they cause an outage or a security gap.

visit → added by THUGS(red)