Update ISSUE_TEMPLATE.md
Added diagnostics script information.
This commit is contained in:
parent
3bfb621b67
commit
a2c707c31f
|
@ -2,29 +2,16 @@
|
|||
-> *Bug*
|
||||
|
||||
### What is the current behavior?
|
||||
-> *Quit accidentally*
|
||||
-> *fluxion crashes*
|
||||
|
||||
#### If the current behavior is a bug, please provide the steps to reproduce.
|
||||
#### If the current behavior is a bug, please provide the steps to reproduce it.
|
||||
-> *A great way to do this is to provide screenshots and commands.*
|
||||
|
||||
|
||||
#### What is the expected behavior?
|
||||
#### What do you think the expected behavior should be?
|
||||
->
|
||||
|
||||
### If this is a feature request, what is motivation or use case for changing the behavior?
|
||||
### If this is a feature request, what is the motivation or use case for the added feature?
|
||||
|
||||
### Specs
|
||||
#### Wireless adapter:
|
||||
*Exact model, chipset, and driver versions.*
|
||||
|
||||
#### Does it support injection?
|
||||
*Paste the output of `aireplay-ng -9`*
|
||||
|
||||
#### Fluxion version:
|
||||
*Paste the output of* `cat fluxion.sh | grep revision`
|
||||
|
||||
#### Linux version:
|
||||
*Paste the output of* `cat /proc/version` or `uname -r`
|
||||
|
||||
#### Specifications:
|
||||
*Paste the output of:* `grep -E 'FLUXIONVersion=|FLUXIONRevision=' fluxion.sh && cat /proc/version && airmon-ng && aireplay-ng wlan0 -9`
|
||||
*Paste the output of `./script/diagnostics.sh`*
|
||||
|
|
Loading…
Reference in New Issue