mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-scanner: add nmap_vulscan
This commit is contained in:
parent
c82329c56f
commit
cca78044e8
2 changed files with 37 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
EBUILD pentoo-scanner-2013.0-r1.ebuild 737 SHA256 e5f646e5612b0d7b065f6bfddef1bf228ce12ec3e2411ab016b31fa9404d2674 SHA512 bcdff0e389afd9df9c330d77a2248d96c5b317b0004bd906af797b4a4acc571d203cdf03a9da7d69ca9888dae243484ddd28050f639d9ac4edca83fe65f51d35 WHIRLPOOL 6abba8f7ae955b394f48525efabc9df3fb0329e5034a104a39bc9bf691a7e24fcd2a18e6fe2a719d1e42e46e4e2939142f79b4283f95add1df31106e354a4ee3
|
||||
EBUILD pentoo-scanner-2013.0.ebuild 710 SHA256 48d6383916f83ba439aaf54bb0302f3173443fc5d321b4b7be89d2b0110c6d2b SHA512 2d22d27c0e3fc902764b87eff0ed2964217f51f5538ed3ce613128b6a71cc7d473499882489feb55a69155bcad7b854412ef41c225f6bb5d9de57c61f3ae056d WHIRLPOOL 44c7b2adbe2a49b3db18b79ada2de0ef53f89f4eb97e6b37314c28aa74b8aaf150b42d7a5cf5b9b7bdf587a6cbca6b6eecc2b39c395ce70e058a5abb647b9c7b
|
||||
|
|
|
|||
36
pentoo/pentoo-scanner/pentoo-scanner-2013.0-r1.ebuild
Normal file
36
pentoo/pentoo-scanner/pentoo-scanner-2013.0-r1.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
DESCRIPTION="Pentoo scanner meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
||||
#the tools
|
||||
RDEPEND="${RDEPEND}
|
||||
dev-util/skipfish
|
||||
net-analyzer/enum4linux
|
||||
net-analyzer/firewalk
|
||||
net-analyzer/hunt
|
||||
net-analyzer/ike-scan
|
||||
net-analyzer/nbtscan
|
||||
net-analyzer/nikto
|
||||
net-analyzer/nmap
|
||||
net-analyzer/nmap_vulscan
|
||||
net-analyzer/nmbscan
|
||||
net-analyzer/onesixtyone
|
||||
net-analyzer/ppscan
|
||||
net-analyzer/scanssh
|
||||
net-analyzer/upnpscan
|
||||
net-analyzer/wapiti
|
||||
net-analyzer/webshag
|
||||
net-analyzer/wolpertinger
|
||||
net-analyzer/wpscan
|
||||
"
|
||||
#net-analyzer/autoscan-network
|
||||
Loading…
Reference in a new issue