13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk=";
24 cargoHash = "sha256-rSHuKy86iJNLAKSVcb7fn7A/cc75EOc97jGI14EaC6k=";
35 ] ++ lib.optional stdenv.hostPlatform.isDarwin Security;
38 installManPage docs/${pname}.1
41 # Tests requires access to httpin.org
45 description = "Scriptable network authentication cracker";
46 homepage = "https://github.com/kpcyrd/authoscope";
47 license = with licenses; [ gpl3Plus ];
48 maintainers = with maintainers; [ fab ];