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...
### Nuclei version: dev,latest ### Current Behavior: multiple base http request can not be used with request condition. ### Expected Behavior: request condition using with base http template. ### Steps...
### Please describe your feature request: It was suggested in [this discussion](https://github.com/projectdiscovery/nuclei/discussions/2183) that `Catalog` be converted to an interface/impl, allowing embedded users to bring their own Catalog implementation. Related; another...
Since version 2.7.5 sometimes I'm getting an error, other times it's frozen after the first request. The error is not reproducible in version 2.7.4. The error occurs with `-rlm 10`...
### Nuclei version: dev,master ### Current Behavior: ```console echo https://example.com/test.html | nuclei -t rr.yaml -debug-req __ _ ____ __ _______/ /__ (_) / __ \/ / / / ___/ /...
### Nuclei version: 2.7.5 ### Current Behavior: I think your amazing "nuclei" tool got some problem when pipe url list, because: when you give url list (for example a list...
### Nuclei version: 2.7.3 ### Current Behavior: - SNI override is set globally, when we follow redirects for cross domain/hosts the SNI is stil being overwritten. | URLS| First Request...
I'm running nuclei 2.7.5, and I'm scanning 172.16.177.101 from 172.16.177.200. To verify the proxy settings, I first started a proxy on 172.16.177.101:3333, then I started scanning with the proxy: ```bash...
### Current Behavior: template/request with unresolved variables are being executed. ### Expected Behavior: template/request with unresolved variables get ignored for execution. ### Steps To Reproduce: ``` nuclei -id api-lob -debug...
## Proposed changes closes #1612 MacBook-Pro:nuclei user$ ./nuclei -config-directory /Users/user/Documents/testing [WRN] Use with caution. You are responsible for your actions. [WRN] Developers assume no liability and are not responsible for...
## Proposed changes Example: ```console echo https://example.com | nuclei -i en0 ``` ## Checklist - [x] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch - [ ] All checks passed...