mirror of
https://github.com/cedev-1/Nix-CTF.git
synced 2026-09-16 17:52:07 +00:00
Nix Shell for CTF
- Nix 100%
| .envrc | ||
| default.nix | ||
| README.md | ||
NixOS Configuration for CTF Environment
Just a simple nix-shell environment tailored for Capture The Flag (CTF) competitions.
It includes a variety of tools commonly used in CTFs, such as networking, web, cryptography, reversing, and forensics tools.
You can enter the CTF environment by running:
nix-shell
This will drop you into a shell with all the specified tools available.
Warning
I use
zshas my default shell, so the environment is configured to usezsh. If you prefer another shell, you can modify theshellattribute in thedefault.nixfile.