<?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>hackosis.com &#187; security</title>
	<atom:link href="http://www.hackosis.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackosis.com</link>
	<description>The Hackology Of The Hacked.</description>
	<lastBuildDate>Wed, 03 Mar 2010 19:34:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Brute Force Calculation Spreadsheet</title>
		<link>http://www.hackosis.com/brute-force-calculation-spreadsheet/</link>
		<comments>http://www.hackosis.com/brute-force-calculation-spreadsheet/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:51:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=84</guid>
		<description><![CDATA[Mandylion Research Labs have published a bruteforce attack time estimator that predicts how long it would take to crack a password. It's in Microsoft Excel format and what you should do is enter variations in the numbers of uppercase and lowercase letters, numbers and special characters, to get a feel for how long an evil hacker would probably take to crack your credentials.]]></description>
		<wfw:commentRss>http://www.hackosis.com/brute-force-calculation-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple .htaccess Intrusion Detection System</title>
		<link>http://www.hackosis.com/simple-htaccess-intrusion-detection-system/</link>
		<comments>http://www.hackosis.com/simple-htaccess-intrusion-detection-system/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:37:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=81</guid>
		<description><![CDATA[The following addirions to your ,htaccess file will protect you against common URL encoding attacks such as SQL injection, white space, javascript, etc and redirects the URL to log.php. Log.php will then alert you via email.]]></description>
		<wfw:commentRss>http://www.hackosis.com/simple-htaccess-intrusion-detection-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Securely Delete Files In Linux</title>
		<link>http://www.hackosis.com/how-to-securely-delete-files-in-linux/</link>
		<comments>http://www.hackosis.com/how-to-securely-delete-files-in-linux/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 12:55:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=78</guid>
		<description><![CDATA[If you are using a file system such as EXT3, ReiserFS, JFS, or XFS you cannot securely delete your files without using an encrypted file system. These are what is known as journaling file systems and they record all changes that occur in your files. Every record insertion/deletion/update is logged. This replication of data is useful for disaster recovery, however, it means that even if you delete a file, there is still a record of it in your system.]]></description>
		<wfw:commentRss>http://www.hackosis.com/how-to-securely-delete-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Ways To Secure Your Wordpress Install</title>
		<link>http://www.hackosis.com/10-ways-to-secure-your-wordpress-install/</link>
		<comments>http://www.hackosis.com/10-ways-to-secure-your-wordpress-install/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 08:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=61</guid>
		<description><![CDATA[Getting your Wordpress blog hacked is a big humiliation. Fortunately, there are ways to protect your blog from malicious attacks, and they are all easy to implement.]]></description>
		<wfw:commentRss>http://www.hackosis.com/10-ways-to-secure-your-wordpress-install/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brute Force Attack</title>
		<link>http://www.hackosis.com/brute-force-attack/</link>
		<comments>http://www.hackosis.com/brute-force-attack/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 09:32:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hackosis.com/?p=15</guid>
		<description><![CDATA[In the context of computer security, a brute force attack is a particular strategy used to break your lovingly crafted password. This is the most widely used method of cracking passwords and it involves running through all the possible permutations of keys until the correct key is found. For example, if your password is 2 characters long and consists of letters and numbers - and is case sensitive, then a brute force attacj would see a potential 3,844 different "guesses" at your password. This is because:]]></description>
		<wfw:commentRss>http://www.hackosis.com/brute-force-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
