mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 04:40:56 +02:00
subfinder: yet another dns OSINT tool
This commit is contained in:
parent
d4f5247f9b
commit
d71af02090
3 changed files with 42 additions and 0 deletions
4
net-analyzer/subfinder/Manifest
Normal file
4
net-analyzer/subfinder/Manifest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DIST github.com-bogdanovich-dns_resolver-a8e42bc6a5b6c9a93be01ca204be7e17f7ba4cd2.tar.gz 2983 BLAKE2B 1ca0477541752786ce5289eb039d272d008624a25d08e6100bc8a4c0186bd9b37632a2164f07e00073007190aa552fa39a5bffb4b6095c22bd6a507adfce7070 SHA512 073c0b2fcf796041572e2ea9612e6f178a889ddd2968d616080e7c40e7839900a7dabee64cdd6b5280f259360f47bbe7f2152cf5ed37a88bef78fa3fcc4921a1
|
||||
DIST github.com-miekg-dns-5a2b9fab83ff0f8bfc99684bd5f43a37abe560f1.tar.gz 2522486 BLAKE2B eb77d61519b72d059e7058fd4064edef049f523e04d84374cfc1f05b419ec258c7d38bd039e4e89287c572cf989a4cc91b1e163ea25d33db8b5b48e27b73532b SHA512 1f1e140de386daff78612cf66fa4083a42be91221b09cda8e81cd614566202b704f9ce9bbdb1afa7049eb539c4b888517f29e746aa4f8e259f04937c9d00ce5e
|
||||
DIST github.com-subfinder-urlx-8e731c8be06edbae81cab15937cd3c291c2a7680.tar.gz 1853 BLAKE2B 104ae02fa37d0dc025ba32ceea875bd2f41736e28b2d316777e6c148054d036934181b1160fc80752a35e21d83412c8f26669630405986ef583b54fd7d87c1b7 SHA512 b6fdceb6265aa995d6dbb88b36a2bd6016e3858aa9f86f949d5b9869dbe17fcd40919577afd800de543aaa6591c4354fbe60c660f0b9510c84806d6549152d99
|
||||
DIST subfinder-1.0_p20181025.tar.gz 34678 BLAKE2B 22b3d815a2263caa9e571be1f7a75adaadbe3372c2d13bec329cf3a5e32c1863a837cecae17a52f322f6bf92b3bff4e98634a5464088aada03ab8253bd2d788b SHA512 13c570a07c01d094a1556daa94d0f9c18848111368d037e37dab6382ac68d88dc69582a1256b801a6ca5270aff5b84ab69f17154127a1fc697a5d3b1cbaa0fec
|
||||
36
net-analyzer/subfinder/subfinder-1.0_p20181025.ebuild
Normal file
36
net-analyzer/subfinder/subfinder-1.0_p20181025.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
#Gopkg.lock
|
||||
EGO_VENDOR=(
|
||||
"github.com/bogdanovich/dns_resolver a8e42bc6a5b6c9a93be01ca204be7e17f7ba4cd2"
|
||||
"github.com/miekg/dns 5a2b9fab83ff0f8bfc99684bd5f43a37abe560f1"
|
||||
"github.com/subfinder/urlx 8e731c8be06edbae81cab15937cd3c291c2a7680"
|
||||
)
|
||||
|
||||
EGO_PN=github.com/subfinder/subfinder
|
||||
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
|
||||
EGIT_COMMIT="b89ce975d1a578eddd14271542a5ed2296a06bb8"
|
||||
ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}"
|
||||
SRC_URI="${ARCHIVE_URI} ${EGO_VENDOR_URI}"
|
||||
|
||||
DESCRIPTION="subdomain discovery tool that discovers valid subdomains for websites"
|
||||
HOMEPAGE="https://github.com/subfinder/subfinder"
|
||||
LICENSE="MIT"
|
||||
SLOT=0
|
||||
IUSE=""
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
|
||||
DEPEND=">=dev-lang/go-1.10
|
||||
dev-go/go-crypto
|
||||
dev-go/go-net
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install(){
|
||||
dobin subfinder
|
||||
}
|
||||
|
|
@ -120,3 +120,5 @@ net-analyzer/sublist3r
|
|||
~net-analyzer/cipherscan-20180519
|
||||
~net-analyzer/gobuster-2.0.1
|
||||
~net-analyzer/smbmap-20180508
|
||||
|
||||
net-analyzer/subfinder
|
||||
|
|
|
|||
Loading…
Reference in a new issue