不会飞的章鱼

熟能生巧,勤能补拙;念念不忘,必有回响。

ASU Intro to Cybersecurity Talking Web

level 1

Send an HTTP request using curl

1
2
$ curl http://127.0.0.1:80
pwn.college{sc9zRb7KF1lZSGtDWOxSGGTAeYp.dhjNyMDL3ATN3MzW}

level 2

Send an HTTP request using nc

1
$ echo -e "GET / HTTP/1.1\r\nHost: 127.0.0.1\r\n\r\n" | nc 127.0.0.1 80
------ 本文结束------
如果本篇文章对你有帮助,可以给作者加个鸡腿~(*^__^*),感谢鼓励与支持!