<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Adamino CTF Writeups</title><link>https://ctf.adamino.dk/tags/python/</link><description>Recent content in Python on Adamino CTF Writeups</description><generator>Hugo</generator><language>en</language><copyright>Adamino 2023</copyright><lastBuildDate>Sun, 23 Aug 2026 14:00:00 +0100</lastBuildDate><atom:link href="https://ctf.adamino.dk/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>pwntools &amp; checksec</title><link>https://ctf.adamino.dk/tools/pwn/pwntools/</link><pubDate>Sun, 23 Aug 2026 14:00:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/pwn/pwntools/</guid><description>&lt;h1 id="pwntools--checksec-the-binary-exploitation-workbench"&gt;pwntools &amp;amp; checksec: The Binary Exploitation Workbench&lt;a href="#pwntools--checksec-the-binary-exploitation-workbench" 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;If you do any amount of binary exploitation, &lt;a href="https://github.com/Gallopsled/pwntools"&gt;pwntools&lt;/a&gt; is the library that turns a fiddly, error-prone process into a few readable lines of Python. It handles the plumbing — spawning the target, talking to it over a socket, packing addresses into the right byte order, parsing leaked pointers — so you can spend your brain on the actual bug. &lt;code&gt;checksec&lt;/code&gt;, which ships alongside it, is the thirty-second triage you run &lt;em&gt;first&lt;/em&gt; on every binary to know what you&amp;rsquo;re up against.&lt;/p&gt;</description></item><item><title>Copy files to and from victim</title><link>https://ctf.adamino.dk/tools/foothold/copy-files/</link><pubDate>Mon, 15 Dec 2025 20:51:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/foothold/copy-files/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;a href="#introduction" 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;Transferring files to and from a compromised target is a fundamental skill in penetration testing and CTF challenges. Whether you need to upload enumeration scripts, exfiltrate data, or transfer exploits, understanding multiple file transfer techniques is crucial for different scenarios and target configurations.&lt;/p&gt;</description></item></channel></rss>