https://github.com/specious/letmein
:wave: Automatic authentication with wifi hotspot captive portals
https://github.com/specious/letmein
Last synced: 5 months ago
JSON representation
:wave: Automatic authentication with wifi hotspot captive portals
- Host: GitHub
- URL: https://github.com/specious/letmein
- Owner: specious
- Created: 2018-01-05T09:56:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T10:18:15.000Z (over 7 years ago)
- Last Synced: 2025-01-03T13:06:50.085Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let me in! 👍
Tired of clicking through [captive portal](https://en.wikipedia.org/wiki/Captive_portal) authentication screens? Me too.
Run `./letmein.sh` for usage instructions.
## How to contribute
Contributions are welcome. Please check the [issues](https://github.com/specious/letmein/issues) and feel free to point out how it could be better or open a pull request.
### Use a web browser to record an authentication procedure
One way to observe an authentication mechanism is to have the "Network" panel open in a browser's [developer tools](https://developers.google.com/web/tools/chrome-devtools/#network) while you click through the captive portal screen. Modern browsers allow exporting the [cURL](https://github.com/curl/curl) command to replay a network request with a "Copy" -> "Copy as cURL" context menu option.
Fiddle with those exported requests and authenticate manually by running the curl commands to distill the essential ingredients for the authentication to work.
## License
MIT