10 src = fetchFromGitHub {
11 owner = "RedTeamPentesting";
14 sha256 = "sha256-eXzD47qFkouYJkqWHbs2g2pbl3I7vWgIU6TqN3MEYQI=";
17 vendorSha256 = "sha256-tG+qV4Q77wT6x8y5cjZUaAWpL//sMUg1Ce3jS/dXF+Y=";
19 # tests fails on darwin
20 doCheck = !stdenv.isDarwin;
23 description = "Fast HTTP enumerator";
25 A fast HTTP enumerator that allows you to execute a large number of HTTP
26 requests, filter the responses and display them in real-time.
28 homepage = "https://github.com/RedTeamPentesting/monsoon";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];