Skip to content

Instantly share code, notes, and snippets.

@ZeppLu
Last active September 12, 2021 01:32
Show Gist options
  • Save ZeppLu/8a87b9ab8d3e71a6bcdc89ec243b6e0d to your computer and use it in GitHub Desktop.
Save ZeppLu/8a87b9ab8d3e71a6bcdc89ec243b6e0d to your computer and use it in GitHub Desktop.
登录计算所内网
curl -X POST \
-F "action=login" \
-F "ac_id=1" \
-F "user_ip=10.18.1.1" \
-F "username=xxx" \
-F "password=***" \
-o /dev/null -w "%{http_code}\n" \
https://gw.ict.ac.cn/srun_portal_pc.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment