Skip to content

Commit 00215c2

Browse files
committed
fix share link
1 parent 892c23c commit 00215c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/ast_parse_vul.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Đọc file tùy ý với ast.parse
22
date: 2025-02-26
3-
tags: ast, Python, security,
3+
tags: ast, Python, security, ctf
44
category: pymi.vn
55
slug: ast_parse
66
authors: Pymier0
@@ -40,7 +40,7 @@ một website flask đơn giản, nhận đầu vào tùy ý của người dùn
4040
Một file `secret.py` nằm cùng thư mục, chứa flag
4141

4242
```py
43-
43+
4444
def main():
4545
print("Here's the flag: ")
4646
print(FLAG)
@@ -167,7 +167,7 @@ Xem write up & source at <https://github.com/TheRomanXpl0it/TRX-CTF-2025/blob/ma
167167
### Góc AI
168168
Vác luôn đề hỏi các AI xịn nhất ngày nay xem:
169169

170-
[Claude.ai](https://claude.ai/chat/553d2e6f-62f4-4048-8480-f2e1367426f6)
170+
[Claude.ai](https://claude.ai/share/a8de39c7-6ec3-45b9-b310-c6667d2ca49b)
171171

172172
> Given the code shown, I don't see a direct path to reading the FLAG from secret.py through the ast.parse() function alone. The function's parameters don't provide functionality to import or read other files in a way that would return their contents through the error messages.
173173

0 commit comments

Comments
 (0)