1 { lib, stdenv, fetchFromGitHub, libpcap, pixiewps, makeWrapper }:
3 stdenv.mkDerivation rec {
4 pname = "reaver-wps-t6x";
7 src = fetchFromGitHub {
9 repo = "reaver-wps-fork-t6x";
11 sha256 = "sha256-7g4ZRkyu0TIOUw68dSPP4RyIRyeq1GgUMYFVSQB8/1I=";
14 nativeBuildInputs = [ makeWrapper ];
15 buildInputs = [ libpcap pixiewps ];
17 sourceRoot = "${src.name}/src";
20 description = "Online and offline brute force attack against WPS";
21 homepage = "https://github.com/t6x/reaver-wps-fork-t6x";
22 license = licenses.gpl2Plus;
23 platforms = platforms.linux;
24 maintainers = with maintainers; [ nico202 ];