<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TribeCTF 2024 Write-ups on TribeCTF 2026</title><link>http://tribectf.cs.wm.edu/writeups/2024/</link><description>Recent content in TribeCTF 2024 Write-ups on TribeCTF 2026</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 04 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://tribectf.cs.wm.edu/writeups/2024/index.xml" rel="self" type="application/rss+xml"/><item><title>Open Sesame</title><link>http://tribectf.cs.wm.edu/writeups/2024/open-sesame/</link><pubDate>Mon, 04 Nov 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/open-sesame/</guid><description>This challenge named Open Sesame was a basic reverse engineering challenge that involved file formats and basic ELF reversing.
To start you are given a file named open_sesame.wav, however it is not what it appears. By first running file on the binary we can see it is in fact not a WAV file. This is a common trick to hide and obfuscate files as file extensions really mean nothing unless you are on Windows.</description></item><item><title>Old School</title><link>http://tribectf.cs.wm.edu/writeups/2024/old-school/</link><pubDate>Sun, 03 Nov 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/old-school/</guid><description>This challenge named Old School is a nod back to the old days NES. In this challenge you are given 2 files альфа and Жнец.bin.
Jumping straight into the challenge the first thing we can do is use the file command to try and see what kind of files we are dealing with.
❯ file альфа альфа: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2970d4e8f12c7fffc8af9ef296dd4f2877d82226, for GNU/Linux 3.</description></item><item><title>Back In Time</title><link>http://tribectf.cs.wm.edu/writeups/2024/back-in-time/</link><pubDate>Sat, 02 Nov 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/back-in-time/</guid><description>This challenge named Back In Time was one of the easier challenges in the Forensics category. For this challenge, you were given a single file BackInTime.zip.
After unzipping the file and taking a look at it, we can see that there is a single directory named src_repo. If we enter into this repo, we can see many different folder, one of which is named .git. This indicates that we are looking at a git repo and this challenge is likely some kind of git forensics challenge.</description></item><item><title>Crown Jewel</title><link>http://tribectf.cs.wm.edu/writeups/2024/crown-jewel/</link><pubDate>Sat, 02 Nov 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/crown-jewel/</guid><description>This challenge named Crown Jewel was one of the easier challenges in the Forensics category. For this challenge, you were given a single file ISC4.png.
Upon first glance, this file would look completely normal, however, for those experienced with image forensics or a quick google search would likely tell you this is some kind of steganography challenge.
Doing a quick google search of steg online you can come across the following website https://www.</description></item><item><title>Brickworks</title><link>http://tribectf.cs.wm.edu/writeups/2024/brickworks/</link><pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/brickworks/</guid><description>Write-up coming soon!</description></item><item><title>Griffin's Location</title><link>http://tribectf.cs.wm.edu/writeups/2024/griffins-location/</link><pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/griffins-location/</guid><description>Write-up coming soon!</description></item><item><title>Griffin's Treasure</title><link>http://tribectf.cs.wm.edu/writeups/2024/griffins-treasure/</link><pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/griffins-treasure/</guid><description>Write-up coming soon!</description></item><item><title>Lang Syne Labyrinth</title><link>http://tribectf.cs.wm.edu/writeups/2024/lang-syne-labyrinth/</link><pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/lang-syne-labyrinth/</guid><description>Write-up coming soon!</description></item><item><title>The First Flag</title><link>http://tribectf.cs.wm.edu/writeups/2024/the-first-flag/</link><pubDate>Wed, 23 Oct 2024 00:00:00 +0000</pubDate><guid>http://tribectf.cs.wm.edu/writeups/2024/the-first-flag/</guid><description>The first flag was hidden in plain sight. The instruction pointed you to the rules page.
You had to look up the source from the browser, and search for flag. You would end up getting this snippet.
&amp;lt;div style=display:none&amp;gt;Hint: Decode me to find the flag format! dHJpYmVjdGZ7eW91cl9mbGFnX2hlcmV9 &amp;lt;/div&amp;gt; You could then use any Base64 decoder to get the flag format.</description></item></channel></rss>