61 lines
3.0 KiB
Bash
61 lines
3.0 KiB
Bash
#!/bin/bash
|
|
# Chinese
|
|
|
|
header_setinterface="选择无线设备"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
header_choosescan="选择信道"
|
|
choosescan_option_1="所有信道 "
|
|
choosescan_option_2="指定信道"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
scanchan_option_1="单一信道"
|
|
scanchan_option_2="多个信道"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
header_scan="FLUXION 扫描仪"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
header_askAP="选择攻击选项"
|
|
askAP_option_1="伪装AP - Hostapd (${CRed}推荐)"
|
|
askAP_option_2="Rogue AP - airbase-ng (slow)"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
header_askauth="请选择验证密码方式"
|
|
askauth_option_1="AP handshake verification (${CYel}Recommended$CClr)"
|
|
askauth_option_2="提供的wpa (易错)"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
DialogQueryHashSource="Select a method to retrieve the handshake"
|
|
DialogOptionHashSourcePath="Path to capture file"
|
|
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
|
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
|
DialogNoticeFoundHash="A hash for the target AP was found."
|
|
DialogQueryUseFoundHash="Do you want to use this file?"
|
|
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
|
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
|
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
|
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
|
DialogOptionCertificateSource1="Create an SSL certificate"
|
|
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
|
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
|
DialogOptionCaptivePortalGeneric="Generic Portal"
|
|
DialogNoticeAttackInProgress="attack in progress..."
|
|
DialogOptionSelectAnotherAttack="Select another attack"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
header_set_attack="为接入点选择无线攻击"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
general_back="${CRed}返回"
|
|
general_exit="${CRed}出口"
|
|
general_repeat="${CRed}重复操作"
|
|
general_case_error="未知选项. 请再次选择"
|
|
general_error_1="未找到"
|
|
general_exitmode="清理并退出"
|
|
general_exitmode_1="Disabling monitoring interface"
|
|
general_exitmode_2="Disabling extra interfaces"
|
|
general_exitmode_3="关闭 ${CGry}forwarding of packets"
|
|
general_exitmode_4="清理 ${CGry}iptables"
|
|
general_exitmode_5="恢复 ${CGry}tput"
|
|
general_exitmode_6="重启 ${CGry}Network-Manager"
|
|
general_exitmode_7="清理完成!"
|
|
general_exitmode_8="感谢使用fluxion!"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
selection_1="活动的客户端"
|
|
selection_2="选择一个目标. 重扫 按$CRed r$CClr"
|
|
|
|
# FLUXSCRIPT END
|