<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>0x80</title>
	<atom:link href="http://0x80.org/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://0x80.org/blog</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 23:32:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Tmux Xmonad and HHKB</title>
		<link>http://0x80.org/blog/?p=670</link>
		<comments>http://0x80.org/blog/?p=670#comments</comments>
		<pubDate>Sat, 21 Apr 2012 12:27:57 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=670</guid>
		<description><![CDATA[* Terminal Multiplexer
I used screen for a really long time, but then I descovered tmux which is activiely developed not like screen which it&#8217;s development kind of stopped. I don&#8217;t really use tmux&#8217;s features that aren&#8217;t available in screen much. I just wanted to move to something newer and activily  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=670</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs, the awesome editor!</title>
		<link>http://0x80.org/blog/?p=657</link>
		<comments>http://0x80.org/blog/?p=657#comments</comments>
		<pubDate>Wed, 07 Mar 2012 02:50:34 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=657</guid>
		<description><![CDATA[
Emacs is a very old editor, and most of the people think it&#8217;s hard to use or to move to. They might be right, but it worth the time and it will show how beneficial the move is when you get used to the editor. I will not explain how to use Emacs, but I&#8217;ll show some plugins and will link who ever  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=657</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sniffing Whatsapp</title>
		<link>http://0x80.org/blog/?p=652</link>
		<comments>http://0x80.org/blog/?p=652#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:07:18 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=652</guid>
		<description><![CDATA[WhatsAPP is a cross-platform app for phones that is used by thousands of people around the world, I&#8217;ve used it couple times, but not anymore, not when I knew it transfers almost everything in plaintext and rarely uses HTTPS only for changing status and in the registration process (?). I decided to  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=652</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Linux and File descriptors leakage</title>
		<link>http://0x80.org/blog/?p=640</link>
		<comments>http://0x80.org/blog/?p=640#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:13:42 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[exploit]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=640</guid>
		<description><![CDATA[When a process opens a file it creates a file descriptor which can be found at /proc/PID/fd/ these file descriptors are integers that goes as follow.
0 -&#62; stdin
1 -&#62; stdout
2 -&#62; stderr
and any extra file descriptor opened will take the next number 3,4,..etc. The file descriptor can be socket,  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=640</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zsh &gt; bash</title>
		<link>http://0x80.org/blog/?p=610</link>
		<comments>http://0x80.org/blog/?p=610#comments</comments>
		<pubDate>Sun, 23 Oct 2011 04:36:53 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=610</guid>
		<description><![CDATA[
After using bash for many years I finally decided to move to zsh forever! It&#8217;s pure amazing compared to all the shells out there. If you&#8217;re searching for a nice zshrc to start with try this http://grml.org/zsh/. Also, this link contain a summary of some of the awesome features zsh have. Other  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=610</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Badchars and dealing with them</title>
		<link>http://0x80.org/blog/?p=590</link>
		<comments>http://0x80.org/blog/?p=590#comments</comments>
		<pubDate>Thu, 01 Sep 2011 03:28:17 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=590</guid>
		<description><![CDATA[
While surfing the wild internets I found a vulnerable server on corelan&#8217;s.be website he wrote to write a tutorial about exploitation on windows. It can be found here. Anyway, I decided to take that code and write a function to uppercase the received buffer just to make it more challenging :D. The  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=590</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solarftp v2.1.2 BOF MSF module</title>
		<link>http://0x80.org/blog/?p=569</link>
		<comments>http://0x80.org/blog/?p=569#comments</comments>
		<pubDate>Thu, 18 Aug 2011 23:24:37 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=569</guid>
		<description><![CDATA[
I have ported the exploit discussed on the previous post to metasploit framework. It&#8217;s more stable than the python code for sure, and it&#8217;s universal on all windows XP due the use of a jmp eax from sfsweb.dll which ships with solarftp. Also, some tiny changes have been added to the skeleton of the  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=569</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solarftp 2.1.2 patched or not ?</title>
		<link>http://0x80.org/blog/?p=545</link>
		<comments>http://0x80.org/blog/?p=545#comments</comments>
		<pubDate>Wed, 17 Aug 2011 16:52:12 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=545</guid>
		<description><![CDATA[
Continuing on exploit-db found a remote exploit on solarftp v2.1.1 PASV command POC. So I decided to give the vendor&#8217;s website a visit and see if they patched this issue. They&#8217;ve released v2.1.2 and patched both a vulnerability in PASV and USER commands which causes a &#8216;crash&#8217; they say. Here&#8217;s the  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=545</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BisonFTP Server </title>
		<link>http://0x80.org/blog/?p=527</link>
		<comments>http://0x80.org/blog/?p=527#comments</comments>
		<pubDate>Mon, 15 Aug 2011 23:13:31 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=527</guid>
		<description><![CDATA[I went to exploit-db and found this remote-exploit on an ftp server called BisonFTP so I decided to check it out and exploit it &#8216;On a windows XP SP2&#8242; . The app can be downloaded from here. Anyway, after installing the application and fuzzing it. I&#8217;ve created this simple code to figure out what is  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=527</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>N00k!</title>
		<link>http://0x80.org/blog/?p=522</link>
		<comments>http://0x80.org/blog/?p=522#comments</comments>
		<pubDate>Mon, 15 Aug 2011 06:02:44 +0000</pubDate>
		<dc:creator>Qnix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://0x80.org/blog/?p=522</guid>
		<description><![CDATA[Since the university is starting soon, and I&#8217;ll be back to studying stuff that are most probably !@#$ boring. I  bought what called Nook which is kind of a PDA with the Elink monitor that stores PDF files &#8216;to be read&#8217;. Really awesome. I&#8217;ve loaded it with many books related to security, social  [...]]]></description>
		<wfw:commentRss>http://0x80.org/blog/?feed=rss2&#038;p=522</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

