7 stdenvNoCC.mkDerivation {
9 version = "0-unstable-2020-02-26";
11 src = fetchFromGitHub {
12 owner = "fuzzdb-project";
14 rev = "5656ab25dc6bb43bae32236fab775658a90d7380";
15 hash = "sha256-7AORrXi443+VK5lbgcjqW4QS7asbXu/dCKj8uCMC0PY=";
20 mkdir -p $out/share/{fuzzdb,wordlists/fuzzdb}
21 mv docs web-backdoors $out/share/fuzzdb
22 mv */ $out/share/wordlists/fuzzdb
27 description = "Comprehensive collection of attack patterns and predictable resource names used for security testing and fuzzing application";
28 homepage = "https://github.com/fuzzdb-project/fuzzdb";
29 license = with lib.licenses; [ bsd3 ];
30 maintainers = with lib.maintainers; [ d3vil0p3r ];
31 platforms = lib.platforms.all;