2020-07-20 20:04:20 +00:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
2021-06-16 22:15:44 +00:00
|
|
|
title: ""
|
2020-07-20 20:07:17 +00:00
|
|
|
labels: bug
|
2020-07-20 20:04:20 +00:00
|
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
2021-06-16 22:15:44 +00:00
|
|
|
<!-- If you are pasting terminal output or code snippets, place them in a
|
|
|
|
code block (three backticks) in accordance with Markdown formatting for
|
|
|
|
easier reading -->
|
2020-07-20 20:04:20 +00:00
|
|
|
|
2021-06-16 22:15:44 +00:00
|
|
|
## Bug Description
|
2020-07-20 20:04:20 +00:00
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
2021-06-16 22:15:44 +00:00
|
|
|
## pwncat version
|
|
|
|
Provide the output of `pwncat --version` or a commit hash if working from
|
|
|
|
a development branch.
|
|
|
|
|
|
|
|
```
|
|
|
|
$ pwncat --version
|
|
|
|
0.4.2
|
|
|
|
```
|
|
|
|
|
|
|
|
## Target System (aka "victim")
|
|
|
|
Provide as much detail about the target host as possible. If this is a TryHackMe
|
|
|
|
or Hack The Box or similar machine, please provide the machine name and/or link
|
|
|
|
as well.
|
2020-07-20 20:04:20 +00:00
|
|
|
|
2021-06-16 22:15:44 +00:00
|
|
|
## Steps to Reproduce
|
2020-07-20 20:04:20 +00:00
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
|
|
2. Click on '....'
|
|
|
|
3. Scroll down to '....'
|
|
|
|
4. See error
|
|
|
|
|
2021-06-16 22:15:44 +00:00
|
|
|
## Expected Behavior
|
2020-07-20 20:04:20 +00:00
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
2021-06-16 22:15:44 +00:00
|
|
|
## Screenshots
|
2020-07-20 20:04:20 +00:00
|
|
|
If applicable, add screenshots to help explain your problem.
|