Created
August 11, 2017 12:33
-
-
Save pizzapanther/ebe9f2a3a6ce500b90694f3ccb5cd4ea to your computer and use it in GitHub Desktop.
Houston Airport Wifi hack to get past their bad certificate
This file contains hidden or 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
| import requests | |
| payload = { | |
| 'cmd': 'authenticate', | |
| 'user': 'hou-user', | |
| 'password': '45453395' | |
| } | |
| r = requests.post('https://securelogin.arubanetworks.com/cgi-bin/login', payload, verify=False) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If that username and password doesn't work, go to their login page and inspect the form inputs to get an updated username and password.