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
¦ ¦ ¦ ¦
Manual pages:
FreshPorts has no man page information for this port.
security/nuclei: Update from 2.8.9 to 2.9.0
Changelog:
Added support for templates in JSON format by @CodFrm in #3333
Added template sign/verify functionality by @Mzack9999 in #3029
Added -track-error option to add custom errors to max-host-error watch list
by @austintraver in #3399
Added data race panic check in integration_tests by @tarunKoyalwar in #3303
Added CLI option to override fuzzing template options by @ShubhamRasal in
#3355
Added ip_formats() helper function by @xm1k3 in #3286
Added resolve() helper function by @xm1k3 in #3321
Added rawstringslice to make reference url case insensitive by @Bisstocuz in
#3346
Fixed a bug with OR matcher condition with interactsh by @RamanaReddy0M in
#3397
Fixed set-method option in headless template by @Mzack9999 in #3373
Fixed atomic bool check by @Mzack9999 in #3376
(Only the first 15 lines of the commit message are shown above )
security/nuclei: Update to 2.8.9
ChangeLog: https://github.com/projectdiscovery/nuclei/releases/tag/v2.8.9
* Fixed URL encoding issues in paths
* Fixed panic crash with ratelimit
* Fixed path handling inconsistencies
* Fixed data race in templates with payloads
* Fixed using httpx as a library for http probing
* Fixed data race in race requests
* Fixed publish docs workflow
* Fixed retryablehttp for templates loading
* Fixed aes_cbc helper function update
* Fixed json schema for extractor attribute
* Added env variable support in reporting config
* Added proxy use in headless binary download
* Added interactsh payload input support in TLS SNI field
PR: 269508
Reported by: 0xdutra@gmail.com (maintainer)