Add security/nuclei: Fast vulnerability scanner

PR:		266509
This commit is contained in:
Gabriel M. Dutra 2022-10-25 20:42:46 +08:00 committed by Li-Wen Hsu
parent 0155f0a274
commit 2bceb891dc
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF
4 changed files with 39 additions and 0 deletions

View file

@ -371,6 +371,7 @@
SUBDIR += nmap
SUBDIR += nss
SUBDIR += nss_compat_ossl
SUBDIR += nuclei
SUBDIR += nyx
SUBDIR += oath-toolkit
SUBDIR += obfs4proxy-tor

19
security/nuclei/Makefile Normal file
View file

@ -0,0 +1,19 @@
PORTNAME= nuclei
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.7
CATEGORIES= security
MAINTAINER= 0xdutra@gmail.com
COMMENT= Fast vulnerability scanner
WWW= https://github.com/projectdiscovery/nuclei
LICENSE= MIT
USES= go:modules
GO_MODULE= github.com/projectdiscovery/nuclei/v2
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
security/nuclei/distinfo Normal file
View file

@ -0,0 +1,5 @@
TIMESTAMP = 1663632230
SHA256 (go/security_nuclei/nuclei-v2.7.7/v2.7.7.mod) = 738456aaef801b18ae5a79cf2c653afd0c26440091b30d7006d842f731a9e986
SIZE (go/security_nuclei/nuclei-v2.7.7/v2.7.7.mod) = 8713
SHA256 (go/security_nuclei/nuclei-v2.7.7/v2.7.7.zip) = 56cee7cd370bd3a5841432e2feaa6354e8c2ca68f1a528d05eae0fd13fdbf89a
SIZE (go/security_nuclei/nuclei-v2.7.7/v2.7.7.zip) = 447171

14
security/nuclei/pkg-descr Normal file
View file

@ -0,0 +1,14 @@
Fast and customizable vulnerability scanner based on simple YAML based DSL.
Nuclei offers scanning for a variety of protocols:
- TCP
- DNS
- HTTP
- SSL
- File
- Whois
- Websocket
- Headless
Example templates:
- github.com/projectdiscovery/nuclei-templates