6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-stTCUHt9UCu1QuxDPB8a26LsrHNttyoVd0tmS7e2t2Y=";
18 propagatedBuildInputs = with python3.pkgs; [
25 install -vD main.py $out/bin/graphw00f
26 install -vD {conf,version}.py -t $out/${python3.sitePackages}/
27 install -vD graphw00f/* -t $out/${python3.sitePackages}/graphw00f
32 description = "GraphQL Server Engine Fingerprinting utility";
33 homepage = "https://github.com/dolevf/graphw00f";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ fab ];