Skip to content

Instantly share code, notes, and snippets.

@onokatio
Last active December 1, 2017 05:44
Show Gist options
  • Save onokatio/4f13b3d4f49b1e461f846f0ba5869f8d to your computer and use it in GitHub Desktop.
Save onokatio/4f13b3d4f49b1e461f846f0ba5869f8d to your computer and use it in GitHub Desktop.
CISCO Wireless Networkにログインするのがめんどいのでシェルで解決 ref: https://qiita.com/onokatio/items/838f139865783c67ea28
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