mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
n4p: old, outdated, removed
This commit is contained in:
parent
4019a315af
commit
1c4aede47c
2 changed files with 0 additions and 56 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST n4p-2.2.tar.gz 47446 BLAKE2B a6dd2951ef48223dc466b1e88490d0d90943a90a14d47dd3a0706096a6911b253b046df3502175de102448f2cf2354c46911118e8dd73b0663366eacf0651717 SHA512 0fcc826ee36a4b1d49595997173f829196e518313c30b8c51365901ebbff641412381a27a7a4748af7cc8754c11220abaee552ce7d778e727892b22a6f2cf033
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="Comprehensive Wireless and Network packet based hacking framework.Compare to Metasploit"
|
||||
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 ~arm ~x86"
|
||||
IUSE="+wireless +mitm +wpe +wps +vpn +extras"
|
||||
|
||||
#Remove bridge-utils whin module is updated to iproute2 07-27-15
|
||||
PDEPEND="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
|
||||
sys-apps/net-tools
|
||||
x11-apps/xhost
|
||||
extras? ( net-analyzer/dhcpdump )
|
||||
wireless? ( >=net-wireless/aircrack-ng-1.2_rc2
|
||||
>=sys-apps/util-linux-2.31_rc1 )
|
||||
wpe? ( >=net-wireless/hostapd-2.0[wpe?,wps?] )
|
||||
wps? ( net-wireless/bully )
|
||||
mitm? ( net-analyzer/bettercap
|
||||
net-analyzer/dsniff
|
||||
>=net-analyzer/ettercap-0.8.0-r1 )
|
||||
vpn? ( net-vpn/openvpn )"
|
||||
|
||||
src_install() {
|
||||
dodoc changes README.md
|
||||
|
||||
exeinto /usr/$(get_libdir)/${PN}
|
||||
doexe n4p
|
||||
|
||||
exeinto /usr/$(get_libdir)/${PN}/modules
|
||||
doexe modules/airbase modules/bridge modules/bully modules/cracking modules/dhcp modules/dump modules/example modules/hostapd modules/monitor modules/firewall modules/rebuild_network modules/recon modules/wash modules/wpe
|
||||
|
||||
dosym /usr/$(get_libdir)/${PN}/n4p /usr/bin/n4p
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins auth.logo die.logo dump.logo firewall.logo monitor.logo opening.logo recon.logo zed.logo wash.logo
|
||||
|
||||
insinto /etc/${PN}
|
||||
doins dhcpd.conf n4p.conf hostapd.conf
|
||||
}
|
||||
Loading…
Reference in a new issue