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)"
|
2017-11-29 22:28:29 -07:00
|
|
|
HandshakeSnooperMdk3MethodOption="Désauthentification mdk3 (${CRed}aggressif$CClr)"
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
HandshakeSnooperVerifierIntervalQuery="How often should the verifier check for a handshake?"
|
|
|
|
HandshakeSnooperVerifierInterval10SOption="Every 10 seconds (${CYel}fast systems only${CClr})."
|
|
|
|
HandshakeSnooperVerifierInterval30SOption="Every 30 seconds (${CGrn}recommended${CClr})."
|
|
|
|
HandshakeSnooperVerifierInterval90SOption="Every 90 seconds."
|
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
HandshakeSnooperVerifierSynchronicityQuery="How should verification occur?"
|
|
|
|
HandshakeSnooperVerifierSynchronicityAsynchronousOption="Asynchronously (${CYel}fast systems only${CClr})."
|
|
|
|
HandshakeSnooperVerifierSynchronicitySynchronousOption="Synchronously."
|
2017-08-26 13:55:10 -06:00
|
|
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
|
|
|
|
|
|
|
# FLUXSCRIPT END
|