31 lines
406 B
Markdown
31 lines
406 B
Markdown
|
---
|
||
|
name: False Positive
|
||
|
about: 'Create an issue if you found false positive results. '
|
||
|
title: "[false-positive] "
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Nuclei version**
|
||
|
|
||
|
```
|
||
|
nuclei -version
|
||
|
```
|
||
|
|
||
|
**Nuclei template version**
|
||
|
|
||
|
```
|
||
|
cat ~/.nuclei-config.json
|
||
|
```
|
||
|
|
||
|
**Template ID**
|
||
|
|
||
|
Please submit the ID template producing false-positive results.
|
||
|
|
||
|
**Commands to Reproduce**
|
||
|
|
||
|
```
|
||
|
nuclei -t template_id -target ?
|
||
|
```
|