Last active
December 1, 2017 05:44
-
-
Save onokatio/4f13b3d4f49b1e461f846f0ba5869f8d to your computer and use it in GitHub Desktop.
CISCO Wireless Networkにログインするのがめんどいのでシェルで解決 ref: https://qiita.com/onokatio/items/838f139865783c67ea28
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
| alias login='curl -Ss --ciphers AES256-SHA --data "buttonClicked=4&username=<USERNAME>&password=<PASSWORD>&Submit=Submit" <LOGIN URL>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment