takeover: new tool

This commit is contained in:
Guido Kroon 2020-02-16 00:19:01 +01:00
parent c9cee8ed1e
commit 1f2996bf3c
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST takeover-20200212.tar.gz 88636 BLAKE2B 926256dcf844470bfd9ede4ee013718af4a4be692f45c7c46b4e13e650f3b2ad78b29741813d0d3570b0b1fdc831f30be93856c572135f471922e9fb798e5696 SHA512 6a0ae0147596004c1ed073f454867d9874ab20fa2703083d84ee983be6763fe7876d33b3e907ef8d40d246c3659ba6160e24c8bca0411bec5b2d907fd4eb45a3

View 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}"

View file

@ -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