From 1be18ec39cfec5901c48a1c9d1e4220a7743be3a Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sat, 26 Oct 2024 02:38:45 -0400 Subject: [PATCH] re-enable wfuzz --- modules/security-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/security-tools.nix b/modules/security-tools.nix index 5c535bd..9540648 100644 --- a/modules/security-tools.nix +++ b/modules/security-tools.nix @@ -25,7 +25,7 @@ in thc-hydra webshells weevely - # wfuzz # TODO: temporarily broken package + wfuzz (runCommand "gdb" { } "install -D ${gef}/bin/gef $out/bin/gdb") ];