[随波逐流]CTF Flags

随波逐流信息安全网 www.1o1o.xyz

   [随波逐流]CTF Flags

软件版本:v1.0.0   数据版本: v20260526
返    回

[FBCTF 2019]storagespace

 广告模块
ID: 13852
标题: [FBCTF 2019]storagespace
描述: In order to fit in with all the other CTFs out there, I've written a secure flag storage system! It accepts commands in the form of json. For example: help(command="flag") will display help info for the flag command, and the request would look like: {"command": "help", "params": {"command": "flag"}} flag(name: Optional[str]) Retrieve flag by name. {"command": "flag", "params": {"name": "myflag"}} flag{this_is_not_a_real_flag} You can access it at nc challenges.fbctf.com 8089 P.S. some commands require a signed request. The sign command will take care of that for you, but no way you'll convince me to sign the flag command xD
类型: Crypto
网站: NSSCTF
题目链接: https://www.nssctf.cn/problem/1181
赛事: FBCTF
年度: 2019
Flag值:
writeup: https://github.com/fbsamples/fbctf-2019-challenges/blob/main/crypto/storagespace/README.md?plain=1
答案错误,我要更正