13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-ioH/dy+d20p81iLLIcer+1fVib60TJ5Ezr6UlsL+F9g=";
24 cargoHash = "sha256-UaaB4d7sfHm+KJI05x/TYeEd8pTePJaFBMW7t7ShSqg=";
35 ++ lib.optionals stdenv.hostPlatform.isDarwin [
36 darwin.apple_sdk.frameworks.SystemConfiguration
39 # Paho C test fails due to permission issue
43 description = "Multiprotocol credentials bruteforcer / password sprayer and enumerator";
44 homepage = "https://github.com/evilsocket/legba";
45 changelog = "https://github.com/evilsocket/legba/releases/tag/v${version}";
46 license = licenses.gpl3Only;
47 maintainers = with maintainers; [ mikaelfangel ];
48 mainProgram = "legba";