Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 726 Bytes

File metadata and controls

21 lines (19 loc) · 726 Bytes
enabled name category url prompt index flags
true
示例题目
general
flag{...}
0
name score type flag
flag1
100
expr
f"flag{{this_is_an_example_{sha256('example1'+token)[:10]}}}"
name score type flag
flag2
200
expr
f"flag{{this_is_the_second_flag_{sha256('example2'+token)[:10]}}}"

你可以通过 nc 127.0.0.1 10000 来连接题目,或者点击下面的「打开/下载题目」按钮通过网页终端与远程交互。

如果你不知道 nc 是什么,或者在使用上面的命令时遇到了困难,可以参考我们编写的 萌新入门手册:如何使用 nc/ncat?