<?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>SnipL0g &#187; socket</title>
	<atom:link href="http://snippet.c0de.me/tag/socket/feed/" rel="self" type="application/rss+xml" />
	<link>http://snippet.c0de.me</link>
	<description>code snippet web log</description>
	<lastBuildDate>Tue, 29 Jun 2010 00:09:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ruby &#8211; Simple Port Scanner</title>
		<link>http://snippet.c0de.me/2010/01/07/ruby-simple-port-scanner/</link>
		<comments>http://snippet.c0de.me/2010/01/07/ruby-simple-port-scanner/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:21:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[argument]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command line argument]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[port scanner]]></category>
		<category><![CDATA[portscanner]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[socket]]></category>

		<guid isPermaLink="false">http://snippet.c0de.me/?p=253</guid>
		<description><![CDATA[Author: slac3dork Site: http://snippet.c0de.me Summary: Simple Port Scanner Using Ruby. Tested on Linux. Thanks to someone who&#8217;s inspired me to create this script. I forget the name my inspirator, sorry. Usage: ruby port_scanner.rb &#60;target&#62; &#60;startPort&#62; &#60;endPort&#62; #!/usb/bin/ruby # _________ .__ .____ _______ # / _____/ ____ &#124;__&#124;_____ &#124; &#124; \ _ \ ____ # \_____ [...]]]></description>
		<wfw:commentRss>http://snippet.c0de.me/2010/01/07/ruby-simple-port-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python &#8211; Hello World Client</title>
		<link>http://snippet.c0de.me/2009/09/10/python-hello-world-client/</link>
		<comments>http://snippet.c0de.me/2009/09/10/python-hello-world-client/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 17:58:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[socket]]></category>

		<guid isPermaLink="false">http://snippet.c0de.me/?p=195</guid>
		<description><![CDATA[Author: slac3dork Site: http://snippet.c0de.me Summary: Simple client which initiate connection on port 3000 at localhost. Tested on Linux. Usage: You need helloworld-server to process helloworld-client request #!/usr/bin/python # # _________ .__ .____ _______ # / _____/ ____ &#124;__&#124;_____ &#124; &#124; \ _ \ ____ # \_____ \ / \&#124; \____ \&#124; &#124; / /_\ \ [...]]]></description>
		<wfw:commentRss>http://snippet.c0de.me/2009/09/10/python-hello-world-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python &#8211; Hello World Server</title>
		<link>http://snippet.c0de.me/2009/09/10/python-hello-world-server/</link>
		<comments>http://snippet.c0de.me/2009/09/10/python-hello-world-server/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 17:53:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[socket]]></category>

		<guid isPermaLink="false">http://snippet.c0de.me/?p=191</guid>
		<description><![CDATA[Author: slac3dork Site: http://snippet.c0de.me Summary: Simple server which listen on port 3000 at localhost. Tested on Linux. Usage: You need helloworld-client to initiate connection and get response from hello world server. #!/usr/bin/python # # _________ .__ .____ _______ # / _____/ ____ &#124;__&#124;_____ &#124; &#124; \ _ \ ____ # \_____ \ / \&#124; \____ [...]]]></description>
		<wfw:commentRss>http://snippet.c0de.me/2009/09/10/python-hello-world-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
