shells/CTF: darwin = tier 300 support

This commit is contained in:
Felix Albrigtsen 2024-11-23 08:29:18 +01:00
parent 110b410fbd
commit 823f5b3d12
1 changed files with 6 additions and 6 deletions

View File

@ -27,14 +27,10 @@ in { pkgs ? import <nixpkgs> {} }:
feh
ghidra
pwninit
metasploit
sqlmap
exiftool
steghide
# stegsolve
dig
nmap
@ -49,12 +45,16 @@ in { pkgs ? import <nixpkgs> {} }:
hashcat
] ++ lib.optionals (pkgs.stdenv.isLinux) [
sage
# stegsolve
gdb
metasploit
pwndbg
pwninit
ropgadget
wireshark
sage
steghide
tcpdump
wireshark
];
}