wfuzz: add wordlist output
This commit is contained in:
parent
9b0f5a34dd
commit
d34574a6fc
1 changed files with 5 additions and 0 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue