nuclei
nuclei copied to clipboard
Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the int...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Current Behavior EDIT: only when using -tlsi When using with addheader or setheader...
### Discussed in https://github.com/orgs/projectdiscovery/discussions/6459 Originally posted by **Mzack9999** September 6, 2025 ## Description It should be possible to specify standard ports for templates, or service type/category, for example: ``` ports:...
- Added shared parsed and compiled caches to the parser for improved performance across engines. - Introduced `getSharedParser` function to initialize a shared parser instance. - Updated `NucleiEngine` initialization to...
## Description Multiple protocols supported in javascript requires specific and custom options to negotiate connection. Most of the current implementations accept basic authentication (`username:password`) but lack the capability to provide...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Current Behavior when running on unresponsive hosts, with verbose mode, logs are filled...
### Describe your feature request Authenticated RSYNC in Javascript protocol - [ ] Authentication with username and password - [ ] List Shares - [ ] List Modules
### Is there an existing template for this? - [x] I have searched the existing templates. ### Template requests Hello, Currently, the [tech-detect](https://github.com/projectdiscovery/nuclei-templates/blob/master/technologies/tech-detect.yaml) workflow in the Nuclei templates includes Wappalyzer...
Package: `github.com/projectdiscovery/nuclei/v3/pkg/utils/json` `encoding/json/v2` (https://github.com/go-json-experiment/json) remains experimental atm (https://github.com/golang/go/issues/71497), and likely won’t be stable until go1.25 _(not sure tho, lol)_ is released. Roadmap: `sonic` will be supported till `encoding/json/v2` is stable.
https://github.com/sivchari/govalid Benchmark: https://github.com/sivchari/govalid/blob/main/test/benchmark/README.md Pros & cons: TBD.