diff --git a/shells/ctf.nix b/shells/ctf.nix index e67ab81..4f2ba59 100644 --- a/shells/ctf.nix +++ b/shells/ctf.nix @@ -27,14 +27,10 @@ in { pkgs ? import {} }: feh ghidra - pwninit - metasploit sqlmap exiftool - steghide - # stegsolve dig nmap @@ -49,12 +45,16 @@ in { pkgs ? import {} }: hashcat ] ++ lib.optionals (pkgs.stdenv.isLinux) [ - sage + # stegsolve gdb + metasploit pwndbg + pwninit ropgadget - wireshark + sage + steghide tcpdump + wireshark ]; }