From 9386fef71e4a227eaf65ba6e324768f4efaefd9e Mon Sep 17 00:00:00 2001 From: deltax Date: Fri, 18 Aug 2017 20:01:34 +0200 Subject: [PATCH 1/2] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5017d9d..8b419fc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,36 +1,25 @@ ### Do you want to request a *feature* or report a *bug*? -> *Bug* ----- - ### What is the current behavior? -> *Quit accidentally* ---- - #### If the current behavior is a bug, please provide the steps to reproduce. -> *A great way to do this is to provide screenshots and commands.* ---- #### What is the expected behavior? -> ---- - ### If this is a feature request, what is motivation or use case for changing the behavior? ---- - ### 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` From 8cc27ef948a846843ab44532503ad97c7ae6e1d9 Mon Sep 17 00:00:00 2001 From: deltax Date: Fri, 18 Aug 2017 20:07:47 +0200 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8b419fc..522245f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -25,3 +25,6 @@ #### 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`