10 src = fetchFromGitHub {
14 hash = "sha256-ZJG5KlIlzaztG27NoSlILj0I94cm2xZq28qx1ebrSmc=";
17 vendorHash = "sha256-NzgFwPvuEZ2/Ks5dZNRJjzzCNPRGelQP/A6eZltqkmM=";
20 description = "Web crawler for the discovery of endpoints and assets";
21 mainProgram = "hakrawler";
22 homepage = "https://github.com/hakluke/hakrawler";
24 Simple, fast web crawler designed for easy, quick discovery of endpoints
25 and assets within a web application.
27 license = licenses.mit;
28 maintainers = with maintainers; [ fab ];