add scanning shit
This commit is contained in:
9
modules/fh/scanning.nix
Normal file
9
modules/fh/scanning.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ...} :
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nmap
|
||||
gobuster
|
||||
thc-hydra
|
||||
seclists
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user