mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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 = [
|
nixpkgs.overlays = [
|
||||||
(_: _: {
|
(_: _: {
|
||||||
gef = pkgs.callPackage ./pkgs/gef { };
|
gef = pkgs.callPackage ./pkgs/gef { };
|
||||||
|
weevely = pkgs.callPackage ./pkgs/weevely { };
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,6 +46,7 @@ in
|
||||||
remmina
|
remmina
|
||||||
socat
|
socat
|
||||||
thc-hydra
|
thc-hydra
|
||||||
|
weevely
|
||||||
wfuzz
|
wfuzz
|
||||||
|
|
||||||
unstable.exploitdb
|
unstable.exploitdb
|
||||||
|
|
Loading…
Reference in a new issue