Files
nixy/home/programs/group/cybersecurity-packages.nix
T
2026-08-13 13:55:30 +02:00

41 lines
415 B
Nix

{pkgs}: (with pkgs; [
# Web
dirb
ffuf
katana
whatweb
sqlmap
nosqli
# Hashes
hashcat
haiti
john
# Databases
mariadb
redis
# Network
inetutils
termshark # wireshark in TUI
whois
dig
nmap
samba
hydra
# Misc
metasploit
nuclei
openvpn
# Secrets
trufflehog
# Forensics
binwalk
pkgs.nur.repos.anotherhadi.spilltea
pkgs.nur.repos.anotherhadi.jwt-tui
])