add scanning shit

This commit is contained in:
Kopatz
2024-03-29 19:27:33 +01:00
parent 39377b542f
commit daa4866ea6
2 changed files with 10 additions and 0 deletions

9
modules/fh/scanning.nix Normal file
View File

@@ -0,0 +1,9 @@
{ pkgs, ...} :
{
environment.systemPackages = with pkgs; [
nmap
gobuster
thc-hydra
seclists
];
}