nuclei icon indicating copy to clipboard operation
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...

Results 597 nuclei issues
Sort by recently updated
recently updated
newest added

### 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...

Priority: Medium
Type: Bug

### 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...

Priority: Medium
Status: Completed
Type: Enhancement

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`...

Priority: High
Status: Completed
Type: Bug

### Nuclei version: dev,master ### Current Behavior: ```console echo https://example.com/test.html | nuclei -t rr.yaml -debug-req __ _ ____ __ _______/ /__ (_) / __ \/ / / / ___/ /...

Priority: Medium
Status: Completed
Type: Bug

### 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...

Type: Question

### 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...

Status: On Hold
Type: Bug

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...

Priority: Low
Status: Completed
Type: Enhancement
Investigation

### 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...

Priority: Medium
Type: Bug

## 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...

Type: Enhancement

## 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...

Status: Review Needed
Type: Enhancement