fluxion/attacks/Captive Portal/language/es.sh

36 lines
2.5 KiB
Bash
Executable File

#!/usr/bin/env bash
# identifier: Portal Cautivo
# description: Crea un punto de acceso "gemelo malvado".
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CaptivePortalJammerInterfaceQuery="Seleccione una interaz para realizar jamming."
CaptivePortalAccessPointInterfaceQuery="Selecccione una interfaz para el punto de acceso."
CaptivePortalCannotStartInterfaceError="${CRed}Imposible iniciar un portal de captura para la interfaz $CClr, cancelando!"
CaptivePortalStaringAPServiceNotice="Iniciando un servicio de Portal de Captura..."
CaptivePortalStaringAPRoutesNotice="Iniciando un Portal de Captura como punto de acceso..."
CaptivePortalStartingDHCPServiceNotice="Iniciando un portal de acceso servicio DHCP como proceso..."
CaptivePortalStartingDNSServiceNotice="Iniciando un portal de acceso DNS como proceso..."
CaptivePortalStartingWebServiceNotice="Iniciando un portal de acceso como ..."
CaptivePortalStartingJammerServiceNotice="Iniciando un porta de acceso jammer como servicio..."
CaptivePortalStartingAuthenticatorServiceNotice="Iniciando script de autencticación..."
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CaptivePortalAPServiceQuery="Seleccione un punto de acceso como proceso"
CaptivePortalAPServiceHostapdOption="Rogue AP - hostapd (${CGrn}recommended$CClr)"
CaptivePortalAPServiceAirbaseOption="Rogue AP - airbase-ng (${CYel}slow$CClr)"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CaptivePortalVerificationMethodQuery="MÉTODO PARA VERIFICAR CONTRASEÑA"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CaptivePortalCertificateSourceQuery="Seleccione ruta del certificado SSL para el portal de acceso"
CaptivePortalCertificateSourceGenerateOption="Crear un certificado SSL"
CaptivePortalCertificateSourceRescanOption="Detectar un certifacdo SSL (${CClr}buscando $CGry)"
CaptivePortalCertificateSourceDisabledOption="Ningún (${CYel} SSL Certifcado$CGry)"
CaptivePortalUIQuery="Seleccione una interfaz para el portal de captura"
CaptivePortalGenericInterfaceOption="Portal genérica"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CaptivePortalConnectivityQuery="Selecciona una conexión a internet para la suplantación de red."
CaptivePortalConnectivityDisconnectedOption="Desconexión (${CGrn}recomendado$CClr)"
CaptivePortalConnectivityEmulatedOption="Emulado"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# FLUXSCRIPT END