$ ls -la ./tools

Tools Directory

Curated software disassemblers, decoders, exploit frameworks, and forensics suites.

$ grep -i159/159

Web Exploitation

// 27 entries
Burp Suite#01

Graphical intercepting proxy for testing web application security.

cat/webvisit
sqlmap#02

Automatic SQL injection detection and database takeover tool.

cat/webvisit
PayloadsAllTheThings#03

Comprehensive repository of web security payloads and bypass techniques.

cat/webvisit
ffuf#04

Fast web fuzzer written in Go for directory/file/parameter discovery.

cat/webvisit
Wfuzz#05

Flexible web application security fuzzer for hidden resources.

cat/webvisit
dirsearch#06

Web path scanner for finding hidden directories and files.

cat/webvisit
OWASP ZAP#07

Intercepting proxy to replay, debug, and fuzz HTTP requests.

cat/webvisit
Tplmap#08

Automated Server-Side Template Injection (SSTI) detection and exploitation.

cat/webvisit
Arjun#09

HTTP parameter discovery suite for finding hidden GET/POST parameters.

cat/webvisit
Kiterunner#10

Context-aware API endpoint brute-forcing tool.

cat/webvisit
subfinder#11

Fast passive subdomain discovery tool.

cat/webvisit
httpx#12

Multi-purpose HTTP toolkit for probing target domains.

cat/webvisit
XSSer#13

Automated XSS vulnerability detection and exploitation.

cat/webvisit
Commix#14

Automated OS command injection testing tool.

cat/webvisit
git-dumper#15

Dump an exposed .git repository from a website.

cat/webvisit
Gopherus#16

Generate gopher links for SSRF payload delivery.

cat/webvisit
Smuggler#17

HTTP request smuggling detection and testing.

cat/webvisit
nomore403#18

Bypass 403 Forbidden responses with various techniques.

cat/webvisit
jwt.io#19

Interactive JSON Web Token debugger and decoder.

cat/webvisit
PHPGGC#20

Library of PHP unserialize() payloads for gadget chains.

cat/webvisit
ysoserial#21

Generates payloads for Java deserialization vulnerabilities.

cat/webvisit
xcat#22

Command-line tool for exploiting blind XPath injection vulnerabilities.

cat/webvisit
NoSQLMap#23

Automated NoSQL database vulnerability testing tool.

cat/webvisit
Postman#24

API testing and HTTP request debugging tool.

cat/webvisit
RequestBin#25

Inspect and debug incoming HTTP requests.

cat/webvisit
ngrok#26

Expose local servers via secure tunnels for callbacks.

cat/webvisit
W3af#27

Web application attack and audit framework.

cat/webvisit

Cryptography

// 20 entries
CyberChef#01

Browser-based Swiss Army knife for encoding, decoding, encryption and analysis.

cat/cryptovisit
SageMath#02

Powerful open-source mathematics system for discrete logs, LLL lattice, and ECC.

cat/cryptovisit
RsaCtfTool#03

Automated RSA attacks — FactorDB, Wiener, small-e, common factor, and 50+ more.

cat/cryptovisit
XORTool#04

Analyse multi-byte XOR cipher and guess key length/key.

cat/cryptovisit
Ciphey#05

Automatically decrypt and decode ciphertext without knowing the cipher.

cat/cryptovisit
dCode.fr#06

Online solvers for 200+ classical ciphers and encodings.

cat/cryptovisit
Quipqiup#07

Fast automated cryptogram and substitution cipher solver.

cat/cryptovisit
HashPump#08

Perform hash length extension attacks on MD5, SHA1, and SHA256 MACs.

cat/cryptovisit
PadBuster#09

Automated script for performing PKCS#7 CBC padding oracle attacks.

cat/cryptovisit
FactorDB#10

Online database for integer factorizations used in RSA challenges.

cat/cryptovisit
Foundry / Ganache#11

Ethereum smart contract development framework for Web3/Blockchain CTFs.

cat/cryptovisit
FeatherDuster#12

Modular automated cryptanalysis tool.

cat/cryptovisit
HashExtender#13

Perform hash length extension attacks on MACs.

cat/cryptovisit
PKCrack#14

Break PkZip encryption with known plaintext attack.

cat/cryptovisit
Cryptii#15

Modular online conversion, encoding, and encryption tool.

cat/cryptovisit
Vigenere Solver#16

Online Vigenère cipher breaker using index of coincidence.

cat/cryptovisit
CryptoHack#17

Interactive platform for learning modern cryptography through challenges.

cat/cryptovisit
Crackstation#18

Online hash lookup database for MD5, SHA1, and other common hashes.

cat/cryptovisit
RSATool#19

Calculate RSA and RSA-CRT parameters from prime factors.

cat/cryptovisit
Morse Code Translator#20

Encode and decode Morse code online.

cat/cryptovisit

Reverse Engineering

// 22 entries
Ghidra#01

NSA's free open-source RE suite — disassembler, decompiler, multi-architecture.

cat/revvisit
IDA Pro#02

Industry-standard interactive disassembler and debugger.

cat/revvisit
x64dbg#03

Open-source x64/x32 Windows debugger for binary analysis.

cat/revvisit
Binary Ninja#04

Reverse engineering platform with a clean API and decompiler.

cat/revvisit
radare2#05

UNIX-like portable reverse engineering framework and disassembler.

cat/revvisit
Rizin#06

Fork of radare2 focused on usability, with Cutter GUI.

cat/revvisit
Cutter#07

Free and open-source GUI for Rizin reverse engineering framework.

cat/revvisit
GDB#08

The GNU Project debugger — standard for Linux binary debugging.

cat/revvisit
pwndbg#09

GDB plugin with context display, heap explorer, and ROP gadget finder.

cat/revvisit
GEF#10

Modern GDB plugin with advanced exploitation features.

cat/revvisit
angr#11

Powerful binary analysis platform with symbolic execution.

cat/revvisit
Z3#12

Microsoft Research's theorem prover — solve constraints from RE challenges.

cat/revvisit
Frida#13

Dynamic instrumentation toolkit for hooking and tracing any process.

cat/revvisit
Jadx#14

Decompile Android APKs to readable Java source code.

cat/revvisit
Apktool#15

Reverse engineering Android APK files to Smali resources.

cat/revvisit
pycdc#16

Decompyle++ — C++ Python bytecode disassembler and decompiler for Python 3.9+.

cat/revvisit
pyinstxtractor#17

Extractor for standalone PyInstaller executables.

cat/revvisit
REMnux#18

Linux toolkit distribution for reverse engineering and malware analysis.

cat/revvisit
dnSpy#19

.NET debugger and assembly editor — decompile and patch .NET binaries.

cat/revvisit
ILSpy#20

Open-source .NET assembly decompiler and navigation tool.

cat/revvisit
Compiler Explorer#21

See how compilers turn C/C++/Rust into assembly, online.

cat/revvisit
Uncompyle6#22

Decompile Python 2 and 3 bytecode (.pyc) back to source.

cat/revvisit

Binary Exploitation

// 12 entries

Forensics

// 18 entries
Wireshark#01

Analyse PCAP/PCAPNG network captures and dissect 100s of protocols.

cat/forensicsvisit
tshark#02

Wireshark's CLI — scriptable packet filtering and field extraction.

cat/forensicsvisit
Volatility 3#03

Extract processes, files, credentials, and connections from RAM dumps.

cat/forensicsvisit
Autopsy#04

End-to-end open source digital forensics platform with GUI.

cat/forensicsvisit
Eric Zimmerman Tools#05

Suite of Windows registry, MFT, EVTX, and memory parsing utilities.

cat/forensicsvisit
RegRipper#06

Windows registry forensic parsing framework.

cat/forensicsvisit
FTK Imager#07

Data preview and disk image acquisition tool.

cat/forensicsvisit
MemProcFS#08

Mount virtual memory dumps as a virtual file system.

cat/forensicsvisit
KAPE#09

Kroll Artifact Parser and Extractor for rapid triage.

cat/forensicsvisit
binwalk#10

Scan and extract embedded file signatures from any binary.

cat/forensicsvisit
ExifTool#11

Read, write, and edit metadata in images, audio, video, and documents.

cat/forensicsvisit
foremost#12

Recover files by their headers and footers from disk images.

cat/forensicsvisit
photorec#13

File data recovery tool for lost/deleted files from any media.

cat/forensicsvisit
NetworkMiner#14

Network forensics tool — extracts files and credentials from PCAPs.

cat/forensicsvisit
A-Packets#15

Effortless PCAP analysis in the browser — no install needed.

cat/forensicsvisit
Forensically#16

Free online image forensics — error level analysis, metadata, clones.

cat/forensicsvisit
Bulk Extractor#17

High-performance digital forensics scanner for emails, URLs, and more.

cat/forensicsvisit
The Sleuth Kit#18

CLI tools for disk image analysis and file system forensics.

cat/forensicsvisit

OSINT

// 17 entries

Steganography

// 16 entries

Networking

// 13 entries

Miscellaneous

// 14 entries