Skip to content

Instantly share code, notes, and snippets.

View ZeppLu's full-sized avatar

Zepp ZeppLu

  • Beijing, China
View GitHub Profile
@ZeppLu
ZeppLu / gw_ict_login.sh
Last active September 12, 2021 01:32
登录计算所内网
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