13 lines
597 B
Bash
Executable File
13 lines
597 B
Bash
Executable File
#!/bin/bash
|
|
# identifier: Handshake Snopper
|
|
# description: Retrieves WPA/WPA2 encryption hashes. (translate)
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
HandshakeSnooperMethodQuery="Tokalasma edinme methodu seciniz"
|
|
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}pasif$CClr)"
|
|
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}agresif$CClr)"
|
|
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}agresif, onerilmez$CClr)"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
# FLUXSCRIPT END
|