6 stdenvNoCC.mkDerivation {
10 src = fetchFromGitHub {
11 owner = "danielmiessler";
14 hash = "sha256-mJgCzp8iKzSWf4Tud5xDpnuY4aNJmnEo/hTcuGTaOWM=";
20 mkdir -p $out/share/wordlists/seclists
21 find . -maxdepth 1 -type d -regextype posix-extended -regex '^./[A-Z].*' -exec cp -R {} $out/share/wordlists/seclists \;
22 find $out/share/wordlists/seclists -name "*.md" -delete
28 description = "A collection of multiple types of lists used during security assessments, collected in one place";
29 homepage = "https://github.com/danielmiessler/seclists";
30 license = licenses.mit;
31 maintainers = with maintainers; [ tochiaha janik pamplemousse ];