We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90580a commit 548d089Copy full SHA for 548d089
docs/learn/pwn.md
@@ -166,16 +166,16 @@ IDA中,按下 <kbd>⇧ Shift</kbd><kbd>F7</kbd> 即可查看
166
167
我们以一个 ret2backdoor 的题目为例子。
168
169
-### 题目相关
+### 题目内容
170
+
171
+[附件下载](https://cdn.openicu.net/attachment/ns-learn/pwn.302dfe7937adcda6.zip)
172
173
靶机连接:
174
175
```bash
-nc hacker.akyuu.space 6000
176
+nc 120.53.240.208 6000
177
```
178
-[附件下载](https://platform.akyuu.space/training/0.zip)
-
179
### 题目分析以及解题
180
181
首先下载下来附件并且解压,得到文件 `pwn`.
0 commit comments