From 40e47b3d81980fbdd6f18f76e1a31398d23f58ef Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 24 Aug 2023 15:47:43 +0200 Subject: [PATCH] Cleanup ctf-shell, add linux-only packages --- shells/ctf.nix | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/shells/ctf.nix b/shells/ctf.nix index cf4cbcc..d2c3a7a 100644 --- a/shells/ctf.nix +++ b/shells/ctf.nix @@ -13,39 +13,44 @@ nodejs php - #sage - # neovim bat binwalk coreutils gnugrep gnutar ripgrep + curl - # gdb - # pwndbg ghidra pwntools - ropgadget - ## ropper metasploit exiftool steghide # stegsolve - #gimp - #sxiv - #audacity - #wireshark dig nmap rustscan - ## hashcat - john + # davtest + # cadaver + httpie + john + ] ++ lib.optionals (pkgs.stdenv.isLinux) [ + sage + + gdb + pwndbg + ropgadget + ropper + hashcat + sxiv + wireshark + tcpdump ]; + }