Skip to content

Commit

Permalink
update dasxmarek thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMaDev committed Sep 26, 2024
1 parent 0317029 commit a2ab353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/_posts/dasxmarek2024/alphacode.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: DASCTF2024八月开学季 - alphacode
date: 2024/09/05 00:12:00
updated: 2024/09/11 23:05:00
updated: 2024/09/27 00:12:00
excerpt: 使用`sendfile`系统调用,通过异或解码与`imul`绕过 shellcode 字符限制,逐字节输出flag。
tags:
- shellcode
thumbnail: /assets/dasxmarek2024/flag.png
---

## 文件属性
Expand Down
3 changes: 2 additions & 1 deletion source/_posts/dasxmarek2024/clock.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: DASCTF2024八月开学季 - clock
date: 2024/09/05 00:15:00
updated: 2024/09/13 19:49:00
updated: 2024/09/27 00:12:00
excerpt: 通过`vsnprintf`格式化漏洞,利用`%*c%6$lln`覆盖`puts@got`为堆地址,执行自定义shellcode。
tags:
- fmt-string
- tricks
thumbnail: /assets/dasxmarek2024/explanation.png
---

{% note green fa-heart %}
Expand Down

0 comments on commit a2ab353

Please sign in to comment.