8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "praetorian-inc";
17 hash = "sha256-vXQFgP0KDWo1VWe7tMGCB2yEYlr/1KMXsiNupBVLBqc=";
20 nativeBuildInputs = with python3.pkgs; [
25 propagatedBuildInputs = with python3.pkgs; [
33 nativeCheckInputs = with python3.pkgs; [
39 pythonImportsCheck = [
44 description = "GitHub Self-Hosted Runner Enumeration and Attack Tool";
45 homepage = "https://github.com/praetorian-inc/gato";
46 changelog = "https://github.com/praetorian-inc/gato/releases/tag/${version}";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ fab ];