Files
nix-config/modules/fh/scanning.nix
2024-04-07 11:27:04 +02:00

11 lines
157 B
Nix

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