From a88eec011baa13146ab3fec460c820e4be9eb11c Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Sat, 2 Sep 2017 20:46:29 -0500 Subject: [PATCH 1/4] Fixed a bug with set_language and fluxion auto. --- fluxion.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index 7d37105..566491e 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -337,7 +337,9 @@ function set_resolution() { # Windows + Resolution ##################################### < Language > ##################################### function set_language() { - if [ ! "$FLUXIONAuto" ]; then + if [ "$FLUXIONAuto" ]; then + FLUXIONLanguage="en" + else # Get all languages available. local languageCodes readarray -t languageCodes < <(ls -1 language | sed -E 's/\.sh//') From f3b162d82ae9bdab60f93d5fa48232fba74f21cd Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Tue, 5 Sep 2017 13:58:57 -0500 Subject: [PATCH 2/4] Added link to the Captive Protal attack guide. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04673d6..65441f4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ All contributions are welcome! Code, documentation, graphics or even design sugg * Each submitted password is verified by the handshake captured earlier * The attack will automatically terminate, as soon as a correct password is submitted +* For a guide to the `Captive Portal` attack, read the [Captive Portal attack guide](https://github.com/FluxionNetwork/fluxion/wiki/Captive-Portal-Attack) + ## :heavy_exclamation_mark: Requirements A Linux-based operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling. Kali 2 & 2016 support the latest aircrack-ng versions. An external wifi card is recommended. From 56abd7b10d9d2f958d5be83969b1cfcdfc4ca0d9 Mon Sep 17 00:00:00 2001 From: deltax Date: Wed, 6 Sep 2017 13:32:49 +0200 Subject: [PATCH 3/4] Create preferences.sh --- scripts/preferences.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/preferences.sh diff --git a/scripts/preferences.sh b/scripts/preferences.sh new file mode 100644 index 0000000..fdda436 --- /dev/null +++ b/scripts/preferences.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# export FLUXIONAuto=1 +# export FLUXIONDebug=1 +# export FLUXIONWIKillProcesses=1 +# export FLUXIONWIReloadDriver=1 From 88feddbda37d01b9ad4ce833fabfa8c26184c4e6 Mon Sep 17 00:00:00 2001 From: deltax Date: Wed, 6 Sep 2017 20:40:57 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 65441f4..4414e7a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Fuxion logo](https://github.com/FluxionNetwork/fluxion/raw/master/logos/logo.jpg) # Fluxion is the future of MITM WPA attacks -Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more functionality. It's compatible with the latest release of Kali (rolling). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases. +Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more functionality. It's compatible with the latest release of Kali (rolling). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases. Read the [FAQ](https://github.com/FluxionNetwork/fluxion/wiki/FAQ) before requesting issues. ## Router login page Share your own router page with a simple script @@ -10,8 +10,6 @@ cd scripts sudo sh router.sh ``` -[FAQ](https://github.com/FluxionNetwork/fluxion/wiki/FAQ) - ## Installation ``` git clone --recursive https://github.com/FluxionNetwork/fluxion.git # Download the latest revision