mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add security/nuclei: Fast vulnerability scanner
PR: 266509
This commit is contained in:
parent
0155f0a274
commit
2bceb891dc
4 changed files with 39 additions and 0 deletions
|
@ -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
19
security/nuclei/Makefile
Normal 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
5
security/nuclei/distinfo
Normal 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
14
security/nuclei/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue