2018-08-03 12:48:31 -06:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# identifier: 专属门户
|
|
|
|
# description: 创建一个“邪恶的双胞胎”接入点。
|
|
|
|
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
2018-08-06 06:08:14 -06:00
|
|
|
CaptivePortalJammerInterfaceQuery="选择一个用于干扰的接口"
|
|
|
|
CaptivePortalAccessPointInterfaceQuery="为接入点选择一个接口"
|
2018-08-03 12:48:31 -06:00
|
|
|
CaptivePortalCannotStartInterfaceError="${CRed}无法启动网络功击接口$CClr, 返回"
|
|
|
|
CaptivePortalStaringAPServiceNotice="开始建立钓鱼热点AP..."
|
|
|
|
CaptivePortalStaringAPRoutesNotice="启动钓鱼热点AP路由服务..."
|
|
|
|
CaptivePortalStartingDHCPServiceNotice="启动接入点DHCP服务作为守护进程..."
|
|
|
|
CaptivePortalStartingDNSServiceNotice="启动接入点DNS服务作为守护进程..."
|
|
|
|
CaptivePortalStartingWebServiceNotice="启动钓鱼热点作为守护进程..."
|
|
|
|
CaptivePortalStartingJammerServiceNotice="启动接入点干扰器作为守护进程..."
|
|
|
|
CaptivePortalStartingAuthenticatorServiceNotice="启动验证器脚本..."
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
2018-08-06 06:08:14 -06:00
|
|
|
CaptivePortalAPServiceQuery="选择一个接入点"
|
|
|
|
CaptivePortalAPServiceHostapdOption="流氓 AP - hostapd (${CGrn}推荐$CClr)"
|
2018-08-11 22:16:05 -06:00
|
|
|
CaptivePortalAPServiceAirbaseOption="流氓 AP - airbase-ng (${CYel}缓慢$CClr)"
|
2018-08-03 12:48:31 -06:00
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
CaptivePortalVerificationMethodQuery="请选择验证密码方式"
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
CaptivePortalCertificateSourceQuery="选择钓鱼认证门户的SSL证书来源"
|
|
|
|
CaptivePortalCertificateSourceGenerateOption="创建SSL证书"
|
|
|
|
CaptivePortalCertificateSourceRescanOption="检测SSL证书 (${CClr}再次搜索$CGry)"
|
2018-08-11 22:16:05 -06:00
|
|
|
CaptivePortalCertificateSourceDisabledOption="没有证书 (${CYel}disable SSL$CGry)"
|
2018-08-03 12:48:31 -06:00
|
|
|
CaptivePortalUIQuery="选择钓鱼热点的认证网页界面"
|
|
|
|
CaptivePortalGenericInterfaceOption="通用认证网页"
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
CaptivePortalConnectivityQuery="为流氓网络选择Internet连接类型"
|
|
|
|
CaptivePortalConnectivityDisconnectedOption="断开原网络 (${CGrn}推荐$CClr)"
|
|
|
|
CaptivePortalConnectivityEmulatedOption="仿真"
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
|
|
|
|
# FLUXSCRIPT END
|