nuclei-templates/.github/ISSUE_TEMPLATE/false-positive.md

31 lines
434 B
Markdown
Raw Normal View History

2020-08-28 21:17:42 +00:00
---
name: False Positive
about: 'Create an issue if you found false positive results. '
2021-03-02 08:38:58 +00:00
title: "[false-positive] template-name "
labels: 'false-positive'
2020-08-28 21:17:42 +00:00
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 ?
```