This commit is contained in:
William Todt 2016-03-30 09:08:01 +03:00
parent f14f5fd728
commit 480c324e4e
1 changed files with 14 additions and 13 deletions

27
fluxion
View File

@ -686,7 +686,7 @@ function setinterface {
wirelessifaces[$i]=$line wirelessifaces[$i]=$line
echo -e "$blue ""$i)"$transparent" $line" echo -e "$blue ""$i)"$transparent" $line"
done done
echo
echo -n "#? " echo -n "#? "
read line read line
PREWIFI=$(echo ${wirelessifaces[$line]} | awk '{print $1}') PREWIFI=$(echo ${wirelessifaces[$line]} | awk '{print $1}')
@ -2409,8 +2409,8 @@ function webinterface {
echo "Select Web Interface" echo "Select Web Interface"
echo echo
echo -e "$blue""1)"$transparent" Web Interface" echo -e "$blue"" 1)"$transparent" Web Interface"
echo -e "$blue""2)"$transparent" \e[1;31mExit"$transparent"" echo -e "$blue"" 2)"$transparent" \e[1;31mExit"$transparent""
echo echo
echo -n "#? " echo -n "#? "
@ -2429,9 +2429,9 @@ function webinterface {
echo "Select Login Page" echo "Select Login Page"
echo " " echo " "
echo -e "$blue""1)"$transparent" Connection Reset [RECOMMENDED]" echo -e "$blue"" 1)"$transparent" Connection Reset [RECOMMENDED]"
echo -e "$blue""2)"$transparent" Login Pages" echo -e "$blue"" 2)"$transparent" Login Pages"
echo -e "$blue""3)"$transparent" \e[1;31mExit"$transparent"" echo -e "$blue"" 3)"$transparent" \e[1;31mExit"$transparent""
echo " " echo " "
echo -n ' #> ' echo -n ' #> '
read yn read yn
@ -2447,9 +2447,11 @@ function webinterface {
function ConnectionRESET { function ConnectionRESET {
while true; do
conditional_clear conditional_clear
mostrarheader mostrarheader
infoap infoap
echo echo
echo "SELECT LANGUAGE" echo "SELECT LANGUAGE"
@ -2541,8 +2543,7 @@ function webinterface {
continue continue
fi fi
done
preattack preattack
attack attack
} }
@ -2556,11 +2557,11 @@ function LoginPages {
echo "Select Login Page" echo "Select Login Page"
echo " " echo " "
echo -e "$blue""1)"$transparent" Login Page Netgear" echo -e "$blue"" 1)"$transparent" Login Page Netgear"
echo -e "$blue""2)"$transparent" Login Page Verizon" echo -e "$blue"" 2)"$transparent" Login Page Verizon"
echo -e "$blue""3)"$transparent" Login Page Xfinity" echo -e "$blue"" 3)"$transparent" Login Page Xfinity"
echo -e "$blue""4)"$transparent" General Login Page" echo -e "$blue"" 4)"$transparent" General Login Page"
echo -e "$blue""5)"$transparent" \e[1;31mExit"$transparent"" echo -e "$blue"" 5)"$transparent" \e[1;31mExit"$transparent""
echo " " echo " "
echo -n ' #> ' echo -n ' #> '
read yn read yn