Files
nixy/home/programs/group/cybersecurity.nix
T

26 lines
252 B
Nix

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