-
-
Save crazyboycjr/ec279493c601595d04c7a864e92d6a70 to your computer and use it in GitHub Desktop.
学校实验室有线命令行联网
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
# provide by @ihciah | |
# fill username with any valid studentID | |
curl 10.108.255.249/cgi-bin/do_login -d 'username=14307130118' -d 'password={TEXT}' -d 'type=1' | |
#$ ping www.baidu.com | |
#PING www.a.shifen.com (119.75.217.109) 56(84) bytes of data. | |
#64 bytes from 119.75.217.109 (119.75.217.109): icmp_seq=1 ttl=50 time=23.5 ms | |
#... ... |
由于学校认证系统升级,该方法现已失效
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
password={TEXT}这个不用修改