mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
bettercap: v1.1.7 initial ebuild, issue #54
This commit is contained in:
parent
19907460c2
commit
baf56ab66d
4 changed files with 29 additions and 1 deletions
1
net-analyzer/bettercap/Manifest
Normal file
1
net-analyzer/bettercap/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST bettercap-1.1.7.gem 267776 SHA256 8514bf3209c5e27cd3de9d592312adacb8c9d901e3488611e64c1993e06313f7 SHA512 7ee299d3ff32dd3192656609089f52dcd639ebf87c6e5e6888922ee5c8cdf343339789514ffd76f37025505ccee44c5a74e79af83a2e32c137c2d191eb102e72 WHIRLPOOL a8eefb0105e48fed2b59c3ab45a98c57f3dd4d872f7bc7c1a17bc063fa792552989fa9e7b20069bbe930854a7fa36e322d745241959ad5a8dc4e04c073bf7566
|
||||
24
net-analyzer/bettercap/bettercap-1.1.7.ebuild
Normal file
24
net-analyzer/bettercap/bettercap-1.1.7.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby19 ruby20 ruby21"
|
||||
|
||||
inherit multilib ruby-fakegem
|
||||
|
||||
DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
|
||||
HOMEPAGE="https://github.com/evilsocket/bettercap/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/colorize
|
||||
dev-ruby/packetfu:1.1.11
|
||||
dev-ruby/pcaprub:0.12
|
||||
"
|
||||
# FIXME:
|
||||
# install bettercap binary into /usr/sbin
|
||||
|
|
@ -234,3 +234,6 @@ dev-ruby/typhoeus:0.3
|
|||
~dev-ruby/rb-readline-0.5.1
|
||||
~dev-ruby/mail-2.5.4
|
||||
~dev-ruby/treetop-1.5.3
|
||||
|
||||
#bettercap
|
||||
~dev-ruby/colorize-0.7.7
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ net-analyzer/multimon-ng
|
|||
~net-analyzer/arping-2.12
|
||||
~net-analyzer/autoscan-network-1.50
|
||||
~net-analyzer/bmon-2.1.1_pre1
|
||||
~net-analyzer/bettercap-1.1.7
|
||||
~net-analyzer/chaosreader-0.94
|
||||
net-analyzer/cloudshark
|
||||
~net-analyzer/davtest-1.0
|
||||
|
|
@ -37,7 +38,6 @@ net-analyzer/cloudshark
|
|||
~net-analyzer/dnsrecon-0.8.9
|
||||
~net-analyzer/dsniff-2.4_beta1
|
||||
~net-analyzer/enum4linux-0.8.9
|
||||
net-analyzer/ettercap
|
||||
~net-analyzer/fierce-1.0.3
|
||||
~net-analyzer/fragroute-1.2.6
|
||||
~net-analyzer/geoedge-0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue