Created
October 15, 2018 13:03
-
-
Save ehrenfeu/5047845e0d6f50ffb66af83b3c899bb9 to your computer and use it in GitHub Desktop.
curie wifi captive renewal
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
#!/bin/sh | |
curl -c /tmp/curie.cookies -v -v -v -k -i \ | |
https://wifi.curie.fr/portal_degraded.php | |
curl -c /tmp/curie.cookies -v -v -v -k -i \ | |
-F action=automatic_authenticate -F secure_pwd= -F policy_accept=on \ | |
-F connect= --ignore-content-length -D /dev/stdout \ | |
https://wifi.curie.fr/portal_degraded.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment