From eb1a36b15d0aae85d25b07601d125a6ceb5d4683 Mon Sep 17 00:00:00 2001 From: deltax Date: Sun, 20 Nov 2016 12:36:18 +0100 Subject: [PATCH] Fix *** and brackets bug --- fluxion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluxion b/fluxion index 5e2ff69..c27e803 100755 --- a/fluxion +++ b/fluxion @@ -27,7 +27,7 @@ ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*) # Deauth duration during handshake capture # oo DEAUTHTIME="9999999999999" -revision=95 +revision=96 version=0.23 IP=192.168.1.1 RANG_IP=$(echo $IP | cut -d "." -f 1,2,3) @@ -1670,7 +1670,7 @@ function selection { acouper=${#ssid} fin=$(($acouper-idlength)) Host_SSID=${ssid:1:fin} - Host_SSID2=`echo $Host_SSID | sed 's/ //g' | sed 's/\[//g;s/\]//g'` + Host_SSID2=`echo $Host_SSID | sed 's/ //g' | sed 's/\[//g;s/\]//g' | sed 's/\://g;s/\://g' | sed 's/\*//g;s/\*//g' | sed 's/(//g' | sed 's/)//g'` conditional_clear askAP