1 { lib, stdenv, fetchFromGitHub, pkg-config, curl, openssl, zlib }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-03NPzSThmUPAEg5dBr2QkwaXPgGeu/lEe9nqhY8EkyA=";
14 nativeBuildInputs = [ pkg-config ];
15 buildInputs = [ curl openssl zlib ];
18 "PREFIX=${placeholder "out"}"
22 description = "Tools for capturing wlan traffic and conversion to hashcat and John the Ripper formats";
23 homepage = "https://github.com/ZerBea/hcxtools";
24 license = licenses.mit;
25 platforms = platforms.linux;
26 maintainers = with maintainers; [ dywedir ];