A reproducible Nix-based environment for Capture The Flag (CTF) competitions.
- Ghidra: Software reverse engineering (SRE) suite.
- Binwalk: Firmware analysis tool.
- Nmap: Network discovery and security auditing.
- Netcat: Networking utility (gnu variant).
- Wireshark (CLI): Network protocol analyzer.
- File/Unzip: Basic file utilities.
- pwntools: CTF framework and exploit development library.
- requests: HTTP library.
- ropper: ROP gadget finder.
- ipython: Interactive Python shell.
Enter the environment using Nix:
nix developThis will load a shell with all tools available in your PATH.