-
-
Save galfert/bea0c275fe8367cec8a4 to your computer and use it in GitHub Desktop.
Hackerbeach Wifi Passwords
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"places": [ | |
{ | |
"name": "Surf Shak", | |
"SSID": "Bar Surf", | |
"password": "shak2525" | |
}, | |
{ | |
"name": "Hostal Rutamar", | |
"SSID": "HOSTAL RUTAMAR", | |
"password": "rutamarforyou" | |
}, | |
{ | |
"name": "Hostel Baloo", | |
"SSID": "Baloo Canoa", | |
"password": "baloocanoa2001" | |
}, | |
{ | |
"name": "Hotel Bambu", | |
"SSID": "Hotel-Bambu", | |
"password": "bambu2000" | |
}, | |
{ | |
"name": "Hostal Restaurante Amalur", | |
"SSID": "HOSTAL RESTAURANTE AMALUR", | |
"password": "fullmoon33" | |
}, | |
{ | |
"name": "Hostal Restaurante Amalur", | |
"SSID": "AMALUR", | |
"password": "bluemoon35" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment