nuclei-templates/.github/ISSUE_TEMPLATE/bug_report.md

33 lines
432 B
Markdown
Raw Normal View History

2020-08-28 21:17:42 +00:00
---
name: Bug report
about: Create a issue to help us improve
title: "[Bug] "
labels: ''
assignees: ''
---
2020-08-28 21:22:19 +00:00
**Nuclei version**
```
nuclei -version
```
**Nuclei template version**
```
cat ~/.nuclei-config.json
```
2020-08-28 21:17:42 +00:00
**Describe the bug**
A clear and concise description of what the bug is.
**Commands to reproduce**
2020-08-28 21:22:19 +00:00
```
nuclei -t xxx -target xxx
```
2020-08-28 21:17:42 +00:00
**Screenshots**
If applicable, add screenshots to help explain your problem.