<?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>Suroboy&#039;s Blog &#187; Security</title>
	<atom:link href="http://www.suroboy.com/blog/tag/security/feed" rel="self" type="application/rss+xml" />
	<link>http://www.suroboy.com/blog</link>
	<description>News, Reviews, Gadget Database</description>
	<lastBuildDate>Tue, 27 Jul 2010 08:04:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Tutorial TCPdump</title>
		<link>http://www.suroboy.com/blog/tutorial-tcpdump.htm</link>
		<comments>http://www.suroboy.com/blog/tutorial-tcpdump.htm#comments</comments>
		<pubDate>Fri, 04 Sep 2009 01:22:06 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=54</guid>
		<description><![CDATA[TCPdump is a very powerful command line interface packet sniffer. 1. Install TCPDUMP - To install TCPdump : #apt-get install tcpdump - To see the TCPdump dependencies: #apt-cache depends tcpdump tcpdump Depends: libc6 Depends: libpcap0.8 Depends: libssl0.9.8 - To see the installed TCPdump version: # apt-cache policy tcpdump tcpdump: Installed: 3.9.5-2etch1 Candidate: 3.9.5-2etch1 Version Table: [...]<p><a href="http://www.suroboy.com/blog/tutorial-tcpdump.htm">Tutorial TCPdump</a> is a post from: <a href="http://www.suroboy.com/blog">Suroboy&#039;s Blog</a></p>
]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/tutorial-tcpdump.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protect a Directory on Your Website with htaccess and htpasswd</title>
		<link>http://www.suroboy.com/blog/protect-a-directory-on-your-website-with-htaccess-and-htpasswd.htm</link>
		<comments>http://www.suroboy.com/blog/protect-a-directory-on-your-website-with-htaccess-and-htpasswd.htm#comments</comments>
		<pubDate>Sat, 29 Aug 2009 08:21:45 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=52</guid>
		<description><![CDATA[htaccess is a way to password protect directories. It can also be used to give user or group specific access to directories. This guide will tell you how to setup apache for htaccess and to set up basic protection. Let’s begin. Open up /etc/apache2/sites-available/default # vim /etc/apache2/sites-available/default find the lines that look like the following: [...]<p><a href="http://www.suroboy.com/blog/protect-a-directory-on-your-website-with-htaccess-and-htpasswd.htm">Protect a Directory on Your Website with htaccess and htpasswd</a> is a post from: <a href="http://www.suroboy.com/blog">Suroboy&#039;s Blog</a></p>
]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/protect-a-directory-on-your-website-with-htaccess-and-htpasswd.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minicom Tutorial</title>
		<link>http://www.suroboy.com/blog/minicom-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/minicom-tutorial.htm#comments</comments>
		<pubDate>Fri, 28 Aug 2009 08:10:29 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=49</guid>
		<description><![CDATA[Minicom is a serial communication program to access a network or security device through its console port. This tool is similar to Hyper Terminal, which is by default available on a Microsoft Windows system. Let’s install Minicom: #apt-get install minicom Check if you have active serial ports: #dmesg &#124; grep tty serial8250: ttyS0 at I/O [...]<p><a href="http://www.suroboy.com/blog/minicom-tutorial.htm">Minicom Tutorial</a> is a post from: <a href="http://www.suroboy.com/blog">Suroboy&#039;s Blog</a></p>
]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/minicom-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knocker Tutorial</title>
		<link>http://www.suroboy.com/blog/knocker-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/knocker-tutorial.htm#comments</comments>
		<pubDate>Tue, 18 Aug 2009 01:01:50 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=22</guid>
		<description><![CDATA[Knocker is a new, simple, and easy to use TCP security port scanner written in C, using threads. It is able to analyze hosts and the network services which are running on them. Install knocker #apt-get install knocker Now you need to run this program with the following command #knocker -H 192.168.0.1 -SP 1 -EP [...]<p><a href="http://www.suroboy.com/blog/knocker-tutorial.htm">Knocker Tutorial</a> is a post from: <a href="http://www.suroboy.com/blog">Suroboy&#039;s Blog</a></p>
]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/knocker-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
