Skip to content

Commit a2ab353

Browse files
committed
update dasxmarek thumbnail
1 parent 0317029 commit a2ab353

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/_posts/dasxmarek2024/alphacode.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: DASCTF2024八月开学季 - alphacode
33
date: 2024/09/05 00:12:00
4-
updated: 2024/09/11 23:05:00
4+
updated: 2024/09/27 00:12:00
55
excerpt: 使用`sendfile`系统调用,通过异或解码与`imul`绕过 shellcode 字符限制,逐字节输出flag。
66
tags:
77
- shellcode
8+
thumbnail: /assets/dasxmarek2024/flag.png
89
---
910

1011
## 文件属性

source/_posts/dasxmarek2024/clock.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: DASCTF2024八月开学季 - clock
33
date: 2024/09/05 00:15:00
4-
updated: 2024/09/13 19:49:00
4+
updated: 2024/09/27 00:12:00
55
excerpt: 通过`vsnprintf`格式化漏洞,利用`%*c%6$lln`覆盖`puts@got`为堆地址,执行自定义shellcode。
66
tags:
77
- fmt-string
88
- tricks
9+
thumbnail: /assets/dasxmarek2024/explanation.png
910
---
1011

1112
{% note green fa-heart %}

0 commit comments

Comments
 (0)