From 823f5b3d124332b21737c2238abf219b7b159d2e Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sat, 23 Nov 2024 08:29:18 +0100 Subject: [PATCH] shells/CTF: darwin = tier 300 support --- shells/ctf.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ]; }