mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
takeover: new tool
This commit is contained in:
parent
c9cee8ed1e
commit
1f2996bf3c
3 changed files with 30 additions and 0 deletions
1
net-analyzer/takeover/Manifest
Normal file
1
net-analyzer/takeover/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST takeover-20200212.tar.gz 88636 BLAKE2B 926256dcf844470bfd9ede4ee013718af4a4be692f45c7c46b4e13e650f3b2ad78b29741813d0d3570b0b1fdc831f30be93856c572135f471922e9fb798e5696 SHA512 6a0ae0147596004c1ed073f454867d9874ab20fa2703083d84ee983be6763fe7876d33b3e907ef8d40d246c3659ba6160e24c8bca0411bec5b2d907fd4eb45a3
|
||||
28
net-analyzer/takeover/takeover-20200212.ebuild
Normal file
28
net-analyzer/takeover/takeover-20200212.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{3_6,3_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/m4ll0k/takeover.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
EGIT_COMMIT="d7447d8d236d1c027afcba5dee35b19f2db6b276"
|
||||
SRC_URI="https://github.com/m4ll0k/takeover/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Sub-Domain TakeOver Vulnerability Scanner"
|
||||
HOMEPAGE="https://github.com/m4ll0k/takeover"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||
|
|
@ -137,3 +137,4 @@ net-analyzer/zmap
|
|||
~net-analyzer/tplmap-20190820
|
||||
~net-analyzer/cottontail-20190426
|
||||
~net-analyzer/enteletaor-1.1.1
|
||||
~net-analyzer/takeover-20200212
|
||||
|
|
|
|||
Loading…
Reference in a new issue