24 lines
1.5 KiB
Bash
Executable File
24 lines
1.5 KiB
Bash
Executable File
#!/bin/bash
|
||
# identifier: Esaret Portalı
|
||
# description: "Kötü ikiz" bir erişim noktası oluşturur.
|
||
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
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..."
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
CaptivePortalVerificationMethodQuery="Sifre Kontrol Metodu"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
||
# FLUXSCRIPT END
|