<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>shellcode on d3bo</title><link>/tags/shellcode/</link><description>Recent content in shellcode on d3bo</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright (c) 2025 Hyas</copyright><lastBuildDate>Tue, 16 Jul 2024 00:00:00 +0000</lastBuildDate><atom:link href="/tags/shellcode/index.xml" rel="self" type="application/rss+xml"/><item><title>Execute</title><link>/ctf/htb-ctf/execute/</link><pubDate>Tue, 16 Jul 2024 00:00:00 +0000</pubDate><guid>/ctf/htb-ctf/execute/</guid><description>#!/usr/bin/env python3 from pwn import * e = ELF(&amp;#34;./execute_patched&amp;#34;) HOST = &amp;#34;83.136.249.253&amp;#34; PORT = 56508 context.binary = e context.terminal = [&amp;#39;tmux&amp;#39;, &amp;#39;splitw&amp;#39;, &amp;#39;-h&amp;#39;] gdb_script = &amp;#39;&amp;#39;&amp;#39; b main continue &amp;#39;&amp;#39;&amp;#39; def conn(): if args.</description></item></channel></rss>