Files
nix-config/modules/fh/scanning.nix
2024-04-08 14:47:38 +02:00

14 lines
208 B
Nix

{ pkgs, ...} :
{
environment.systemPackages = with pkgs; [
nmap
gobuster
thc-hydra
seclists
aircrack-ng
hashcat
hashcat-utils
john
];
}