6 python3.pkgs.buildPythonApplication rec {
8 version = "unstable-20230818";
11 src = fetchFromGitHub {
12 owner = "nicholasaleks";
14 # rev = "refs/tags/${version}";
15 # Switch to tag with the next update
16 rev = "ac26a44c2dd201f65da0d1c3f95eaf776ed1b2dd";
17 hash = "sha256-XlHbGkwdOV1nobjtQP/M3IIEuzXHBuwf52EsXf3MWoM=";
24 nativeBuildInputs = with python3.pkgs; [
28 propagatedBuildInputs = with python3.pkgs; [
36 description = "GraphQL password brute-force and fuzzing utility";
37 mainProgram = "crackql";
38 homepage = "https://github.com/nicholasaleks/CrackQL";
39 license = with licenses; [ bsd3 ];
40 maintainers = with maintainers; [ fab ];