Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-kumo committed Aug 19, 2024
1 parent 6247ad6 commit 4e77e91
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
Empty file removed 2024-idek-ctf/crypto/index.md
Empty file.
11 changes: 10 additions & 1 deletion 2024-idek-ctf/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
---
created: 2024-08-17T20:11
updated: 2024-08-17T20:16
updated: 2024-08-18T21:35
team: wwf
points: 2879
rank: 15
---

Loved the minecraft challenge.

![image.png](https://res.cloudinary.com/kumonochisanaka/image/upload/v1724031181/2024/08/c12fd9f99e9733770ab8a785610a2fdd.png)

::ctf-overview
::
4 changes: 3 additions & 1 deletion 2024-idek-ctf/misc/Minecraft/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
created: 2024-08-17T03:27
updated: 2024-08-17T23:22
updated: 2024-08-18T21:33
points: 363
solves: 29
---

Minecraft arrow knockback coordinate leak
Expand Down
4 changes: 3 additions & 1 deletion 2024-idek-ctf/web/crator/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
created: 2024-08-17T21:27
updated: 2024-08-17T23:15
updated: 2024-08-18T21:33
solves: 63
points: 257
---

Yet-Another-Python-Sandbox-Or-Is-It?
Expand Down
4 changes: 3 additions & 1 deletion 2024-idek-ctf/web/hello/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
created: 2024-08-17T18:40
updated: 2024-08-17T19:41
updated: 2024-08-18T21:34
points: 135
solves: 161
---

## problem
Expand Down
8 changes: 7 additions & 1 deletion 2024-idek-ctf/web/includeme/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
created: 2024-08-17T23:23
updated: 2024-08-17T23:49
updated: 2024-08-18T21:34
---

By brute forcing every `.jl` file on the system, I managed to launch a file upload window that worked!

![image.png](https://res.cloudinary.com/kumonochisanaka/image/upload/v1723952876/2024/08/a5902c24e5b95776a76cd20440add995.png)

After checking the logs I found out that it was `/home/ctf/.julia/packages/Genie/yQwwj/test/tests_AppServer.jl`

But I got stuck here.

After the event ended I found out that the solution is a race condition, to include `app.jl` again.

Damn, I feel dumb.

0 comments on commit 4e77e91

Please sign in to comment.