Fixed aircrack-ng verification and screen not clearing on deauth select.
This commit is contained in:
parent
bca07fd97f
commit
654fd3106e
|
@ -154,6 +154,8 @@ function captive_portal_set_ap_service() {
|
||||||
|
|
||||||
captive_portal_unset_ap_service
|
captive_portal_unset_ap_service
|
||||||
|
|
||||||
|
fluxion_header
|
||||||
|
|
||||||
echo -e "$FLUXIONVLine ${CClr}Select a method of deauthentication\n${CClr}"
|
echo -e "$FLUXIONVLine ${CClr}Select a method of deauthentication\n${CClr}"
|
||||||
echo -e "${CSRed}[${CSYel}1${CSRed}]${CClr} mdk4${CClr}"
|
echo -e "${CSRed}[${CSYel}1${CSRed}]${CClr} mdk4${CClr}"
|
||||||
echo -e "${CSRed}[${CSYel}2${CSRed}]${CClr} aireplay${CClr}"
|
echo -e "${CSRed}[${CSYel}2${CSRed}]${CClr} aireplay${CClr}"
|
||||||
|
|
|
@ -26,7 +26,7 @@ readonly FLUXIONNoiseFloor=-90
|
||||||
readonly FLUXIONNoiseCeiling=-60
|
readonly FLUXIONNoiseCeiling=-60
|
||||||
|
|
||||||
readonly FLUXIONVersion=6
|
readonly FLUXIONVersion=6
|
||||||
readonly FLUXIONRevision=2
|
readonly FLUXIONRevision=3
|
||||||
|
|
||||||
# Declare window ration bigger = smaller windows
|
# Declare window ration bigger = smaller windows
|
||||||
FLUXIONWindowRatio=4
|
FLUXIONWindowRatio=4
|
||||||
|
|
|
@ -74,7 +74,7 @@ function hash_check_handshake() {
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
||||||
"aircrack-ng")
|
"aircrack-ng")
|
||||||
if echo "$hashData" | grep -qE "\([0-9]+ handshake\)"; then
|
if echo "$hashData" | grep -qE "\(1 handshake\)"; then
|
||||||
local -r hashResult=1
|
local -r hashResult=1
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue