Merge pull request #139387 from dan4ik605743/wifite-update
wifite2: add pixiewps dependency
This commit is contained in:
commit
699939fdcc
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, fetchFromGitHub, fetchpatch, python3, wirelesstools
|
{ lib, fetchFromGitHub, fetchpatch, python3, wirelesstools
|
||||||
, aircrack-ng, wireshark-cli, reaverwps-t6x, cowpatty, hashcat, hcxtools
|
, aircrack-ng, wireshark-cli, reaverwps-t6x, cowpatty, hashcat, hcxtools
|
||||||
, hcxdumptool, pyrit, which, bully }:
|
, hcxdumptool, pyrit, which, bully, pixiewps }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
version = "2.5.7";
|
version = "2.5.7";
|
||||||
|
@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
pyrit
|
pyrit
|
||||||
which
|
which
|
||||||
bully
|
bully
|
||||||
|
pixiewps
|
||||||
];
|
];
|
||||||
|
|
||||||
postFixup = let
|
postFixup = let
|
||||||
|
|
Loading…
Reference in a new issue