10 src = fetchFromGitHub {
14 sha256 = "sha256-a0JpHk5pUe+MkcmJl871JwkOfFDg3S4yOzFIeXCReLE=";
17 vendorHash = "sha256-5C0dDY/42H8oHNdQaKYiuqpi2QqqgHC7VMO/0kFAofY=";
20 mv $out/bin/src $out/bin/$pname
24 description = "Tools for user enumeration and password bruteforce";
25 mainProgram = "gomapenum";
26 homepage = "https://github.com/nodauf/GoMapEnum";
27 license = with licenses; [ gpl3Only ];
28 maintainers = with maintainers; [ fab ];