<?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/categories/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:15:00 +0100</lastBuildDate><atom:link href="https://ctf.adamino.dk/categories/forensics/index.xml" rel="self" type="application/rss+xml"/><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>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><item><title>Makulatoren</title><link>https://ctf.adamino.dk/nc3/forensics/2025/makulatoren/</link><pubDate>Fri, 05 Dec 2025 10:00:57 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/forensics/2025/makulatoren/</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;Makulatoren&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>Det store nissehack: Alternativ Kodedeling</title><link>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-alternativ-kodedeling/</link><pubDate>Tue, 17 Dec 2024 18:40:25 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-alternativ-kodedeling/</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;Det store nissehack: Alternativ Kodedeling&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;Det store nissehack&lt;/p&gt;</description></item><item><title>Det store nissehack: Gerningsgnomens Afsløring</title><link>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-gerningsgnomens-afsloering/</link><pubDate>Tue, 17 Dec 2024 18:40:25 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-gerningsgnomens-afsloering/</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;Det store nissehack: Gerningsgnomens Afsløring&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;Det store nissehack&lt;/p&gt;</description></item><item><title>Det store nissehack: Serverskjulet</title><link>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-serverskjulet/</link><pubDate>Tue, 17 Dec 2024 18:40:25 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-serverskjulet/</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;Det store nissehack: Serverskjulet&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;Det store nissehack&lt;/p&gt;</description></item><item><title>Det store nissehack: Ondsindede Loginforsøg</title><link>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-ondsindede-loginfors%C3%B8g/</link><pubDate>Tue, 17 Dec 2024 18:39:25 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/det-store-nissehack/2024/det-store-nissehack-ondsindede-loginfors%C3%B8g/</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;Det store nissehack: Ondsindede Loginforsøg&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;Det store nissehack&lt;/p&gt;</description></item></channel></rss>