14 lines
799 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# attachment-server
这是一个简单的ctf动态附件分发程序为woodpecker ctf编写
## 如果你看到了下面列出的文件*本身*而不是*模板示例*,请立刻上报管理员,这很重要!
- `phplib/libvar_gsec.php` 存放比赛的 **公钥`gpub`****`gamesalt`(`gsalt`)** 。
这两个值分别用于验证`team_token`和计算`team_hash`,此文件泄漏会导致 **全部`team_hash`** 泄漏为可计算的从而丢失动态flag中`team_hash`的随机性。
- `phplib/libvar_tid2proj.php` 存放 **本地题目id `task_id`(`tid`)****本地工程信息 `proj_info`** 的映射关系,此文件泄漏会导致 **题目文件夹相对路径** 泄漏,从而可能导致 **题目名称** 泄漏。
## LICENCE
作者保留所有权利,暂不开放使用