Nix Shell for CTF
Find a file
2025-11-10 18:44:39 +01:00
.envrc Add .envrc file to use nix 2025-11-10 18:44:39 +01:00
default.nix Add stegseek to the Nix package list 2025-10-23 23:38:03 +02:00
README.md feat(configuration): add default nix file + update readme 2025-10-16 19:44:44 +02:00

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 zsh as my default shell, so the environment is configured to use zsh. If you prefer another shell, you can modify the shell attribute in the default.nix file.