mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
sublist3r: yet onother the best dns OSINT tool. irritating, see issue #273
This commit is contained in:
parent
0544125968
commit
7f6ff22526
5 changed files with 59 additions and 0 deletions
1
dev-python/argparse/Manifest
Normal file
1
dev-python/argparse/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST argparse-1.4.0.tar.gz 70508 BLAKE2B 7bc250ea4203f40d67d9a78ca046f7a2023df742a254426cdae551abb2edabb4beba8d3cef7c848e2e98ffd682a80638cf85689ddeab6b4ddcd3fd98e6d2572f SHA512 9941f9d26c43169f947c9efadda6239349e1f9df80ff5fcdba3070bc7b43c43ab6bb4b7f0c7eee8e5d06231a17a7e9ee9eb73c7a9bb68ebe5d13f879686d61b2
|
||||
16
dev-python/argparse/argparse-1.4.0.ebuild
Normal file
16
dev-python/argparse/argparse-1.4.0.ebuild
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python command-line parsing library."
|
||||
HOMEPAGE="https://github.com/ThomasWaldmann/argparse/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
37
net-analyzer/sublist3r/sublist3r-1.0_p20171130.ebuild
Normal file
37
net-analyzer/sublist3r/sublist3r-1.0_p20171130.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
|
||||
#PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-r1 python-utils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Enumerate subdomains of websites using OSINT"
|
||||
HOMEPAGE="https://github.com/aboul3la/Sublist3r"
|
||||
EGIT_REPO_URI="https://github.com/aboul3la/Sublist3r.git"
|
||||
EGIT_COMMIT="832d544fa643928f7fd5a5a556a4bbe5624bbce0"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
|
||||
RDEPEND="dev-python/argparse[${PYTHON_USEDEP}]
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
#make it a module
|
||||
sed -e 's|from subbrute|from sublist3r.subbrute|' -i sublist3r.py || die "sed failed"
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_moduleinto ${PN}
|
||||
python_foreach_impl python_domodule subbrute
|
||||
newbin sublist3r.py sublist3r
|
||||
dodoc README.md LICENSE
|
||||
}
|
||||
|
|
@ -224,3 +224,6 @@ dev-python/pyDes
|
|||
|
||||
#gemata/portage
|
||||
~dev-python/bz2file-0.98
|
||||
|
||||
#net-analyzer/sublist3r
|
||||
~dev-python/argparse-1.4.0
|
||||
|
|
|
|||
|
|
@ -112,3 +112,5 @@ net-analyzer/snort
|
|||
=net-analyzer/xplico-1.2*
|
||||
~net-analyzer/xprobe-0.3
|
||||
net-analyzer/zmap
|
||||
|
||||
net-analyzer/sublist3r
|
||||
|
|
|
|||
Loading…
Reference in a new issue