<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>deadface on d3bo</title><link>/ctf/deadface/</link><description>Recent content in deadface on d3bo</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright (c) 2025 Hyas</copyright><lastBuildDate>Mon, 08 Jan 2024 12:16:22 +0100</lastBuildDate><atom:link href="/ctf/deadface/index.xml" rel="self" type="application/rss+xml"/><item><title>Echo Chamber</title><link>/ctf/deadface/echo_chamber-/</link><pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate><guid>/ctf/deadface/echo_chamber-/</guid><description>#!/usr/bin/env python3 from pwn import * HOST = &amp;#34;echochamber.deadface.io&amp;#34; # Remote host IP PORT = 13337 # Remote port def conn(): p = remote(HOST, PORT) return p def main(): p = conn() # Establish connection to target p.</description></item><item><title>Haunted Library</title><link>/ctf/deadface/hauntedlibrary/</link><pubDate>Fri, 31 Oct 2025 00:00:00 +0000</pubDate><guid>/ctf/deadface/hauntedlibrary/</guid><description>#!/usr/bin/env python3 from pwn import * e = ELF(&amp;#34;./hauntedlibrary_patched&amp;#34;) libc = ELF(&amp;#34;./libc.so.6&amp;#34;) ld = ELF(&amp;#34;./ld-linux-x86-64.so.2&amp;#34;) context.binary = e # Set the target binary for pwntools context.</description></item><item><title>Locked Out</title><link>/ctf/deadface/lockpick/</link><pubDate>Thu, 30 Oct 2025 00:00:00 +0000</pubDate><guid>/ctf/deadface/lockpick/</guid><description>#!/usr/bin/env python3 from pwn import * e = ELF(&amp;#34;./lockpick_patched&amp;#34;) context.binary = e # Set the target binary for pwntools context.terminal = [&amp;#34;kitty&amp;#34;, &amp;#34;-e&amp;#34;] # Terminal to use for GDB debugging HOST = &amp;#34;lockpick.</description></item></channel></rss>