fix capture handshake menu

This commit is contained in:
strasharo 2016-05-01 15:43:17 +03:00
parent 69beed9d7c
commit 2bb7d3bed2
1 changed files with 7 additions and 4 deletions

11
fluxion
View File

@ -2292,9 +2292,12 @@ function deauthMENU {
clear
mostrarheader
echo "*Capture Handshake* "
echo
echo -e " "$blue"1)"$transparent" Start"
echo -e " "$blue"2)"$transparent" Strike"
echo -e "Status handshake: $Handshake_statuscheck"
echo
echo -e " "$blue"1)"$transparent" Check"
echo -e " "$blue"2)"$transparent" Strike again"
echo -e " "$blue"3)"$transparent" Back (Select another deauth method)"
echo -e " "$blue"4)"$transparent" Select another network"
echo -e " "$blue"5)"$transparent" Exit"
@ -2302,8 +2305,8 @@ function deauthMENU {
read yn
case $yn in
1 ) checkhandshake; break;;
2) $DEAUTH; break;;
1 ) checkhandshake;;
2 ) capture; $DEAUTH & ;;
3 ) conditional_clear; askclientsel; break;;
4 ) killall airodump-ng &>$flux_output_device; CSVDB=dump-01.csv; breakmode=1; selection; break ;;
5 ) exitmode; break;;