mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 15:20:56 +02:00
net-analyzer: drop subdomainer (deprecated)
This commit is contained in:
parent
5aa0f639b1
commit
3b4cf887de
5 changed files with 0 additions and 41 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST subdomainer-1.3b.tar 30720 SHA256 19b47f1b236aa6227b2024b574c8839163cb5cf961f798e2a58fd1b1349dc349 SHA512 1be99ff1ae3524d19fd1cea6f8134fde5f7caffbcb30349d1299290c349495455ce8fc3590255130e835a82a3113d31d8fc7b258f370769aea7a3f6f28af7518 WHIRLPOOL a6824e5a9d3415e3e0cd569e87b24d28462a3841abd4f5702e963bedf96889bf2598021c2e66978ab79f301b71099da000d679e2dfad2c24904ec8648b106f8f
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
--- subdomainer.py.orig 2008-01-31 00:33:03.000000000 +0000
|
||||
+++ subdomainer.py 2008-01-31 00:32:26.000000000 +0000
|
||||
@@ -1,3 +1,4 @@
|
||||
+#!/usr/bin/env python
|
||||
#Covered by GPL V2.0:w
|
||||
import time
|
||||
import string
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="This script will search in Google, Msn.search and Yahoo for subdomains related to the target domain"
|
||||
HOMEPAGE="http://www.edge-security.com/subdomainer.php"
|
||||
SRC_URI="http://www.edge-security.com/soft/${P}b.tar"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-python_fix.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin ${PN}.py ${PN}
|
||||
python_fix_shebang "${ED}"usr/bin
|
||||
dodoc README
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
~net-analyzer/siphon-666 **
|
||||
~net-analyzer/geoedge-0.2 **
|
||||
~net-analyzer/fierce-1.0.3 **
|
||||
~net-analyzer/subdomainer-1.3 **
|
||||
~net-analyzer/xprobe-0.3 **
|
||||
=net-analyzer/waffit-9999 **
|
||||
net-analyzer/p0f **
|
||||
|
|
|
|||
|
|
@ -118,7 +118,6 @@ net-analyzer/snort
|
|||
~net-analyzer/sslsniff-0.8
|
||||
~net-analyzer/sslstrip-0.9
|
||||
=net-analyzer/sslscan-1.11*
|
||||
~net-analyzer/subdomainer-1.3
|
||||
~net-analyzer/tcpdump-4.3.0
|
||||
~net-analyzer/thc-ipv6-3.2
|
||||
~net-analyzer/thc-pptp-bruter-0.1.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue