/wifi-brute-force

👨🏼‍💻 Brute force wifi passwords with AppleScript.

Primary LanguageAppleScript

Wifi Brute-force Script

License Donate

AppleScript to brute-force wifi passwords. Takes a couple of seconds for each try, so only realistic to try a couple of hundred different passwords. Usuful for public wifi's where the have a fixed core password, and changes a prefix or suffix each day (this is the purpose this was intended for).

Table of Contents

Usage

Change the following variables in the script, and run.

set BSSID to "NetworkBSSID"
set startString to "pwdStartString"
set computerUsername to "username"
set computerPassword to "password"

Installation

Copy wifi-brute-force.applescript to where ever you like on your computer.

Acknowledgements

First version of script was written by danhje.

License

MIT © Eivind Mikael Lindbråten