Update flux
This commit is contained in:
parent
592e2cda88
commit
de048be7e8
8
flux
8
flux
|
@ -886,7 +886,7 @@ function handshakelocation {
|
||||||
mostrarheader
|
mostrarheader
|
||||||
infoap
|
infoap
|
||||||
echo
|
echo
|
||||||
echo -e "handshake path (Ej: $red/root/micaptura.cap$transparent)"
|
echo -e "handshake path (Ej: $red/root/fluxion.cap$transparent)"
|
||||||
echo -e "Press ${yellow}ENTER$transparent to skip"
|
echo -e "Press ${yellow}ENTER$transparent to skip"
|
||||||
echo
|
echo
|
||||||
echo -n "Path: "
|
echo -n "Path: "
|
||||||
|
@ -928,7 +928,7 @@ function handshakelocation {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "${red}Error$transparent!"
|
echo -e "${red}Not_Found$transparent!"
|
||||||
echo
|
echo
|
||||||
echo -e "File ${red}MAC$transparent"
|
echo -e "File ${red}MAC$transparent"
|
||||||
|
|
||||||
|
@ -1117,7 +1117,7 @@ function checkhandshake {
|
||||||
webinterface
|
webinterface
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
Handshake_statuscheck="${red}Error$transparent"
|
Handshake_statuscheck="${red}Not_Found$transparent"
|
||||||
fi
|
fi
|
||||||
elif [ "$handshakemode" = "hard" ]; then
|
elif [ "$handshakemode" = "hard" ]; then
|
||||||
cp $DUMP_PATH/$Host_MAC-01.cap $DUMP_PATH/test.cap &>$flux_output_device
|
cp $DUMP_PATH/$Host_MAC-01.cap $DUMP_PATH/test.cap &>$flux_output_device
|
||||||
|
@ -1130,7 +1130,7 @@ function checkhandshake {
|
||||||
if aircrack-ng $DUMP_PATH/$Host_MAC-01.cap | grep -q "1 handshake"; then
|
if aircrack-ng $DUMP_PATH/$Host_MAC-01.cap | grep -q "1 handshake"; then
|
||||||
Handshake_statuscheck="${yellow}Corrupt$transparent"
|
Handshake_statuscheck="${yellow}Corrupt$transparent"
|
||||||
else
|
else
|
||||||
Handshake_statuscheck="${red}Error$transparent"
|
Handshake_statuscheck="${red}Not_Found$transparent"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue