File wifite2.spec of Package wifite2
#
# spec file for package wifite2
#
# Copyright (c) 2021-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: wifite2
Version: 2.5.8+git20251023
Release: 0
Summary: Wifi auditing toolset
License: GPL-2.0-or-later
Group: Productivity/Networking/Diagnostic
#Git-Clone: https://github.com/kimocoder/wifite2.git
URL: https://github.com/kimocoder/wifite2
Source: %{name}-%{version}.tar.xz
BuildRequires: cowpatty
#BuildRequires: pyrit
BuildRequires: python3-setuptools
BuildRequires: python3-chardet
BuildRequires: wireshark
Requires: aircrack-ng
Requires: iproute2
Requires: iw
Recommends: bully
Recommends: cowpatty
Recommends: hashcat
Recommends: macchanger
#Recommends: pyrit
Recommends: reaver
Recommends: wireshark
Recommends: pixiewps
Recommends: hcxtools
BuildArch: noarch
%description
Wifi auditing toolset.
%prep
%setup -q
%build
%python3_build
%install
%python3_install
%check
#%python3 -m unittest discover tests -v
%files
%license LICENSE
%doc README.md docs/{EVILTWIN.md,PMKID.md}
%{_sbindir}/wifite
%{_datadir}/dict/wordlist-probable.txt
%{python3_sitelib}/wifite*
%changelog