mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
nmap-vulners: v1.1 bump
This commit is contained in:
parent
3a10b16229
commit
5af3654a30
3 changed files with 29 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST nmap-vulners-1.0.tar.gz 187062 SHA256 2f82295877fe71d21889154007c0282a8d4f39115eb5695f184a871d47b1db9a SHA512 732a6a2457a1f8441b45a02a37254cc9ca48a79545cfd6233aa94b2e146478c508475b53fcece233d9dba13410fc0c19fd7ef913a6c7fca9b6bcc6b7f1311474 WHIRLPOOL 93cee5f00f7974ec00503538febaacc1ba480f2da85bf222f2071968cf216f5c8f75c089b532259ab9b23965a95b62977f0aba22edd5c9e8eee32881472a7175
|
||||
DIST nmap-vulners-1.1.tar.gz 187690 SHA256 9599cf5ca3a180cd43021435c1875513e898398cb6963488304b8f431450dd09 SHA512 b537c3a4e7a8503481015eef322cab2f28086261899a8e86a91dffe3d327019f1ecad5cb5bdccf4a135bb2e8334df0ff0feffcb6ac93b118b3f70871da23a0e5 WHIRLPOOL e152b29279d5f4a16917176b718764425f6ea9c8823ff9de34a4748b7215eb922a0614a01a019930502dfd830a946e38bf356263c18892765362278449f65614
|
||||
|
|
|
|||
27
net-analyzer/nmap-vulners/nmap-vulners-1.1.ebuild
Normal file
27
net-analyzer/nmap-vulners/nmap-vulners-1.1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
#inherit git-r3
|
||||
|
||||
DESCRIPTION="NSE script based on Vulners.com API"
|
||||
HOMEPAGE="https://github.com/vulnersCom/nmap-vulners"
|
||||
#EGIT_REPO_URI="https://github.com/vulnersCom/nmap-vulners.git"
|
||||
#EGIT_COMMIT="6add677dceca02a7a2c3e8fd080f9f9d045eb03f"
|
||||
SRC_URI="https://github.com/vulnersCom/nmap-vulners/archive/v${PV}-release.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~arm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="net-analyzer/nmap[nse]"
|
||||
|
||||
S="${WORKDIR}/${P}-release"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nmap/scripts/vulners
|
||||
doins vulners.nse
|
||||
dodoc README.md
|
||||
}
|
||||
|
|
@ -68,6 +68,7 @@ net-analyzer/nessus-plugins
|
|||
~net-analyzer/netwox-5.39.0
|
||||
=net-analyzer/nikto-2.1.6_p*
|
||||
~net-analyzer/nmap-7.60
|
||||
=net-analyzer/nmap-vulners-1*
|
||||
=net-analyzer/ntopng-3.0*
|
||||
~net-analyzer/ntp-fingerprint-0.1
|
||||
~net-analyzer/onesixtyone-0.3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue