1 {lib, stdenv, fetchFromGitHub, openssl, libpcap, libxcrypt}:
3 stdenv.mkDerivation rec {
5 version = "unstable-2021-06-20";
7 src = fetchFromGitHub {
10 rev = "eb3bd42098cba42b65f499c9d8c73d890861b94f";
11 sha256 = "sha256-S6jS0cg9tHSfmP6VHyISkXJxczhPx3HDdxT46c+YmE8=";
14 buildInputs = [ openssl libpcap libxcrypt ];
17 install -Dm755 asleap $out/bin/asleap
18 install -Dm755 genkeys $out/bin/genkeys
22 homepage = "https://github.com/zackw/asleap";
23 description = "Recovers weak LEAP and PPTP passwords";
24 license = licenses.gpl2Only;
25 maintainers = with maintainers; [ pyrox0 ];