13 lines
615 B
Bash
Executable File
13 lines
615 B
Bash
Executable File
#!/bin/bash
|
|
# identifier: Handshake Snopper
|
|
# description: 检索WPA/WPA2加密散列。
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
HandshakeSnooperMethodQuery="选择一种方式来检查握手包获取状态"
|
|
HandshakeSnooperMonitorMethodOption="监听模式 (${CYel}被动$CClr)"
|
|
HandshakeSnooperAireplayMethodOption="aireplay-ng 解除认证方式 (${CRed}侵略性$CClr)"
|
|
HandshakeSnooperMdk3MethodOption="mdk3 解除认证方式 (${CRed}侵略性,不推荐用这个$CClr)"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
# FLUXSCRIPT END
|