10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-emj2N3S26Nm0UiHGZIraCJN07rJNOMvdWRoUbHneknY=";
21 cargoHash = "sha256-viDfJ214Zf5segjrLSTbHav5T5e219NAF+MvuPow+JQ=";
23 nativeBuildInputs = [ cmake pkg-config ];
24 buildInputs = [ openssl.dev samba ];
26 # Paho C test fails due to permission issue
30 description = "Multiprotocol credentials bruteforcer / password sprayer and enumerator";
31 homepage = "https://github.com/evilsocket/legba";
32 changelog = "https://github.com/evilsocket/legba/releases/tag/v${version}";
33 license = licenses.gpl3Only;
34 maintainers = with maintainers; [ mikaelfangel ];
35 mainProgram = "legba";