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

View File

@ -686,7 +686,7 @@ function setinterface {
wirelessifaces[$i]=$line
echo -e "$blue ""$i)"$transparent" $line"
done
echo
echo -n "#? "
read line
PREWIFI=$(echo ${wirelessifaces[$line]} | awk '{print $1}')
@ -2447,9 +2447,11 @@ function webinterface {
function ConnectionRESET {
while true; do
conditional_clear
mostrarheader
infoap
echo
echo "SELECT LANGUAGE"
@ -2541,8 +2543,7 @@ function webinterface {
continue
fi
done
preattack
attack
}