Fix *** and brackets bug
This commit is contained in:
parent
d5a1ed8884
commit
eb1a36b15d
4
fluxion
4
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
|
# Deauth duration during handshake capture
|
||||||
# oo
|
# oo
|
||||||
DEAUTHTIME="9999999999999"
|
DEAUTHTIME="9999999999999"
|
||||||
revision=95
|
revision=96
|
||||||
version=0.23
|
version=0.23
|
||||||
IP=192.168.1.1
|
IP=192.168.1.1
|
||||||
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
|
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
|
||||||
|
@ -1670,7 +1670,7 @@ function selection {
|
||||||
acouper=${#ssid}
|
acouper=${#ssid}
|
||||||
fin=$(($acouper-idlength))
|
fin=$(($acouper-idlength))
|
||||||
Host_SSID=${ssid:1:fin}
|
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
|
conditional_clear
|
||||||
|
|
||||||
askAP
|
askAP
|
||||||
|
|
Loading…
Reference in New Issue