Files
nixy/home/programs/group/cybersecurity.nix
T
Hadi 28cdcb6dad Add tool & bookmark
Signed-off-by: Hadi <hadi@example.com>
2026-04-20 14:04:41 +02:00

28 lines
272 B
Nix

{
pkgs-stable,
inputs,
...
}: {
home.packages = with pkgs-stable; [
wireshark
nmap
john
hashcat
# Web
caido
nuclei
gobuster
dirb
ffuf
sqlmap
# Utils
inetutils
samba
openvpn
mariadb
redis
];
}