mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
wifite-2.6.8.ebuild
This commit is contained in:
parent
d7d3124a55
commit
e0908c02ee
2 changed files with 46 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST wifite2-2.6.6.tar.gz 1927243 BLAKE2B 2f77418e63998bdceeb5b46c83ffda667f085522406d18735a3f385cb1612138a04aef0a2288c2ab26db4a3f203674a32b71ca13688e05dc1bc43ff42622bb54 SHA512 b1b9ea4be03bca2df814038514cc19cbb34a2dbcb36da91ca05ee55650d7f70a56c7355583764d09e354dbdd2567d93100685c740447fa4125c744595852e9f9
|
||||
DIST wifite2-2.6.8.tar.gz 2637990 BLAKE2B f386a1ae9bbd679d5758fb59732dd9b85a7e51b594e29bfbd4fe72c5368e54df34b612aa0303b676bfa0e19d467d48939875843b247982b3a9f2ba4c6340a0a9 SHA512 4adad5fb69561e4f5fa410390f7134568583318a6e239b0cf8d020bb8a723d455826fa2ade9c28266ca2b88e61b0f7b0e190a793674f9cd2e783d5242d86976a
|
||||
|
|
|
|||
45
net-wireless/wifite/wifite-2.6.8.ebuild
Normal file
45
net-wireless/wifite/wifite-2.6.8.ebuild
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An automated wireless attack tool"
|
||||
HOMEPAGE="https://github.com/kimocoder/wifite2"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="2"
|
||||
IUSE="dict opencl extra"
|
||||
|
||||
MY_P="${PN}2-${PV}"
|
||||
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/kimocoder/wifite2.git"
|
||||
else
|
||||
SRC_URI="https://github.com/kimocoder/wifite2/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
|
||||
net-analyzer/scapy[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
PDEPEND="net-wireless/aircrack-ng
|
||||
net-wireless/hcxdumptool
|
||||
net-wireless/hcxtools
|
||||
amd64? ( opencl? ( app-crypt/hashcat ) )
|
||||
dict? ( sys-apps/cracklib-words )
|
||||
extra? ( net-analyzer/wireshark
|
||||
net-wireless/reaver-wps-fork-t6x
|
||||
!net-wireless/reaver
|
||||
net-wireless/bully
|
||||
net-wireless/cowpatty
|
||||
net-analyzer/macchanger
|
||||
)"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
#python2 only:
|
||||
#net-wireless/pyrit[${PYTHON_USEDEP},opencl?]
|
||||
Loading…
Reference in a new issue