mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
n4p: bump
This commit is contained in:
parent
ad02216801
commit
04e6ce3700
2 changed files with 55 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
DIST n4p-0.9.3.tar.gz 19423 SHA256 bcf29b3cb387e80bb50cdd3ce645ad8ca3b6c194db920a315eafc32134b1a56f SHA512 1443b5d42920ad38e84746810a3a307e091420fe2a6037251906d89b30046fbd2fc0ca295e7177c441caec6ee3006455675e7d141558feaf105a3a1415f87c84 WHIRLPOOL e4c833f121baaed5bfaa7814ae1a5d836f2deadf01e95c602c1011768796ca1590d9f8c742fc0d5b81f65c5ee5c10d5af2b627a2a2f488a396a907977b225698
|
||||
DIST n4p-0.9.tar.gz 18088 SHA256 fc866f72ad9ec13efd8762c129a62daa64707e9abb3feeb8e43242f5dc25ade1 SHA512 d5b37e23012a8d489b88dc1b441bf7d245017d4d82b4f1735967986117a6f02cd5b438e25efea1d7b6976807b676e11a1164ae02223e8945bd68a48bb0ef8b46 WHIRLPOOL b0836bf63aa1186c6b0f12493c6b6dc9d9f6a1a8ae89aa9e25149da381e5f871d79b71ac2fc4a7c64dc416eca9d480ac4e8a7ea219ea2ffdee60ac7328cf81da
|
||||
EBUILD n4p-0.9.3.ebuild 1332 SHA256 98155ed7bfd026a02a476021ae280c46896b250bd83aae41c7df894827ebd15d SHA512 9ae2435ac32f5ba1971e89c483baf73965c3b96a964680df7359038b9b168728b9863982ded5cba9567be05ca015f5449ffce17d0980b08dd83f24b189486e33 WHIRLPOOL 6714151a276bf0e310002487f9b62de75ae924df84fb356f126f7cbd934e60bdec039729843b65378e287c4f152831a579f336ed812d959b80e069f0852b1615
|
||||
EBUILD n4p-0.9.ebuild 1332 SHA256 98155ed7bfd026a02a476021ae280c46896b250bd83aae41c7df894827ebd15d SHA512 9ae2435ac32f5ba1971e89c483baf73965c3b96a964680df7359038b9b168728b9863982ded5cba9567be05ca015f5449ffce17d0980b08dd83f24b189486e33 WHIRLPOOL 6714151a276bf0e310002487f9b62de75ae924df84fb356f126f7cbd934e60bdec039729843b65378e287c4f152831a579f336ed812d959b80e069f0852b1615
|
||||
|
|
|
|||
53
net-wireless/n4p/n4p-0.9.3.ebuild
Normal file
53
net-wireless/n4p/n4p-0.9.3.ebuild
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="Configures network automatically to perform MITM, ARP, SSLstrip, WPA Cracking, and rogue AP attacks"
|
||||
HOMEPAGE="https://github.com/Cyb3r-Assassin"
|
||||
SRC_URI="https://github.com/Cyb3r-Assassin/n4p/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+wireless +mitm -vpn -extras"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="net-misc/bridge-utils
|
||||
>=net-firewall/iptables-1.4.20
|
||||
net-misc/dhcpcd
|
||||
app-admin/sudo
|
||||
sys-apps/iproute2
|
||||
x11-terms/xterm
|
||||
dev-python/ipaddr
|
||||
net-wireless/iw
|
||||
sys-apps/openrc
|
||||
app-editors/nano
|
||||
extras? ( net-analyzer/dhcpdump
|
||||
sys-apps/net-tools )
|
||||
wireless? ( >=net-wireless/aircrack-ng-9999
|
||||
net-wireless/rfkill
|
||||
>=net-wireless/hostapd-2.0-r1 )
|
||||
mitm? ( net-analyzer/sslstrip
|
||||
net-analyzer/dsniff
|
||||
>=net-analyzer/ettercap-0.8.0-r1 )
|
||||
vpn? ( net-misc/openvpn )"
|
||||
|
||||
src_install() {
|
||||
dodoc changes README.md
|
||||
|
||||
exeinto /usr/$(get_libdir)/${PN}
|
||||
doexe n4p.sh n4p_iptables.sh recon.sh monitor.sh n4p_main.sh
|
||||
|
||||
dosym /usr/$(get_libdir)/${PN}/n4p.sh /usr/bin/n4p
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins auth.logo die.logo dump.logo firewall.logo monitor.logo opening.logo recon.logo zed.logo
|
||||
|
||||
insinto /etc/${PN}
|
||||
doins n4p.conf dhcpd.conf
|
||||
}
|
||||
Loading…
Reference in a new issue