The definitive collection of open-source cybersecurity tools, organized and searchable.
CyberArsenal is a professional, searchable reference platform featuring 60+ open-source cybersecurity tools across 12 categories β built for security professionals, pentesters, researchers, and CTF players.
- β‘ Instant search across tool names, descriptions, and tags
- ποΈ 12 categories β Network, Web App, Exploitation, Forensics, Malware Analysis, OSINT, Password, Wireless, Reverse Engineering, Cloud/Container, Social Engineering, Cryptography
- π Direct links to GitHub repos and official docs for every tool
- π± Fully responsive β works on desktop and mobile
- π¨ Professional dark UI with terminal-inspired cyber aesthetic
- β‘ Zero dependencies β pure HTML/CSS/JS, no frameworks needed
| Category | Count | Tools Include |
|---|---|---|
| π Network | 10 | Nmap, Wireshark, Masscan, Suricata, OpenVAS... |
| π·οΈ Web App | 10 | OWASP ZAP, SQLmap, Nuclei, ffuf, Gobuster... |
| π₯ Exploitation | 7 | Metasploit, Empire, Impacket, RouterSploit... |
| π¬ Forensics | 7 | Autopsy, Volatility 3, Binwalk, ExifTool... |
| π¦ Malware Analysis | 7 | Ghidra, Cuckoo, YARA, Radare2, DiE... |
| π΅οΈ OSINT | 7 | theHarvester, SpiderFoot, Amass, Subfinder... |
| π Password | 6 | Hashcat, John, Hydra, CrackMapExec, SecLists... |
| π‘ Wireless | 5 | Aircrack-ng, Kismet, Wifite2, Bettercap... |
| π§ Reverse Eng. | 5 | x64dbg, Ghidra, Frida, angr, Rizin... |
| βοΈ Cloud/Container | 5 | Trivy, Falco, Prowler, ScoutSuite... |
| π Social Eng. | 3 | SET, GoPhish, Evilginx2 |
| π Cryptography | 5 | OpenSSL, CyberChef, GnuPG, Steghide... |
- Fork or clone this repository
- Go to Settings β Pages
- Set source to Deploy from a branch β
mainβ/ (root) - Your site will be live at
https://siteq8.github.io/CyberArsenal
CyberArsenal/
βββ docs/
βββββββindex.html # Main platform (single-file app)
βββ README.md # This file
βββ _config.yml # GitHub Pages configuration
Want to add a tool? Open a PR!
- Edit
index.html - Add your tool to the
TOOLSarray following the existing format:
{
name: "Tool Name",
cat: "category", // network|web|exploit|forensics|malware|osint|password|wireless|reverse|cloud|social|crypto
desc: "Description...",
tags: ["tag1","tag2"],
lang: "Python",
stars: "1.2k",
github: "https://github.com/...",
url: "https://..."
}This platform is for educational and authorized security testing purposes only.
Always obtain proper authorization before testing any system.
The maintainers are not responsible for misuse of any listed tools.
SiteQ8
π§ [email protected]
π github.com/SiteQ8
Built with β€οΈ for the global security community