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
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
];
}