Q: 请问可以提供一下 PWN 题的 libc 吗?

Q: Libc.so for PWN challenges?

A: 请在 https://buuoj.cn/resources 下载。

A: Download at https://buuoj.cn/resources.


Q: 我在做 PWN 题时遇到了 "timeout: the monitored command dumped core" 的提示,请问我该怎么办?

Q: I got a message said 'timeout: the monitored command dumped core' when I PWN, how I can do?

A: 请参考 http://blog.eonew.cn/archives/958

A: Please check it(Chinese version): http://blog.eonew.cn/archives/958 .


Q: 我在做 Real 类题时找不到 flag,我该怎么做?

Q: I can't find flag of Real challenge, how can I do?

A: Real 类题目仅供复现漏洞,flag 不是最终目的,虽然大部分 flag 都在环境变量里能找到,但本站不保证该类题一定能找到 flag。

A: Real challenge only for study, since You may get the flag at the environmental variable, sometimes You can't get the flag, nerver mind about that.


Q: 我发现题目可能有问题,请问我该怎么做?

Q: I found some mistake at a challenge, what should I do?

A: 请发邮件到 buuoja@zhaoj.in 。

A: Please email me at buuoja@zhaoj.in .


Q: 我发现做题时需要让靶机访问外网,但似乎不行,请问我该怎么做?

Q: I found that we need let the instance to access Internet, what can I do?

A:

2021年03月13日更新:

所有靶机均可直接访问外网~

All instance can access Internet directly right now~

靶机无法访问外网,请使用以下内网服务!

All challenge instance can not access the Internet, Please use following service in the internal network!

内网 XSS 平台 / Internal XSS Receiver:http://xss.buuoj.cn

内网邮件系统 / Internal Mail System:http://mail.buuoj.cn 注册地址 / Reg URL:http://mail.buuoj.cn/admin

内网 Git / Internal Git System:http://git.buuoj.cn

内网 RequestBin(HTTP/DNS) / Internal RequestBin(HTTP/DNS):http://http.requestbin.buuoj.cn/

内网 Domain2IP 服务 / Internal Domain2IP Service:

xxx.nip.buuoj.cn -> xxx
例如: 127.0.0.1.nip.buuoj.cn -> 127.0.0.1

内网 FRPS 服务 / Internal FrpS Service:
- node3.buuoj.cn:7000
- 请下载 [frp](https://github.com/fatedier/frp/releases), 然后在 frpc.ini 中填写以下内容 / Please download [frp](https://github.com/fatedier/frp/releases), and fill the frpc.ini with the following config:
[common]
server_addr = node3.buuoj.cn
server_port = 7000

[这里要随机/randomhere]
type = tcp
local_ip = 127.0.0.1
local_port = 6000 # 转发到本机的哪个端口 / The port you want to redirect in your system
remote_port = 6000 # 这里需要随机输入一个数字,在靶机内网即可以 frps:这个数字 访问了 / Random it and access it in the instance internal network
```

如有反弹 shell 等需求,请使用上面的 frps 服务器,或者创建一个小号,打开一个 Basic 分类 Linux Labs 靶机,靶机内网是互通的。

Create a new account and deploy a "Linux Labs" instance in the Basic category, use it in your case. ```