2017-08-26 13:55:10 -06:00
|
|
|
#!/bin/bash
|
|
|
|
# identifier: Handshake Snopper
|
2017-08-26 16:14:11 -06:00
|
|
|
# description: Acquitte les hachages de cryptage WPA/WPA2.
|
2017-08-26 13:55:10 -06:00
|
|
|
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
2017-09-11 14:21:20 -06:00
|
|
|
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)"
|
2017-08-26 13:55:10 -06:00
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
|
|
|
|
# FLUXSCRIPT END
|