10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-eGCg6s3bg7ixXmdwFsugRMLvL/nTE2p53otkfc8OgQU=";
17 vendorSha256 = "sha256-3ucnLD+qhBSWY2wLtBcsOcuEf1woqHP17qQg7LlERA8=";
20 description = "Tool to anonymously bruteforce usernames from Domain controllers";
21 homepage = "https://github.com/lkarlslund/ldapnomnom";
22 license = licenses.mit;
23 maintainers = with maintainers; [ fab ];