<?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>sploit.dk</title>
	<atom:link href="http://sploit.dk/log/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sploit.dk/log</link>
	<description>This blog is dedicated to security related information.</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:54:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Firewall Script To Block IP Addresses And Country Network Ranges</title>
		<link>http://sploit.dk/log/?p=193&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-firewall-script-to-block-ip-addresses-and-country-network-ranges</link>
		<comments>http://sploit.dk/log/?p=193#comments</comments>
		<pubDate>Mon, 30 Jan 2012 18:54:09 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=193</guid>
		<description><![CDATA[Potentially very useful &#8211; check this.]]></description>
			<content:encoded><![CDATA[<p>Potentially very useful &#8211; check <a href="http://www.sans.org/windows-security/2011/10/25/windows-firewall-script-block-addresses-network-ranges">this</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=193</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN Modified for Dutch Government Use</title>
		<link>http://sploit.dk/log/?p=185&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openvpn-modified-for-dutch-government-use</link>
		<comments>http://sploit.dk/log/?p=185#comments</comments>
		<pubDate>Mon, 02 Jan 2012 20:35:55 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=185</guid>
		<description><![CDATA[OpenVPN-NL is a specially crafted version of OpenVPN for use by the Dutch government. OpenVPN is Open Source software that allows computers or networks to be connected in a secure way. OpenVPN-NL was built according to the guidelines set by the Dutch government&#8217;s national communications security agency (NBV, also known as the NLNCSA). Very interesting [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>OpenVPN-NL is a specially crafted version of OpenVPN for use by the Dutch government. OpenVPN is Open Source software that allows computers or networks to be connected in a secure way. OpenVPN-NL was built according to the guidelines set by the Dutch government&#8217;s national communications security agency (NBV, also known as the NLNCSA).</p></blockquote>
<p>Very interesting that a governmental organisation chooses to build a VPN solution using several open source projects (for a lot of good reasons including removing old code and making OpenVPN more foolproof):</p>
<blockquote><p>Fox-IT chose version 2.1.4 of OpenVPN as its basis. Components were removed which could influence the security level negatively. Where necessary other components were modified, improved and documented. This modified version of OpenVPN is called OpenVPN-NL. PolarSSL was chosen as the encryption package given its modest size and modular construction. This also made it easier to evaluate.</p></blockquote>
<p>And, in best open source style, they have given back their improvements:</p>
<blockquote><p>Things work both ways. The modifications made by Fox-IT and the documentation have been given back to the Open-VPN community. This enables everyone to benefit from a more secure product. This is in line with the GNU General Public License (GPL) of OpenVPN. The project involved 4,000 lines of documentation and adding 8,000 lines to the source code.</p></blockquote>
<p>The current release of OpenVPN-NL is based on:</p>
<ul>
<li>OpenVPN 2.1.4</li>
<li>PolarSSL 0.14.3</li>
<li>PKCS11-helper 1.09</li>
<li>LibLZO v2.05</li>
</ul>
<p>So there you have it: a real open source success story. Take what you can use, modify the source code to fit your needs and give back.</p>
<p>You can read more about the project <a href="https://openvpn.fox-it.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=185</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful free third-party Java libraries</title>
		<link>http://sploit.dk/log/?p=179&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-free-third-party-java-libraries</link>
		<comments>http://sploit.dk/log/?p=179#comments</comments>
		<pubDate>Wed, 28 Dec 2011 18:50:48 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=179</guid>
		<description><![CDATA[There are quite a lot but some stand out: Google&#8217;s Guava for additional features within collections, caching, primitives support, concurrency, and so forth. Apache LOG4J for logging. jsoup for parsing HTML documents. iText for creating PDF files.]]></description>
			<content:encoded><![CDATA[<p>There are quite a lot but some stand out:</p>
<ul>
<li>Google&#8217;s <a href="http://code.google.com/p/guava-libraries/" target="_blank">Guava</a> for additional features within collections, caching, primitives support, concurrency, and so forth.</li>
<li>Apache <a href="http://logging.apache.org/log4j/" target="_blank">LOG4J</a> for logging.</li>
<li><a href="http://jsoup.org/" target="_blank">jsoup</a> for parsing HTML documents.</li>
<li><a href="http://itextpdf.com/itext.php" target="_blank">iText</a> for creating PDF files.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=179</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing egress firewall rules</title>
		<link>http://sploit.dk/log/?p=174&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-egress-firewall-rules</link>
		<comments>http://sploit.dk/log/?p=174#comments</comments>
		<pubDate>Mon, 26 Dec 2011 23:48:05 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=174</guid>
		<description><![CDATA[When validating or testing egress firewall rules it would sometimes be handy to have a server on the &#8220;other&#8221; side of the firewall listening on all ports. Doing this by simply spawning nc is not going to work. So I was looking into implementing this using Honeyd &#8211; but realized there had to be a [...]]]></description>
			<content:encoded><![CDATA[<p>When validating or testing egress firewall rules it would sometimes be handy to have a server on the &#8220;other&#8221; side of the firewall listening on all ports. Doing this by simply spawning <code>nc</code> is not going to work.</p>
<p>So I was looking into implementing this using <a href="http://www.honeyd.org/" target="_blank">Honeyd</a> &#8211; but realized there had to be a simpler way of doing this. So I started looking at <a href="http://iptables.org/" target="_blank">IPtables</a>.</p>
<p>And voila:</p>
<pre>
# iptables -A INPUT -i eth1 -d 1.2.3.4 -p tcp --dport 0:65535 -j ACCEPT
# iptables -A FORWARD -i eth1 -d 1.2.3.4 -p tcp --dport 0:65535 -j ACCEPT
# iptables -A PREROUTING -t nat -p udp -d 1.2.3.4 --dport 0:65535 -j REDIRECT --to-port 4444
</pre>
<p><strong>Update:</strong> This technique has also be suggested <a href="http://dev.metasploit.com/redmine/issues/318" target="_blank">elsewhere</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=174</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practice pentesting in a controlled environment</title>
		<link>http://sploit.dk/log/?p=165&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=practice-pentesting-in-a-controlled-environment</link>
		<comments>http://sploit.dk/log/?p=165#comments</comments>
		<pubDate>Mon, 26 Dec 2011 23:12:00 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=165</guid>
		<description><![CDATA[Luckily there are some OK ways to practice pentesting in a controlled environment most of them using virtual machines: https://community.rapid7.com/community/infosec/blog/2011/12/23/where-can-i-find-vulnerable-machines-for-my-penetration-testing-lab http://lwn.net/Articles/437221/ I have, however, experienced performance issues when running some of the systems as virtual machines (most notable the De-ICE systems). Update 1: Also, if you&#8217;re looking for old versions of opensource software, take a [...]]]></description>
			<content:encoded><![CDATA[<p>Luckily there are some OK ways to practice pentesting in a <a href="http://www.metasploit.com/help/test-lab.jsp" target="_blank">controlled environment</a> most of them using virtual machines:</p>
<ul>
<li><a href="https://community.rapid7.com/community/infosec/blog/2011/12/23/where-can-i-find-vulnerable-machines-for-my-penetration-testing-lab" target="_blank">https://community.rapid7.com/community/infosec/blog/2011/12/23/where-can-i-find-vulnerable-machines-for-my-penetration-testing-lab</a></li>
<li><a href="http://lwn.net/Articles/437221/" target="_blank">http://lwn.net/Articles/437221/</a></li>
</ul>
<p>I have, however, experienced performance issues when running some of the systems as virtual machines (most notable the De-ICE systems).</p>
<p><strong>Update 1:</strong> Also, if you&#8217;re looking for old versions of opensource software, take a look at the archives on <a href="http://ftp.heanet.ie/mirrors/">http://ftp.heanet.ie/mirrors/</a> &#8212; it&#8217;s a treasure trove of out-of-date software, all ready to be exploited for fun and practice. </p>
<p><strong>Update 2:</strong> This guy also links to a number of other vulnerable web apps; see <a href="http://danielmiessler.com/projects/webappsec_testing_resources/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Code University</title>
		<link>http://sploit.dk/log/?p=159&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-code-university</link>
		<comments>http://sploit.dk/log/?p=159#comments</comments>
		<pubDate>Mon, 12 Apr 2010 19:07:52 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Cryptography/PKI]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=159</guid>
		<description><![CDATA[Google has put a lot of good stuff up here. In particular they seem to have some nice introductory materials about e.g. web security and Python.]]></description>
			<content:encoded><![CDATA[<p>Google has put a lot of good stuff up <a href="http://code.google.com/edu/">here</a>. In particular they seem to have some nice introductory materials about e.g. <a href="http://code.google.com/edu/security/index.html">web security</a> and <a href="http://code.google.com/edu/languages/google-python-class/">Python</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=159</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Flash applications</title>
		<link>http://sploit.dk/log/?p=149&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-flash-applications</link>
		<comments>http://sploit.dk/log/?p=149#comments</comments>
		<pubDate>Thu, 08 Apr 2010 19:56:47 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=149</guid>
		<description><![CDATA[With the increasing use of (advanced) Flash applications comes, of course, an increasing number of security issues related to Adobe&#8217;s Flash technology. One challenge facing the tester is: how do I test these applications, and, in particular, the binary client-server protocol AMF. The last time I looked (almost 2 years ago) there were no good [...]]]></description>
			<content:encoded><![CDATA[<p>With the increasing use of (advanced) Flash applications comes, of course, an increasing number of security issues related to Adobe&#8217;s Flash technology. One challenge facing the tester is: how do I test these applications, and, in particular, the binary client-server protocol AMF.</p>
<p>The last time I looked (almost 2 years ago) there were no good testing tools &#8211; so I had to write one myself. The good news is that there now seems to be many interesting testing tools. Some are free (basic versions) and some are not. The following tools are the most interesting I found and they also cover a wide range of different purposes and options (ranging from stress testing to pentesting).</p>
<p>Client side (SWF) testing: </p>
<ul>
<li><a href="http://blog.watchfire.com/wfblog/2009/01/theres-a-new-appscan-in-town.html">AppScan</a></li>
<li><a href="https://h30406.www3.hp.com/campaigns/2009/wwcampaign/1-5TUVE/index.php?key=swf">SWFScan</a></li>
</ul>
<p>Server side (AMF Remoting) testing:</p>
<ul>
<li><a href="http://www.neotys.com/evaluation/Flex_Performance_Load_Stress_Testing.html">NeoLoad</a></li>
<li><a href="http://blog.watchfire.com/wfblog/2009/01/theres-a-new-appscan-in-town.html">AppScan</a></li>
<li><a href="http://deblaze-tool.appspot.com/">Deblaze</a></li>
<li><a href="http://www.charlesproxy.com/">Charles</a></li>
<li><a href="http://releases.portswigger.net/2009/08/v1214.html">Burp Suite</a></li>
<li><a href="http://www.soapui.org/tutorials/amf/amf-tutorial.html">soapUI</a></li>
<li><a href="http://www.gdssecurity.com/l/b/2010/03/17/penetrating-intranets-through-adobe-flex-applications/">Blazentoo</a></li>
</ul>
<p>Happy testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=149</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New tools on the block</title>
		<link>http://sploit.dk/log/?p=146&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-tools-on-the-block</link>
		<comments>http://sploit.dk/log/?p=146#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:51:04 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=146</guid>
		<description><![CDATA[Recently a number of new or updated goodies have been released: xtractr for doing network forensics. Nmap v5.21 with better and faster service detection and more. sqlmap v0.8 with support to enumerate and dump all databases&#8217; tables and lots of other stuff.]]></description>
			<content:encoded><![CDATA[<p>Recently a number of new or updated goodies have been released:</p>
<ul>
<li><a href="http://labs.mudynamics.com/2010/02/21/announcing-xtractr-unleash-the-power-of-packets/">xtractr</a> for doing network forensics.</li>
<li><a href="http://nmap.org/download.html">Nmap v5.21</a> with better and faster service detection and more.</li>
<li><a href="http://sqlmap.sourceforge.net/">sqlmap v0.8</a> with support to enumerate and dump all databases&#8217; tables and lots of other stuff.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=146</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flint is firewall checkup</title>
		<link>http://sploit.dk/log/?p=143&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flint-is-firewall-checkup</link>
		<comments>http://sploit.dk/log/?p=143#comments</comments>
		<pubDate>Thu, 18 Mar 2010 16:40:32 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=143</guid>
		<description><![CDATA[Matasano just launched a new and free firewall audit tool called &#8220;flint&#8221;. Give it a try.]]></description>
			<content:encoded><![CDATA[<p>Matasano just launched a new and free firewall audit tool called &#8220;flint&#8221;. Give it a <a href="http://runplaybook.com/p/11">try</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Prosecution Based on Memory Forensics</title>
		<link>http://sploit.dk/log/?p=138&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-prosecution-based-on-memory-forensics</link>
		<comments>http://sploit.dk/log/?p=138#comments</comments>
		<pubDate>Wed, 10 Mar 2010 19:04:11 +0000</pubDate>
		<dc:creator>mac</dc:creator>
				<category><![CDATA[Computer forensics]]></category>

		<guid isPermaLink="false">http://sploit.dk/log/?p=138</guid>
		<description><![CDATA[Very interesting, it would seem the industry is maturing: In 2003 Mr. Rajib K. Mitra was arrested on charges of interfering with police radio transmissions in Madison, Wisconsin. His computers were seized and examined. Unfortunately much of the data could not be read as it was encrypted. The forensic examiner in the case, Detective Cindy [...]]]></description>
			<content:encoded><![CDATA[<p>Very interesting, it would seem the industry is maturing:</p>
<blockquote><p>In 2003 Mr. Rajib K. Mitra was arrested on charges of interfering with police radio transmissions in Madison, Wisconsin. His computers were seized and examined. Unfortunately much of the data could not be read as it was encrypted. The forensic examiner in the case, Detective Cindy Murphy, was able to view file names on the system, but not the content. The drive was sent to the FBI for assistance, but the tools and techniques available at the time were insufficient. While the file names were indicative of child pornography, without the content there was no basis for a child pornography charge.<br />
&#8230;<br />
Meanwhile, in the summer of 2009, Detective Murphy attended the Wisconsin Association of Computer Crime Investigators Conference and saw a presentation on volatile memory forensics by Detective Rick McQuowen of the Milwaukee Police Department. Working with Detective McQuowen, they found Mitra&#8217;s encryption keys and decrypted Mitra&#8217;s hard drive.</p></blockquote>
<p>Read the rest here <a href="http://jessekornblum.livejournal.com/259124.html">http://jessekornblum.livejournal.com/259124.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sploit.dk/log/?feed=rss2&#038;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

