weevely: add to security-tools

This commit is contained in:
Sean Buckley 2021-08-18 21:23:23 -04:00
parent 20d9305105
commit 819eece875
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@
nixpkgs.overlays = [ nixpkgs.overlays = [
(_: _: { (_: _: {
gef = pkgs.callPackage ./pkgs/gef { }; gef = pkgs.callPackage ./pkgs/gef { };
weevely = pkgs.callPackage ./pkgs/weevely { };
}) })
]; ];
}; };

View file

@ -46,6 +46,7 @@ in
remmina remmina
socat socat
thc-hydra thc-hydra
weevely
wfuzz wfuzz
unstable.exploitdb unstable.exploitdb