10 src = fetchFromGitHub {
14 hash = "sha256-vIYPpkbqyk0zH10DGp2FF0aI4lFpsZavulBIiR/3kiA=";
17 vendorHash = "sha256-fgtDP6X84iPO2Tcwq5jl8700PDKixJlIihgNaPX/n9k=";
20 "-s" "-w" "-X github.com/assetnote/kiterunner/cmd/kiterunner/cmd.Version=${version}"
23 subPackages = [ "./cmd/kiterunner" ];
25 # Test data is missing in the repo
29 description = "Contextual content discovery tool";
30 mainProgram = "kiterunner";
32 Kiterunner is a tool that is capable of not only performing traditional
33 content discovery at lightning fast speeds, but also bruteforcing routes
34 and endpoints in modern applications.
36 homepage = "https://github.com/assetnote/kiterunner";
37 license = with licenses; [ agpl3Only ];
38 maintainers = with maintainers; [ fab ];