<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Misc on Adamino CTF Writeups</title><link>https://ctf.adamino.dk/categories/misc/</link><description>Recent content in Misc 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/categories/misc/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>Magic or Not</title><link>https://ctf.adamino.dk/brunner/misc/2026/magic-or-not/</link><pubDate>Sat, 22 Aug 2026 20:13:04 +0200</pubDate><guid>https://ctf.adamino.dk/brunner/misc/2026/magic-or-not/</guid><description>&lt;p&gt;&lt;strong&gt;Challenge Name:&lt;/strong&gt; misc_magic-or-not&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Misc&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Difficulty:&lt;/strong&gt; Easy&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Author:&lt;/strong&gt; H4N5&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;As an intern at Brunner Corporation, I developed a cutting-edge image obfuscation algorithm, designed to hide sensitive image data.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m confident it&amp;rsquo;s secure, but the security team isn&amp;rsquo;t convinced. They believe custom cryptography always hides a flaw.&lt;/p&gt;</description></item><item><title>Pretty Hostnames with /etc/hosts</title><link>https://ctf.adamino.dk/tools/misc/etc-hosts/</link><pubDate>Sun, 07 Dec 2025 20:22:53 +0100</pubDate><guid>https://ctf.adamino.dk/tools/misc/etc-hosts/</guid><description>&lt;p&gt;When attacking or enumerating a target, typing raw IPs everywhere is clunky and error-prone. A simple, built-in trick is to use &lt;code&gt;/etc/hosts&lt;/code&gt; to map an IP address to a friendly hostname so your tools, browser, and shell can use a memorable name.&lt;/p&gt;
&lt;p&gt;Example mapping:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;10.82.186.54 cybershield.nc3
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This lets you visit &lt;code&gt;http://cybershield.nc3&lt;/code&gt; in your browser, curl &lt;code&gt;cybershield.nc3&lt;/code&gt;, and point tools at the hostname instead of the IP.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What /etc/hosts Does&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Local override: Maps hostnames to IPs before DNS is queried.&lt;/li&gt;
&lt;li&gt;Zero dependencies: No DNS server required; works offline.&lt;/li&gt;
&lt;li&gt;System-wide: Applies to all applications on the machine.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;How to Add an Entry (macOS/Linux)&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Aflytning: keyboard warrior</title><link>https://ctf.adamino.dk/nc3/misc/2023/aflytning-keyboard-warrior/</link><pubDate>Sun, 17 Dec 2023 20:37:16 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/misc/2023/aflytning-keyboard-warrior/</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;Aflytning: keyboard warrior&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;Misc&lt;/p&gt;</description></item><item><title>In My Prime</title><link>https://ctf.adamino.dk/nc3/misc/2023/in-my-prime/</link><pubDate>Sun, 17 Dec 2023 20:37:16 +0100</pubDate><guid>https://ctf.adamino.dk/nc3/misc/2023/in-my-prime/</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;In My Prime&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;Misc&lt;/p&gt;</description></item></channel></rss>