Cleanup ctf-shell, add linux-only packages

This commit is contained in:
Felix Albrigtsen 2023-08-24 15:47:43 +02:00 committed by Felix Albrigtsen
parent 44c20dc792
commit 40e47b3d81
1 changed files with 17 additions and 12 deletions

View File

@ -13,39 +13,44 @@
nodejs nodejs
php php
#sage
# neovim
bat bat
binwalk binwalk
coreutils coreutils
gnugrep gnugrep
gnutar gnutar
ripgrep ripgrep
curl
# gdb
# pwndbg
ghidra ghidra
pwntools pwntools
ropgadget
## ropper
metasploit metasploit
exiftool exiftool
steghide steghide
# stegsolve # stegsolve
#gimp
#sxiv
#audacity
#wireshark
dig dig
nmap nmap
rustscan rustscan
## hashcat # davtest
john # cadaver
httpie
john
] ++ lib.optionals (pkgs.stdenv.isLinux) [
sage
gdb
pwndbg
ropgadget
ropper
hashcat
sxiv
wireshark
tcpdump
]; ];
} }