47 lines
2.4 KiB
Plaintext
47 lines
2.4 KiB
Plaintext
|
#!/bin/bash
|
||
|
# Spanish
|
||
|
|
||
|
header_setinterface="Seleccione una interfase"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
header_choosescan="Seleccione canal"
|
||
|
choosescan_option_1="Todos los canales "
|
||
|
choosescan_option_2="Canal(es) específico(s)"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
scanchan_option_1="Canal único"
|
||
|
scanchan_option_2="Canales múltiples"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
header_scan="FLUXION Escáner"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
header_askAP="Seleccione Opción de Ataque"
|
||
|
askAP_option_1="Rogue AP - Hostapd ("$red"Recomendado)"
|
||
|
askAP_option_2="Rogue AP - airbase-ng (Conexión más lenta)"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
header_askauth="MÉTODO PARA VERIFICAR CONTRASEÑA"
|
||
|
askauth_option_1="Handshake ("$red"Recomendado)"
|
||
|
askauth_option_2="Wpa_supplicant(Más Fallas)"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
handshakelocation_1="ubicación del handshake (Ejemplo: $red$WORK_DIR.cap$transparent)"
|
||
|
handshakelocation_2="Presione ${yellow}ENTER$transparent para saltar"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
header_set_attack="Seleccione un ataque inalámbrico para el punto de acceso"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
general_back="Atrás"
|
||
|
general_exit="${CRed}Salir"
|
||
|
general_repeat="${CRed}Repetir la operación"
|
||
|
general_error_1="No_Encontrado"
|
||
|
general_case_error="Opción desconocida. Elija de nuevo"
|
||
|
general_exitmode="Limpiando y cerrando"
|
||
|
general_exitmode_1="Deshabilitando interfaz de monitoreo"
|
||
|
general_exitmode_2="Deshabilitando interfaz"
|
||
|
general_exitmode_3="Deshabilitando "$grey"reenvio de paquetes"
|
||
|
general_exitmode_4="Limpiando "$grey"iptables"
|
||
|
general_exitmode_5="Restaurando "$grey"tput"
|
||
|
general_exitmode_6="Reiniciando "$grey"Network-Manager"
|
||
|
general_exitmode_7="Limpieza realizada satisfactoriamente!"
|
||
|
general_exitmode_8="Gracias por usar fluxion"
|
||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
selection_1="Clientes activos"
|
||
|
selection_2="Seleccione objetivo. Para reescanear teclee$red r$transparent"
|