hackergame2020-writeups
hackergame2020-writeups copied to clipboard
中国科学技术大学第七届信息安全大赛的官方与非官方题解
Results
11
hackergame2020-writeups issues
Sort by
recently updated
recently updated
newest added
关于`超安全的代理服务器`这题,提出获取Secret的Method3 可以用`chrome://net-internals/#http2` 新版的chrome把此功能改到了`chrome://net-export/`,通过log文件读到 `{"params":{"headers":[":method: GET",":scheme: https",":authority: 146.56.228.227",":path: /62d9b249-d6d8-4714-8ea0-9f3b413d5165"],"id":85,"promised_stream_id":54},"phase":0,"source":{"id":76608,"start_time":"319510568","type":9},"time":"320091658","type":206}, `
solution