commit
6fb6fe37d5
|
@ -1,27 +1,27 @@
|
|||
#!/bin/bash
|
||||
# identifier: Portail Captif
|
||||
# description: Crée un point d'accès «jumeaux malveillante».
|
||||
# description: Crée un point d'accès «jumeau malveillant».
|
||||
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
CaptivePortalInterfaceQuery="Select an interface for the captive portal."
|
||||
CaptivePortalStartingInterfaceNotice="Starting captive portal interface..."
|
||||
CaptivePortalCannotStartInterfaceError="${CRed}Unable to start captive portal interface$CClr, returning!"
|
||||
CaptivePortalStartedInterfaceNotice="${CGrn}Success${CClr}, captive portal interface ready!"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
CaptivePortalInterfaceQuery="Sélectionnez une interface de portail captif"
|
||||
CaptivePortalStartingInterfaceNotice="Lancement de l'interface de portail captif..."
|
||||
CaptivePortalCannotStartInterfaceError="${CRed}Incapable de lancer une interface de portail captif$CClr, retour arrière !"
|
||||
CaptivePortalStartedInterfaceNotice="${CGrn}Succès${CClr}, interface de portail captif prête !"
|
||||
CaptivePortalStaringAPServiceNotice=" Lancement du service de point d'accès du portail captif..."
|
||||
CaptivePortalStaringAPRoutesNotice="Lancement des routes du portail captif de point d'accès..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Lancement du service DHCP de point d'accès comme daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Lancement du service DNS de point d'accès comme daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Lancement du portail captif de point d'accès comme daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Lancement de l'interrupteur de point d'accès comme daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Lancement du script d'authentification..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
CaptivePortalVerificationMethodQuery="METHODE DE VÉRIFICATION DU PASSWORD"
|
||||
CaptivePortalVerificationMethodQuery="METHODE DE VÉRIFICATION DU MOT DE PASSE"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalUIQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
CaptivePortalCertificateSourceQuery="Sélectionnez le certificat SSL source pour le portail captif"
|
||||
CaptivePortalCertificateSourceGenerateOption="Créer un certificat SSL"
|
||||
CaptivePortalCertificateSourceRescanOption="Détecter le certificat SSL (${CClr}chercher encore$CGry)"
|
||||
CaptivePortalUIQuery="Sélectionnez une interface de portail captif pour le réseau parasite"
|
||||
CaptivePortalGenericInterfaceOption="Portail générique"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
Loading…
Reference in New Issue