Skip to content

Instantly share code, notes, and snippets.

@ehrenfeu
Created October 15, 2018 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehrenfeu/5047845e0d6f50ffb66af83b3c899bb9 to your computer and use it in GitHub Desktop.
Save ehrenfeu/5047845e0d6f50ffb66af83b3c899bb9 to your computer and use it in GitHub Desktop.
curie wifi captive renewal
#!/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