Cross-platform toolkit to bootstrap a hacking environment in seconds.
FrogCommands is a cross-platform toolkit designed to quickly set up a complete security testing environment on macOS, Linux, and WSL.
Instead of manually installing and configuring dozens of tools, FrogCommands provides a simple, reproducible, and automated setup β so you can focus on what actually matters.
- β‘ One-command installation
- π§ Supports Linux, macOS, and WSL
- π§ Smart OS & package manager detection
- π¦ Curated pentesting toolkit
- π Idempotent (wonβt reinstall what already exists)
- π§ Easy to extend and customize
- Recon / Scanning β nmap
- Fuzzing / Enumeration β ffuf, gobuster
- SQLi β sqlmap
- Bruteforce β hydra
- Hash Cracking β hashcat, john
- Networking / Tunneling β socat, chisel
- Traffic Analysis β tcpdump, wireshark
- HTTP Clients β curl, httpie
- Parsing β jq
- Dev Tools β node (via nvm)
git clone https://github.com/yourusername/FrogCommands.git
cd FrogCommands
chmod +x install.sh
./install.sh