Skip to content

Update pwn.md #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/learn/pwn.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,16 @@ IDA中,按下 <kbd>⇧ Shift</kbd><kbd>F7</kbd> 即可查看

我们以一个 ret2backdoor 的题目为例子。

### 题目相关
### 题目内容

[附件下载](https://cdn.openicu.net/attachment/ns-learn/pwn.302dfe7937adcda6.zip)

靶机连接:

```bash
nc hacker.akyuu.space 6000
nc 120.53.240.208 6000
```

[附件下载](https://platform.akyuu.space/training/0.zip)

### 题目分析以及解题

首先下载下来附件并且解压,得到文件 `pwn`.
Expand Down