wfuzz: add wordlist output

This commit is contained in:
Janik H.
2023-10-29 18:52:21 +01:00
parent 9b0f5a34dd
commit d34574a6fc
@@ -63,6 +63,11 @@ buildPythonPackage rec {
"wfuzz"
];
postInstall = ''
mkdir -p $out/share/wordlists/wfuzz
cp -R -T "wordlist" "$out/share/wordlists/wfuzz"
'';
meta = with lib; {
description = "Web content fuzzer to facilitate web applications assessments";
longDescription = ''