net-analyzer/nmap-vulners - 2.0.2 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/nmap-vulners-2.0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/nmap-vulners-2.0.2

Or alternatively:

emerge --autounmask-write -a =net-analyzer/nmap-vulners-2.0.2

Package Information

Description:
NSE script based on Vulners.com API
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.0.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GITHUB_REPOSITORY="vulnersCom/nmap-vulners"
inherit github-archive

DESCRIPTION="NSE script based on Vulners.com API"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="net-analyzer/nmap[nse]"

src_install() {
	insinto /usr/share/nmap/scripts
	newins vulners.nse vulnersCom.nse
	dodoc README.md
}

Inherited Eclasses

Dependencies

RDEPEND

net-analyzer/nmap[nse]