wfuzz: add wordlist output

This commit is contained in:
Janik H. 2023-10-10 16:22:06 +02:00
parent 9b0f5a34dd
commit d34574a6fc
No known key found for this signature in database

View file

@ -63,6 +63,11 @@ buildPythonPackage rec {
"wfuzz" "wfuzz"
]; ];
postInstall = ''
mkdir -p $out/share/wordlists/wfuzz
cp -R -T "wordlist" "$out/share/wordlists/wfuzz"
'';
meta = with lib; { meta = with lib; {
description = "Web content fuzzer to facilitate web applications assessments"; description = "Web content fuzzer to facilitate web applications assessments";
longDescription = '' longDescription = ''