Skip to content

SiteQ8/CyberArsenal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ CyberArsenal β€” Open Source Security Tools Platform

The definitive collection of open-source cybersecurity tools, organized and searchable.

GitHub Pages Tools Categories License


πŸ” What is CyberArsenal?

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.

✨ Features

  • ⚑ 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

πŸ› οΈ Tool Categories

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...

πŸš€ Deploy to GitHub Pages

  1. Fork or clone this repository
  2. Go to Settings β†’ Pages
  3. Set source to Deploy from a branch β†’ main β†’ / (root)
  4. Your site will be live at https://siteq8.github.io/CyberArsenal

πŸ“ Project Structure

CyberArsenal/
β”œβ”€β”€ docs/
β”œβ”€β”€β”€β”€β”€β”€index.html        # Main platform (single-file app)
β”œβ”€β”€ README.md         # This file
└── _config.yml       # GitHub Pages configuration

🀝 Contributing

Want to add a tool? Open a PR!

  1. Edit index.html
  2. Add your tool to the TOOLS array 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://..."
}

⚠️ Disclaimer

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.


πŸ‘€ Author

SiteQ8
πŸ“§ [email protected]
πŸ™ github.com/SiteQ8


Built with ❀️ for the global security community

About

πŸ›‘οΈ CyberArsenal β€” Open Source Security Tools Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors