pr3y/Bruce

Wi-Fi passwords list

Closed this issue · 1 comments

A list of SSID:password made by the user to be used when trying to connect to a Wi-Fi network.
When a Wi-Fi network is required (like web UI) the user first select the network he wants to connect to then the script try to find the password for this network, if the password is found the script ask the user if he wants to use the saved password or a custom password. When user connects to a network and used a custom password, script ask the user if he wants to save this password.
Also when searching and saving passwords make sure it's always lower case (escape upper and lower).

JSON format ex:

{
    "ssid": "password",
    "home": "secret123456",
    "coffee shop": "99CoffeeShop"   
}
pr3y commented

Awesome ideia!
This will be added in future versions of Bruce :] thx