Files
nix-config/modules/fh/scanning.nix
2025-03-18 16:27:20 +01:00

14 lines
172 B
Nix

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