Skip to content

Commit d5add26

Browse files
committed
ww
1 parent f63fd4b commit d5add26

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

2025-uoft-ctf/forensics/Minecraft Safe/index.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
created: 2025-01-11T01:17
3-
updated: 2025-01-12T18:38
4-
unsolved: true
3+
updated: 2025-01-12T20:04
54
solves: 3
5+
tags:
6+
- unsolved
67
---
78

89
Another minecraft pcap challenge?
@@ -326,3 +327,21 @@ I tried a lot of fixes but none of them work, the packets just keep getting misa
326327
Maybe it is coz the library I share much of the serialisation logic with has discontinued and is stuck in version 1.19, or maybe more steps are needed in the capture phase, like some tcp packets should be discarded or something.
327328

328329
Welp.
330+
331+
## after
332+
333+
After the event ended, I realised that I was really close.
334+
335+
I just had to use two ciphers, 1 for the client 1 for server, that's it.
336+
337+
No error correction needed, packets all behave nicely.
338+
339+
Everything works flawlessly.
340+
341+
![200w.gif](https://res.cloudinary.com/kumonochisanaka/image/upload/v1736727242/2025/01/cdd29fbe6702a911d79e99121cf3bb62.gif)
342+
343+
![image.png](https://res.cloudinary.com/kumonochisanaka/image/upload/v1736729941/2025/01/1d8b4684a1a6c9f6e39d8ded4550782d.png)
344+
345+
Not a single error was thrown.
346+
347+
I spent 24 hours in vane trying to manually fix the data.

2025-uoft-ctf/web/prepared/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
created: 2025-01-12T11:00
3-
updated: 2025-01-12T19:00
3+
updated: 2025-01-12T20:04
44
solves: 33
55
points: 460
66
---
@@ -191,4 +191,6 @@ After the CTF ended, I realised that I was really close.
191191

192192
All I had to do was switch `OUTFILE` to `DUMPFILE`.
193193

194+
And my solution will work.
195+
194196
![200w.gif](https://res.cloudinary.com/kumonochisanaka/image/upload/v1736727242/2025/01/cdd29fbe6702a911d79e99121cf3bb62.gif)

0 commit comments

Comments
 (0)