13 lines
637 B
Bash
Executable File
13 lines
637 B
Bash
Executable File
#!/bin/bash
|
|
# identifier: Handshake Snopper
|
|
# description: Acquitte les hachages de cryptage WPA/WPA2.
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
HandshakeSnooperMethodQuery="Sélectionnez une méthode de récupération de handshake"
|
|
HandshakeSnooperMonitorMethodOption="Monitorer (${CYel}passif$CClr)"
|
|
HandshakeSnooperAireplayMethodOption="Désauthentification aireplay-ng (${CRed}aggressif$CClr)"
|
|
HandshakeSnooperMdk3MethodOption="Désauthentification mdk3 (${CRed}aggressif, non recommandé$CClr)"
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
# FLUXSCRIPT END
|