Merge pull request #139387 from dan4ik605743/wifite-update

wifite2: add pixiewps dependency
This commit is contained in:
Lassulus 2021-09-25 14:12:12 +02:00 committed by GitHub
commit 699939fdcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub, fetchpatch, python3, wirelesstools
, aircrack-ng, wireshark-cli, reaverwps-t6x, cowpatty, hashcat, hcxtools
, hcxdumptool, pyrit, which, bully }:
, hcxdumptool, pyrit, which, bully, pixiewps }:
python3.pkgs.buildPythonApplication rec {
version = "2.5.7";
@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
pyrit
which
bully
pixiewps
];
postFixup = let