mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
weevely: add to security-tools
This commit is contained in:
parent
20d9305105
commit
819eece875
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
nixpkgs.overlays = [
|
||||
(_: _: {
|
||||
gef = pkgs.callPackage ./pkgs/gef { };
|
||||
weevely = pkgs.callPackage ./pkgs/weevely { };
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
@ -46,6 +46,7 @@ in
|
|||
remmina
|
||||
socat
|
||||
thc-hydra
|
||||
weevely
|
||||
wfuzz
|
||||
|
||||
unstable.exploitdb
|
||||
|
|
Loading…
Reference in a new issue