<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Forensics on Adamino CTF Writeups</title><link>https://ctf.adamino.dk/tags/forensics/</link><description>Recent content in Forensics on Adamino CTF Writeups</description><generator>Hugo</generator><language>en</language><copyright>Adamino 2023</copyright><lastBuildDate>Sun, 23 Aug 2026 15:30:00 +0100</lastBuildDate><atom:link href="https://ctf.adamino.dk/tags/forensics/index.xml" rel="self" type="application/rss+xml"/><item><title>ImageMagick</title><link>https://ctf.adamino.dk/tools/misc/imagemagick/</link><pubDate>Sun, 23 Aug 2026 15:30:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/misc/imagemagick/</guid><description>&lt;h1 id="imagemagick-command-line-image-surgery"&gt;ImageMagick: Command-Line Image Surgery&lt;a href="#imagemagick-command-line-image-surgery" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://imagemagick.org/"&gt;ImageMagick&lt;/a&gt; is a scriptable image-manipulation toolkit — think Photoshop operations you can run from the terminal and loop over. In CTFs it earns its keep for the unglamorous but constant tasks: stitching image fragments back together, cropping a region out of a larger picture, converting formats, and flattening layers. No GUI, no clicking, fully reproducible.&lt;/p&gt;</description></item><item><title>binwalk</title><link>https://ctf.adamino.dk/tools/forensics/binwalk/</link><pubDate>Sun, 23 Aug 2026 15:15:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/forensics/binwalk/</guid><description>&lt;h1 id="binwalk-finding-whats-hidden-inside-a-file"&gt;binwalk: Finding What&amp;rsquo;s Hidden Inside a File&lt;a href="#binwalk-finding-whats-hidden-inside-a-file" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Files lie about where they end. A JPEG can have a ZIP archive glued to its tail, a firmware image is really a dozen filesystems stacked back-to-back, and a &amp;ldquo;picture&amp;rdquo; might be three files in a trenchcoat. &lt;a href="https://github.com/ReFirmLabs/binwalk"&gt;binwalk&lt;/a&gt; scans a file for the &lt;em&gt;signatures&lt;/em&gt; of other file formats embedded anywhere inside it, then extracts them. It&amp;rsquo;s the go-to tool for firmware analysis and for the classic &amp;ldquo;there&amp;rsquo;s more to this file than meets the eye&amp;rdquo; forensics/OSINT puzzle.&lt;/p&gt;</description></item><item><title>ExifTool</title><link>https://ctf.adamino.dk/tools/osint/exiftool/</link><pubDate>Sun, 23 Aug 2026 15:00:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/osint/exiftool/</guid><description>&lt;h1 id="exiftool-squeezing-metadata-out-of-files"&gt;ExifTool: Squeezing Metadata Out of Files&lt;a href="#exiftool-squeezing-metadata-out-of-files" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Every photo, PDF, and document carries a surprising amount of hidden metadata — camera model, software, timestamps, edit history, and, most usefully for OSINT, &lt;strong&gt;GPS coordinates&lt;/strong&gt;. &lt;a href="https://exiftool.org/"&gt;ExifTool&lt;/a&gt; by Phil Harvey is the definitive tool for reading (and writing) this metadata across essentially every file format that has any. In an OSINT or forensics challenge it&amp;rsquo;s usually the very first command you run, because the answer is often sitting in a tag the challenge author forgot to strip.&lt;/p&gt;</description></item><item><title>tshark &amp; Wireshark</title><link>https://ctf.adamino.dk/tools/forensics/tshark/</link><pubDate>Sun, 23 Aug 2026 14:45:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/forensics/tshark/</guid><description>&lt;h1 id="tshark--wireshark-reading-packet-captures"&gt;tshark &amp;amp; Wireshark: Reading Packet Captures&lt;a href="#tshark--wireshark-reading-packet-captures" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;When a forensics challenge hands you a &lt;code&gt;.pcap&lt;/code&gt; or &lt;code&gt;.pcapng&lt;/code&gt;, &lt;a href="https://www.wireshark.org/"&gt;Wireshark&lt;/a&gt; and its command-line sibling &lt;strong&gt;tshark&lt;/strong&gt; are how you turn a wall of packets into an answer. Wireshark&amp;rsquo;s GUI is unbeatable for exploring an unfamiliar capture; &lt;code&gt;tshark&lt;/code&gt; is unbeatable for extracting exactly the fields you need into a form you can script against. You&amp;rsquo;ll use both — GUI to find the needle, &lt;code&gt;tshark&lt;/code&gt; to pull it out in bulk.&lt;/p&gt;</description></item><item><title>Rubik's Cube</title><link>https://ctf.adamino.dk/brunner/forensics/2026/rubiks-cube/</link><pubDate>Sat, 22 Aug 2026 21:34:01 +0200</pubDate><guid>https://ctf.adamino.dk/brunner/forensics/2026/rubiks-cube/</guid><description>&lt;p&gt;&lt;strong&gt;Challenge Name:&lt;/strong&gt; forensics_rubiks-cube&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Forensics&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Difficulty:&lt;/strong&gt; Medium&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Author:&lt;/strong&gt; Vincent&lt;/p&gt;
&lt;h2 id="challenge-description"&gt;Challenge Description&lt;a href="#challenge-description" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Our coworker just got a new Rubik&amp;rsquo;s Cube and it is driving everyone in the office crazy. But more importantly, it is decreasing their productivity and thereby shareholder value.&lt;/p&gt;</description></item><item><title>Nissrensics: Lykke(h)julet</title><link>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-lykkehjulet/</link><pubDate>Thu, 11 Dec 2025 21:40:00 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-lykkehjulet/</guid><description>&lt;h2 id="challenge-name"&gt;Challenge Name:&lt;a href="#challenge-name" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Nissrensics: Lykke(h)julet&lt;/p&gt;
&lt;h2 id="category"&gt;Category:&lt;a href="#category" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Forensics&lt;/p&gt;</description></item><item><title>Nissrensics: Forkromet Mellemgasfordeler</title><link>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-forkromet-mellemgasfordeler/</link><pubDate>Thu, 11 Dec 2025 21:30:00 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-forkromet-mellemgasfordeler/</guid><description>&lt;h2 id="challenge-name"&gt;Challenge Name:&lt;a href="#challenge-name" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Nissrensics: Forkromet Mellemgasfordeler&lt;/p&gt;
&lt;h2 id="category"&gt;Category:&lt;a href="#category" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Forensics&lt;/p&gt;</description></item><item><title>Nissrensics: Mørkets Dal</title><link>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-m%C3%B8rkets-dal/</link><pubDate>Thu, 11 Dec 2025 21:20:00 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-m%C3%B8rkets-dal/</guid><description>&lt;h2 id="challenge-name"&gt;Challenge Name:&lt;a href="#challenge-name" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Nissrensics: Mørkets Dal&lt;/p&gt;
&lt;h2 id="category"&gt;Category:&lt;a href="#category" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Forensics&lt;/p&gt;</description></item><item><title>Nissrensics: Ræv og Nøgler</title><link>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-r%C3%A6v-og-n%C3%B8gler/</link><pubDate>Thu, 11 Dec 2025 21:10:00 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-r%C3%A6v-og-n%C3%B8gler/</guid><description>&lt;h2 id="challenge-name"&gt;Challenge Name:&lt;a href="#challenge-name" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Nissrensics: Ræv og Nøgler&lt;/p&gt;
&lt;h2 id="category"&gt;Category:&lt;a href="#category" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Forensics&lt;/p&gt;</description></item><item><title>Nissrensics: Vandrestien</title><link>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-vandrestien/</link><pubDate>Thu, 11 Dec 2025 21:00:00 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/forensics/2025/nissrensics-vandrestien/</guid><description>&lt;h2 id="challenge-name"&gt;Challenge Name:&lt;a href="#challenge-name" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Nissrensics: Vandrestien&lt;/p&gt;
&lt;h2 id="category"&gt;Category:&lt;a href="#category" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Forensics&lt;/p&gt;</description></item></channel></rss>