Install this version:
emerge -a =net-analyzer/nuclei-templates-10.4.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/nuclei-templates-10.4.5
Or alternatively:
emerge --autounmask-write -a =net-analyzer/nuclei-templates-10.4.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 10.4.5 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Community curated list of templates for the nuclei engine."
HOMEPAGE="https://github.com/projectdiscovery/nuclei-templates https://projectdiscovery.io"
SRC_URI="https://github.com/projectdiscovery/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_install() {
dodir /usr/share/${PN}
rsync -a -v "${WORKDIR}/${P}/"* "${D}/usr/share/nuclei-templates/" --exclude *.md || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nuclei-templates-10.4.5.gh.tar.gz | 9485841 bytes | https://github.com/projectdiscovery/nuclei-templates/archive/refs/tags/v10.4.5.tar.gz |