sqlmap/.github/ISSUE_TEMPLATE/bug_report.md

38 lines
865 B
Markdown
Raw Normal View History

2019-05-15 16:06:16 +03:00
---
name: Bug report
about: Create a report to help us improve
title: ''
2019-05-15 16:41:42 +03:00
labels: bug report
2019-05-15 16:06:16 +03:00
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
2019-05-15 16:14:40 +03:00
1. Run '...'
2. See error
2019-05-15 16:06:16 +03:00
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
2019-05-15 16:13:42 +03:00
**Running environment:**
2019-05-15 16:22:03 +03:00
- sqlmap version [e.g. 1.3.5.93#dev]
- Installation method [e.g. git]
- Operating system: [e.g. Microsoft Windows 10]
- Python version [e.g. 3.5.2]
2019-05-15 16:13:42 +03:00
**Target details:**
- DBMS [e.g. Microsoft SQL Server]
- SQLi techniques found by sqlmap [e.g. error-based and boolean-based blind]
2019-05-15 16:22:03 +03:00
- WAF/IPS [if any]
2019-05-15 16:13:42 +03:00
- Relevant console output [if any]
- Exception traceback [if any]
2019-05-15 16:06:16 +03:00
**Additional context**
Add any other context about the problem here.