<?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>Jannich Brendle&#039;s blog &#187; security</title>
	<atom:link href="http://bredsaal.dk/tag/security/feed" rel="self" type="application/rss+xml" />
	<link>http://bredsaal.dk</link>
	<description>My name is Jannich - I blog!</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:54:52 +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>Running fsfuzzer 0.7 on Ubuntu or Debian</title>
		<link>http://bredsaal.dk/running-fsfuzzer-0-7-on-ubuntu-or-debian</link>
		<comments>http://bredsaal.dk/running-fsfuzzer-0-7-on-ubuntu-or-debian#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:43:50 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fuzzing]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=983</guid>
		<description><![CDATA[fsfuzzer is a filesystem fuzzer tool that does stress testing of various filesystems in a reproducible and logged way. This tool creates initial valid filesystem images and then manipulates their binary format and structure for detecting flaws/bugs/design problems in the parsing/handling code for that particular filesystem. To install and run fsfuzzer on ubuntu or debian, [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/running-fsfuzzer-0-7-on-ubuntu-or-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing HTTP AntiVirus Proxy (HAVP) to protect your computers from viruses</title>
		<link>http://bredsaal.dk/installing-http-antivirus-proxy-hav-to-protect-your-computers-from-viruses</link>
		<comments>http://bredsaal.dk/installing-http-antivirus-proxy-hav-to-protect-your-computers-from-viruses#comments</comments>
		<pubDate>Tue, 15 Jun 2010 12:13:18 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=979</guid>
		<description><![CDATA[Protecting your (windows) computers from viruses online is more important now than ever. That&#8217;s why the folks at server-side.de have developed HAVP, which is a proxy server that continuously scan incoming traffic for known viruses. It uses ClamAV, which is an open-source anti-virus toolkit for UNIX-like operating systems. ClamAV is designed for scanning emails for [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/installing-http-antivirus-proxy-hav-to-protect-your-computers-from-viruses/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a self-signed certificate with Lighttpd</title>
		<link>http://bredsaal.dk/using-a-self-signed-certificate-with-lighttpd</link>
		<comments>http://bredsaal.dk/using-a-self-signed-certificate-with-lighttpd#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:32:14 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=962</guid>
		<description><![CDATA[To increase security a bit on my blog when using public networks such as those at libraries, I decided to create a self-signed certificate for the administration part of my wordpress installation, and I figured that I might as well write down the procedure here. Of course all of bredsaal.dk is secured by SSL, not [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/using-a-self-signed-certificate-with-lighttpd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running skipfish on Ubuntu 10.04</title>
		<link>http://bredsaal.dk/running-skipfish-on-ubuntu-10-04</link>
		<comments>http://bredsaal.dk/running-skipfish-on-ubuntu-10-04#comments</comments>
		<pubDate>Sat, 22 May 2010 10:40:38 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=942</guid>
		<description><![CDATA[Some time ago, Google announced that they had developed and released a security testing tool called skipfish. Running this on debian or ubuntu is quite simple. Open a terminal and type in the following: sudo apt-get install libssl-dev zlib1g-dev libidn11-dev build-essential wget http://skipfish.googlecode.com/files/skipfish-1.34b.tgz tar xzf skipfish-1.34b.tgz make Now you are ready to test your web [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/running-skipfish-on-ubuntu-10-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving randomness and entropy in ubuntu 9.10</title>
		<link>http://bredsaal.dk/improving-randomness-and-entropy-in-ubuntu-9-10</link>
		<comments>http://bredsaal.dk/improving-randomness-and-entropy-in-ubuntu-9-10#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:59:44 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[randomness]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=555</guid>
		<description><![CDATA[Some time ago I read about random numbers and the linux kernel. The problem was (and still is) that the linux kernel uses things like network activity and keyboard/mouse interrupts to gather entropy for its random number generator. So.. What is entropy? Entropy is a measure of the uncertainty associated with a random variable. This [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/improving-randomness-and-entropy-in-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Backtrack 4 final released</title>
		<link>http://bredsaal.dk/backtrack-4-final-released</link>
		<comments>http://bredsaal.dk/backtrack-4-final-released#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:23:53 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=488</guid>
		<description><![CDATA[Yeeehaaaa! I just read on the full disclousure mailing list that backtrack 4 final has been released! And with the release, a new website for the project is also up: http://www.backtrack-linux.org/. If you&#8217;re into computer security, I suggest that you download backtrack 4 final from torrent, as per the text in the mail: The downloads [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/backtrack-4-final-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing configure.php for oscommerce on one.com</title>
		<link>http://bredsaal.dk/securing-configure-php-for-oscommerce-on-one-com</link>
		<comments>http://bredsaal.dk/securing-configure-php-for-oscommerce-on-one-com#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:28:01 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[one.com]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=476</guid>
		<description><![CDATA[This is just a quick tip to show you how to secure oscommerce&#8217;s /include/configure.php when using one.com as the hosting provider. Upload the following script to your the root of your website and call it something like chmod.php: &#60;?php chmod( $_SERVER['DOCUMENT_ROOT'] . '/includes/configure.php', 0444); ?&#62; Now, go to yourdomain.com/chmod.php and the configure.php file should have [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/securing-configure-php-for-oscommerce-on-one-com/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating an &#8220;unbreakable&#8221; password</title>
		<link>http://bredsaal.dk/creating-an-unbreakable-password</link>
		<comments>http://bredsaal.dk/creating-an-unbreakable-password#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:25:23 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=330</guid>
		<description><![CDATA[It can&#8217;t be done, of course, but you can choose a password that will make it near impossible to a potential attacker to guess/bruteforce it. If you don&#8217;t want your attacker to guess your password, make it obscure. If your password is your first name, it&#8217;s pretty easy to guess, but if it&#8217;s a combination [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/creating-an-unbreakable-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling wireshark from source on Ubuntu 9.10</title>
		<link>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10</link>
		<comments>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:44:30 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=265</guid>
		<description><![CDATA[For some time I&#8217;ve wanted to write a wireshark protocol dissector, and today I finally got started. Of course, first I just wanted to compile wireshark from source, but the howto on wiresharks wiki page was pretty incomplete, so I decided to write down the necessary steps for building wireshark. First of, you have to [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking md5 hashes just got easier &#8211; with perl</title>
		<link>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl</link>
		<comments>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:58:04 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Cracking+md5+hashes+just+got+easier+-+with+perl</guid>
		<description><![CDATA[Everybody knows services like milw0rm.com&#8216;s md5 cracking database, where you can submit a hash and get the plaintext password, if it is cracked. Today I discovered Digest::MD5::Reverse, a perl module to search several online MD5 hash databases. So I whipped up a little script to lookup md5 hashes, to place in my ~/bin: #!/usr/bin/perl use [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
