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