Comments for MetaCTF https://metactf.com/ The Modern Cyber Skills Platform. Fri, 21 Mar 2025 00:20:20 +0000 hourly 1 https://wordpress.org/?v=6.9.4 Comment on Flash CTF – Wheel of Mystery by Samantha Hayden https://metactf.com/blog/flash-ctf-wheel-of-mystery/#comment-62 Thu, 22 Aug 2024 18:59:22 +0000 https://metactf.com/?p=1846#comment-62 If you rotate the wheel so it starts with abj, changing the inner_wheel line to be inner_wheel = “ABJICOSDHG{QNFUVWLEZYXPTKMR}”, the script will still solve it just fine. The script will try every rotation, so the initial rotation won’t matter for the solution.

]]>
Comment on May Recap: Antisyphon InfoSec Training livestreams MetaCTF solutions by Matiere47 https://metactf.com/blog/may-recap-antisyphon-infosec-training-livestreams-metactf-solutions/#comment-61 Wed, 21 Aug 2024 14:34:22 +0000 https://metactf2024.live-website.com/may-recap-antisyphon-infosec-training-livestreams-metactf-solutions#comment-61 I admire the way you make challenging topics accessible to a wide audience. Excellent article!

]]>
Comment on Flash CTF – Clock Out by Abhisek Nayak https://metactf.com/blog/flash-ctf-clock-out/#comment-50 Mon, 05 Aug 2024 14:08:06 +0000 https://metactf.com/?p=1789#comment-50 Can you explain the things again ??
it will be a great help

]]>
Comment on Flash CTF – Wheel of Mystery by Emma https://metactf.com/blog/flash-ctf-wheel-of-mystery/#comment-44 Sun, 21 Jul 2024 20:29:42 +0000 https://metactf.com/?p=1846#comment-44 how did you know the inner wheel starts at qnf and not abj

]]>
Comment on Flash CTF – Clock Out by mr_mph https://metactf.com/blog/flash-ctf-clock-out/#comment-25 Fri, 21 Jun 2024 20:06:15 +0000 https://metactf.com/?p=1789#comment-25 ^^ Same here

]]>
Comment on Flash CTF – Clock Out by Mark https://metactf.com/blog/flash-ctf-clock-out/#comment-24 Fri, 21 Jun 2024 19:36:13 +0000 https://metactf.com/?p=1789#comment-24 Huh! I solved it without the timing attack, actually, and I hadn’t even considered trying one.

I saw in the disassembly that it was using SHA256 on each character individually, and the validation data was in there, too. So I basically computed a quick rainbow table for all printable characters, then looked up each entry from the validation data in the rainbow table.

If that route hadn’t been there, I don’t think I would have finished this one in time.

]]>