<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Csaw on blag</title><link>https://blog.beford.org/tags/csaw/</link><description>Recent content in Csaw on blag</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 18 Oct 2011 11:33:49 +0000</lastBuildDate><atom:link href="https://blog.beford.org/tags/csaw/index.xml" rel="self" type="application/rss+xml"/><item><title>CSAW 2011 - Reversing - Python 200</title><link>https://blog.beford.org/2011/09/26/csaw-2011-reversing-python-200/</link><pubDate>Mon, 26 Sep 2011 06:43:41 +0000</pubDate><guid>https://blog.beford.org/2011/09/26/csaw-2011-reversing-python-200/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Python - 200 Points&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;nc csawctf.poly.edu 53080&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When we connected to the port it was running a service Haderper:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;-----------------------------
| Welcome to Haderper! |
| Please enter your command |
-----------------------------
&amp;gt; help
Haderper v0.1-alpha
Command help:
help - this screen
exec - execute a command
derp - derp a string
underp - underp a string
logout/exit - disconnect
&amp;gt; derp hi
UydoaScKcDAKLg==
&amp;gt; underp UydoaScKcDAKLg==
hi
&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If we decode the base64 string we can see that it looks like a Pickle dump file:&lt;/p&gt;</description></item></channel></rss>