Last active
January 22, 2016 19:09
-
-
Save beanieboi/1f8deebfcfd12c4a0388 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": "redlight83" | |
}, | |
{ | |
"name": "Hostal Restaurante Amalur", | |
"SSID": "AMALUR", | |
"password": "bluemoon35" | |
}, | |
{ | |
"name": "El Goloso", | |
"SSID": "Goloso", | |
"password": "052588204" | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment