<?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>Darknet - The Darkside &#187; Programming</title>
	<atom:link href="http://www.darknet.org.uk/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rec Studio 4 &#8211; Reverse Engineering Compiler &amp; Decompiler</title>
		<link>http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/</link>
		<comments>http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 18:37:33 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[decompiler]]></category>
		<category><![CDATA[decompiling]]></category>
		<category><![CDATA[interactive decompiler]]></category>
		<category><![CDATA[malware analysis]]></category>
		<category><![CDATA[REC decompiler]]></category>
		<category><![CDATA[rec studio]]></category>
		<category><![CDATA[Rec Studio 2]]></category>
		<category><![CDATA[rec studio 4]]></category>
		<category><![CDATA[reverse engineering tool]]></category>
		<category><![CDATA[reverse-engineering]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3082</guid>
		<description><![CDATA[REC Studio is an interactive decompiler. It reads a Windows, Linux, Mac OS X or raw executable file, and attempts to produce a C-like representation of the code and data used to build the executable file. It has been designed to read files produced for many different targets, and it has been compiled on several [...]]]></description>
			<content:encoded><![CDATA[<p>REC Studio is an interactive decompiler. It reads a Windows, Linux, Mac OS X or raw executable file, and attempts to produce a C-like representation of the code and data used to build the executable file. It has been designed to read files produced for many different targets, and it has been compiled on several host systems.</p>
<p>REC Studio 4 is a complete rewrite of the original REC decompiler. It uses more powerful analysis techniques such as partial Single Static Assignment (SSA), allows loading Mac OS X files and supports 32 and 64 bit binaries.</p>
<p>Although still under development, it has reached a stage that makes it more useful than the old Rec Studio 2.</p>
<p><strong>Features</strong></p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<ul>
<li>    Multihost: Rec Studio runs on Windows XP/Vista/7, Ubuntu Linux, Mac OS X.</li>
<li>    Symbolic information support using Dwarf 2 and partial recognition of Microsoft&#8217;s PDB format.</li>
<li>    C++ is partially recognized: mangled names generated by gcc are demangled, as well as inheritance described in dwarf2 is honored. However, C++ is a very broad and difficult language, so some features like templates won&#8217;t likely be ever supported.</li>
<li>    Types and function prototype definitions can be specified in text files. Some standard Posix and Windows APIs are already provided in the Rec Studio package.</li>
<li>    Interactivity is supported, limited to definition of sections, labels and function entry points. Will need to improve it to support in-program definition of types and function parameters. </li>
</ul>
<p>Although REC can read Win32 executable (aka PE) files produced by Visual C++ or Visual Basic 5, there are limitations on the output produced. REC will try to use whatever information is present in the .EXE symbol table. If the .EXE file was compiled without debugging information, if a program data base file (.PDB) or Codeview (C7) format was used, or if the optimization option of the compiler was enabled, the output produced will not be very good. Moreover, Visual Basic 5 executable files are a mix of Subroutine code and Form data. It is almost impossible for REC to determine which is which. The only option is to use a .cmd file and manually specify which area is code and which area is data. </p>
<p>You can download Rec Studio 4 here:</p>
<p>Windows &#8211; <a href="http://www.backerstreet.com/rec/RecStudioWin.zip">RecStudioWin.zip</a><br />
Ubuntu &#8211; <a href="http://www.backerstreet.com/rec/RecStudioLinux.tgz">RecStudioLinux.tgz</a><br />
Mac &#8211; <a href="http://www.backerstreet.com/rec/RecStudioMac.tgz">RecStudioMac.tgz</a></p>
<p>Or read more <a href="http://www.backerstreet.com/rec/recdload.htm">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Rec+Studio+4+%E2%80%93+Reverse+Engineering+Compiler+%26+Decompiler+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3082+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/&amp;t=Rec+Studio+4+%E2%80%93+Reverse+Engineering+Compiler+%26+Decompiler" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/&amp;title=Rec+Studio+4+%E2%80%93+Reverse+Engineering+Compiler+%26+Decompiler" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/&amp;title=Rec+Studio+4+%E2%80%93+Reverse+Engineering+Compiler+%26+Decompiler" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/&amp;title=Rec+Studio+4+%E2%80%93+Reverse+Engineering+Compiler+%26+Decompiler" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/&amp;title=Rec+Studio+4+%E2%80%93+Reverse+Engineering+Compiler+%26+Decompiler" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F11%2Frec-studio-4-reverse-engineering-compiler-decompiler%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/11/rec-studio-4-reverse-engineering-compiler-decompiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agnitio v2.0 Released &#8211; Code Security Review Tool</title>
		<link>http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/</link>
		<comments>http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 10:13:11 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[agnitio]]></category>
		<category><![CDATA[code audit tool]]></category>
		<category><![CDATA[code review]]></category>
		<category><![CDATA[code security audit]]></category>
		<category><![CDATA[code security review]]></category>
		<category><![CDATA[code security review tool]]></category>
		<category><![CDATA[code security tool]]></category>
		<category><![CDATA[manual code audit]]></category>
		<category><![CDATA[security ninja]]></category>
		<category><![CDATA[securityninja]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3162</guid>
		<description><![CDATA[It&#8217;s been a while since we&#8217;ve mentioned Agnitio, it was earlier this year in March: Agnitio v1.2 – Manual Security Code Review Tool. The author notified me of a new version that was recently released with quite a few additions. For those not familiar with it, Agnitio is a tool to help developers and security [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since we&#8217;ve mentioned Agnitio, it was earlier this year in March: <a href="http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/">Agnitio v1.2 – Manual Security Code Review Tool</a>.</p>
<p>The author notified me of a new version that was recently released with quite a few additions. For those not familiar with it, Agnitio is a tool to help developers and security professionals conduct manual security code reviews in a consistent and repeatable way. Agnitio aims to replace the adhoc nature of manual security code review documentation, create an audit trail and reporting.</p>
<p><strong>Changes in V2.0</strong></p>
<p>The major changes in v2.0 is the addition of a code analysis module which comes with Android and iOS rules, an editor for the checklist questions and the ability to create/edit/remove code analysis rules.</p>
<ul>
<li> Fixed verify report button bug. It used to make the app crash if the report path field was empty because it didn’t check if it was empty before trying to use the field value.</li>
<li>    Delete profile functionality added on the “view profiles” tab. Some users requested this functionality.</li>
<li>    Removed hard coded filesystem paths and database names/locations from the code and make them configuration items.</li>
<li>    Data editor for both principles and checklist guidance sections. This allows users to customise the guidance using their own languages, guidance text etc.</li>
<li>    Increase the max size value of the text boxes on the principles guidance tab to allow more information to be entered by users.</li>
<li>    More accurate error on the profile creation tab – specify exactly what fields have been missed rather than listing all.</li>
<li>    Added “About” form with info, license, credits etc</li>
<li>    Regular expressions expanded to include a wider range of characters including non English characters.</li>
<li>    Turn the “other” language box red if the user clicks save with the other check box ticked but not language entered on the create and view profile tabs.</li>
<li>    Metrics tab now “returns” if only one app is available rather than trying to load all graphs and throwing a separate error for each one.</li>
</ul>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p>The author is always interested in feedback and has integrated a lot of it into v2.0 of Agnitio, if you want to give some suggestions/bug reports or whatever after using the tool you can do so via the Security Ninja blog <a href="https://www.securityninja.co.uk/contact-us/">here</a>, or on Twitter <a href="https://twitter.com/#!/securityninja">@securityninja</a>.</p>
<p>You can download Agnitio v2.0 here:</p>
<p><a href="http://downloads.sourceforge.net/project/agnitiotool/v2.0/Agnitio%20v2.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fagnitiotool%2F&#038;ts=1312970717&#038;use_mirror=ncu">Agnitio v2.zip</a></p>
<p>Or read more <a href="http://sourceforge.net/projects/agnitiotool/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Agnitio+v2.0+Released+%E2%80%93+Code+Security+Review+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3162+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/&amp;t=Agnitio+v2.0+Released+%E2%80%93+Code+Security+Review+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/&amp;title=Agnitio+v2.0+Released+%E2%80%93+Code+Security+Review+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/&amp;title=Agnitio+v2.0+Released+%E2%80%93+Code+Security+Review+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/&amp;title=Agnitio+v2.0+Released+%E2%80%93+Code+Security+Review+Tool" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/&amp;title=Agnitio+v2.0+Released+%E2%80%93+Code+Security+Review+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F08%2Fagnitio-v2-0-released-code-security-review-tool%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/08/agnitio-v2-0-released-code-security-review-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploitable &#8211; Test Your Metasploit Against A Vulnerable Host</title>
		<link>http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/</link>
		<comments>http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 11:05:51 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking with metasploit]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[test metasploit]]></category>
		<category><![CDATA[use metasploit]]></category>
		<category><![CDATA[vulnerable host]]></category>
		<category><![CDATA[vulnerable vm]]></category>
		<category><![CDATA[vulnerable vmware]]></category>
		<category><![CDATA[vulnerable vmware image]]></category>
		<category><![CDATA[vulnerable web application]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3131</guid>
		<description><![CDATA[Ok so you&#8217;ve got Metasploit loaded up, you&#8217;ve read the Metasploit Tutorials &#038; Watched the Videos &#8211; but you&#8217;ve still got no idea what to do next and don&#8217;t have anything to test against. It&#8217;s not exactly new, but I guess a lot of people still don&#8217;t know about it. Basically if you don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so you&#8217;ve got <a href="http://www.darknet.org.uk/2010/07/metasploit-framework-3-4-1-released-16-new-exploits-22-modules-11-meterpreter-scripts/">Metasploit</a> loaded up, you&#8217;ve read the <a href="http://www.darknet.org.uk/2007/07/learn-to-use-metasploit-tutorials-docs-videos/">Metasploit Tutorials &#038; Watched the Videos</a> &#8211; but you&#8217;ve still got no idea what to do next and don&#8217;t have anything to test against.</p>
<p>It&#8217;s not exactly new, but I guess a lot of people still don&#8217;t know about it. Basically if you don&#8217;t know what to do next, this is where Metasploitable comes in! One of the questions that the Metasploit developers often hear is &#8220;What systems can I use to test against?&#8221; Based on this, they thought it would be a good idea throw together an exploitable VM that you can use for testing purposes.</p>
<p>Metasploitable is an Ubuntu 8.04 server install on a VMWare 6.5 image. A number of vulnerable packages are included, including an install of tomcat 5.5 (with weak credentials), distcc, tikiwiki, twiki, and an older MySQL.</p>
<p>You can use most VMware products to run it, and you&#8217;ll want to make sure it&#8217;s configured for Host-only networking unless it&#8217;s in your lab &#8211; no need to throw another vulnerable machine on the corporate network. It&#8217;s configured in non-persistent-disk mode, so you can simply reset it if you accidentally &#8216;rm -rf&#8217; it.</p>
<p>There are various other similar setups you can test out your hacking kung-fu on like:</p>
<ul>
<li><a href="http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/">Bodgeit Store</a></li>
<li><a href="http://www.darknet.org.uk/2010/05/jarlsberg-learn-web-application-exploits-and-defenses/">Jarlsberg</a></li>
<li><a href="http://www.darknet.org.uk/2010/12/wackopicko-vulnerable-website-for-learning-security-tool-evaluation/">WackoPicko</a></li>
<li><a href="http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/">Damn Vulnerable Web Application (DVWA)</a></li>
<li><a href="http://www.darknet.org.uk/2010/03/vicnum-lightweight-vulnerable-web-application/">Vicnum</a></li>
</ul>
<p>You can download Metasploitable here:</p>
<p>Torrent &#8211; <a href="http://updates.metasploit.com/data/Metasploitable.zip.torrent">Metasploitable.zip.torrent</a><br />
(<em>Be careful opening the readme.txt as there are spoilers in it</em>).</p>
<p>Or read more <a href="http://blog.metasploit.com/2010/05/introducing-metasploitable.html">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Metasploitable+%E2%80%93+Test+Your+Metasploit+Against+A+Vulnerable+Host+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3131+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/&amp;t=Metasploitable+%E2%80%93+Test+Your+Metasploit+Against+A+Vulnerable+Host" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/&amp;title=Metasploitable+%E2%80%93+Test+Your+Metasploit+Against+A+Vulnerable+Host" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/&amp;title=Metasploitable+%E2%80%93+Test+Your+Metasploit+Against+A+Vulnerable+Host" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/&amp;title=Metasploitable+%E2%80%93+Test+Your+Metasploit+Against+A+Vulnerable+Host" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/&amp;title=Metasploitable+%E2%80%93+Test+Your+Metasploit+Against+A+Vulnerable+Host" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F06%2Fmetasploitable-test-your-metasploit-against-a-vulnerable-host%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/06/metasploitable-test-your-metasploit-against-a-vulnerable-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ksymhunter &#8211; Routines For Hunting Down Kernel Symbols</title>
		<link>http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/</link>
		<comments>http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 15:51:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[kernel symbol hunter]]></category>
		<category><![CDATA[kernel symbol tool]]></category>
		<category><![CDATA[kernel symbols]]></category>
		<category><![CDATA[ksymhunter]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3138</guid>
		<description><![CDATA[Routines for hunting down kernel symbols from from kallsyms, System.map, vmlinux, vmlinuz, and remote symbol servers. Examples: $ ./ksymhunter prepare_kernel_cred [+] trying to resolve prepare_kernel_cred... [+] resolved prepare_kernel_cred using /boot/System.map-2.6.38-gentoo [+] resolved prepare_kernel_cred to 0xffffffff81061060 And.. $ ./ksymhunter commit_creds [+] trying to resolve commit_creds... [+] resolved commit_creds using /boot/System.map-2.6.38-gentoo [+] resolved commit_creds to 0xffffffff81060dc0 You [...]]]></description>
			<content:encoded><![CDATA[<p>Routines for hunting down kernel symbols from from kallsyms, System.map, vmlinux, vmlinuz, and remote symbol servers.</p>
<p>Examples:</p>
<pre><code>$ ./ksymhunter prepare_kernel_cred
[+] trying to resolve prepare_kernel_cred...
[+] resolved prepare_kernel_cred using /boot/System.map-2.6.38-gentoo
[+] resolved prepare_kernel_cred to 0xffffffff81061060</code></pre>
<p>And..</p>
<pre><code>$ ./ksymhunter commit_creds
[+] trying to resolve commit_creds...
[+] resolved commit_creds using /boot/System.map-2.6.38-gentoo
[+] resolved commit_creds to 0xffffffff81060dc0</code></pre>
<p>You can download ksymhunter v1.0 here:</p>
<p><a href="https://github.com/jonoberheide/ksymhunter/tarball/master">ksymhunter.tar.gz</a></p>
<p>Or read more <a href="https://github.com/jonoberheide/ksymhunter">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=ksymhunter+%E2%80%93+Routines+For+Hunting+Down+Kernel+Symbols+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3138+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/&amp;t=ksymhunter+%E2%80%93+Routines+For+Hunting+Down+Kernel+Symbols" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/&amp;title=ksymhunter+%E2%80%93+Routines+For+Hunting+Down+Kernel+Symbols" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/&amp;title=ksymhunter+%E2%80%93+Routines+For+Hunting+Down+Kernel+Symbols" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/&amp;title=ksymhunter+%E2%80%93+Routines+For+Hunting+Down+Kernel+Symbols" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/&amp;title=ksymhunter+%E2%80%93+Routines+For+Hunting+Down+Kernel+Symbols" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F06%2Fksymhunter-routines-for-hunting-down-kernel-symbols%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/06/ksymhunter-routines-for-hunting-down-kernel-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware Analyser v3.0 &#8211; A Static &amp; Dynamic Malware Analysis Tool</title>
		<link>http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/</link>
		<comments>http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/#comments</comments>
		<pubDate>Mon, 23 May 2011 11:27:19 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[analyse malware]]></category>
		<category><![CDATA[analyze malware]]></category>
		<category><![CDATA[digital-forensics]]></category>
		<category><![CDATA[dynamic malware analysis]]></category>
		<category><![CDATA[malware analyser]]></category>
		<category><![CDATA[malware analysis]]></category>
		<category><![CDATA[malware analyzer]]></category>
		<category><![CDATA[malware forensics]]></category>
		<category><![CDATA[static analysic]]></category>
		<category><![CDATA[static malware analysis]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3116</guid>
		<description><![CDATA[Malware Analyser is freeware tool to perform static and dynamic analysis on malware executables, it can be used to identify potential traces of anti-debug, keyboard hooks, system hooks and DEP setting change calls in the malware. This is a stepping release since for the first time the Dynamic Analysis has been included for file creations [...]]]></description>
			<content:encoded><![CDATA[<p>Malware Analyser is freeware tool to perform static and dynamic analysis on malware executables, it can be used to identify potential traces of anti-debug, keyboard hooks, system hooks and DEP setting change calls in the malware.</p>
<p>This is a stepping release since for the first time the Dynamic Analysis has been included for file creations (will be improved for other network/registry indicators sooner) along with process dumping feature.</p>
<p><strong>Features</strong></p>
<ul>
<li>
String based analysis for registry, API calls, IRC Commands, DLL&#8217;s called and VM Aware.</li>
<li>Display detailed headers of PE with all its section details, import and export symbols etc.</li>
<li>On Distro, can perform an ascii dump of the PE along with other options (check &#8211;help argument).</li>
<li>
For Windows, it can generate various section of a PE : DOS Header, DOS Stub, PE File Header, Image Optional Header, Section Table, Data Directories, Sections</li>
<li>ASCII dump on windows machine</li>
<li>Code Analysis (disassembling)</li>
<li>Online malware checking (<a href="http://www.virustotal.com">http://www.virustotal.com</a>)</li>
<li>Check for Packer from the Database.</li>
<li>Tracer functionality</li>
<li>Signature Creation: Allows to create signature of malware</li>
<li>CRC and Timestamp verification.</li>
<li>Entropy based scan to identify malicious sections.</li>
<li>Dump a process memory</li>
<li>Dynamic Analysis (Still in beginning stage) for file creations.</li>
</ul>
<p>You can download Malware Analyser v3.0 here:</p>
<p><a href="http://www.malwareanalyser.com/home/malware_analyser%203.0.zip">malware_analyser 3.0.zip</a></p>
<p>Or read more <a href="http://www.malwareanalyser.com/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Malware+Analyser+v3.0+%E2%80%93+A+Static+%26+Dynamic+Malware+Analysis+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3116+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/&amp;t=Malware+Analyser+v3.0+%E2%80%93+A+Static+%26+Dynamic+Malware+Analysis+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/&amp;title=Malware+Analyser+v3.0+%E2%80%93+A+Static+%26+Dynamic+Malware+Analysis+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/&amp;title=Malware+Analyser+v3.0+%E2%80%93+A+Static+%26+Dynamic+Malware+Analysis+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/&amp;title=Malware+Analyser+v3.0+%E2%80%93+A+Static+%26+Dynamic+Malware+Analysis+Tool" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/&amp;title=Malware+Analyser+v3.0+%E2%80%93+A+Static+%26+Dynamic+Malware+Analysis+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F05%2Fmalware-analyser-v3-0-a-static-dynamic-malware-analysis-tool%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/05/malware-analyser-v3-0-a-static-dynamic-malware-analysis-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BodgeIt Store &#8211; Vulnerable Web Application For Penetration Testing</title>
		<link>http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/</link>
		<comments>http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 11:48:18 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[bodgeit]]></category>
		<category><![CDATA[bodgeit store]]></category>
		<category><![CDATA[insecure web app]]></category>
		<category><![CDATA[insecure web application]]></category>
		<category><![CDATA[learn pen testing]]></category>
		<category><![CDATA[learn penetration testing]]></category>
		<category><![CDATA[learn web application security testing]]></category>
		<category><![CDATA[learn web hacking]]></category>
		<category><![CDATA[vulnerable web application]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3093</guid>
		<description><![CDATA[There are various vulnerable web applications such as Jarlsberg, WackoPicko, Damn Vulnerable Web Application (DVWA), Vicnum, etc. Now we have another application that is vulnerable and ready to be exploited! The BodgeIt Store is a vulnerable web application which is currently aimed at people who are new to penetration testing. Features Easy to install &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>There are various <a href="http://www.darknet.org.uk/tag/vulnerable-web-application/">vulnerable web applications</a> such as <a href="http://www.darknet.org.uk/2010/05/jarlsberg-learn-web-application-exploits-and-defenses/">Jarlsberg</a>, <a href="http://www.darknet.org.uk/2010/12/wackopicko-vulnerable-website-for-learning-security-tool-evaluation/">WackoPicko</a>, <a href="http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/">Damn Vulnerable Web Application (DVWA)</a>, <a href="http://www.darknet.org.uk/2010/03/vicnum-lightweight-vulnerable-web-application/">Vicnum</a>, etc. Now we have another application that is vulnerable and ready to be exploited! The BodgeIt Store is a vulnerable web application which is currently aimed at people who are new to penetration testing.</p>
<p><strong>Features</strong></p>
<ul>
<li>Easy to install &#8211; just requires java and a servlet engine, e.g. Tomcat</li>
<li>Self contained (no additional dependencies other than to 2 in the above line)</li>
<li>
Easy to change on the fly &#8211; all the functionality is implemented in JSPs, so no IDE required</li>
<li>Cross platform</li>
<li>Open source</li>
<li>No separate db to install and configure &#8211; it uses an &#8216;in memory&#8217; db that is automatically (re)initialized on start up</li>
</ul>
<p>There is also a &#8216;scoring&#8217; page where you can see various hacking challenges and whether you have completed them or not.</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p><strong>Install</strong></p>
<p>All you need to do is download and open the zip file, and then extract the war file into the webapps directory of your favorite servlet engine.</p>
<p>Then point your browser at (for example) <a href="http://localhost:8080/bodgeit ">http://localhost:8080/bodgeit </a></p>
<p>The author recommends <a href="http://www.darknet.org.uk/2010/10/owasp-zap-zed-attack-proxy-web-application-penetration-testing/">Zed Attack Proxy</a> to get you started.</p>
<p>You can download BodgeIt Store here:</p>
<p><a href="http://code.google.com/p/bodgeit/downloads/detail?name=bodgeit.1.1.0.zip">bodgeit.1.1.0.zip</a></p>
<p>Or read more <a href="http://code.google.com/p/bodgeit/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=BodgeIt+Store+%E2%80%93+Vulnerable+Web+Application+For+Penetration+Testing+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3093+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/&amp;t=BodgeIt+Store+%E2%80%93+Vulnerable+Web+Application+For+Penetration+Testing" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/&amp;title=BodgeIt+Store+%E2%80%93+Vulnerable+Web+Application+For+Penetration+Testing" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/&amp;title=BodgeIt+Store+%E2%80%93+Vulnerable+Web+Application+For+Penetration+Testing" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/&amp;title=BodgeIt+Store+%E2%80%93+Vulnerable+Web+Application+For+Penetration+Testing" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/&amp;title=BodgeIt+Store+%E2%80%93+Vulnerable+Web+Application+For+Penetration+Testing" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F04%2Fbodgeit-store-vulnerable-web-application-for-penetration-testing%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/04/bodgeit-store-vulnerable-web-application-for-penetration-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CAT &#8211; Web Application Security Test &amp; Assessment Tool</title>
		<link>http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/</link>
		<comments>http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 09:05:18 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[application test tool]]></category>
		<category><![CDATA[application testing]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[context application test tool]]></category>
		<category><![CDATA[fuzzer]]></category>
		<category><![CDATA[fuzzing]]></category>
		<category><![CDATA[local proxy tool]]></category>
		<category><![CDATA[security testing tool]]></category>
		<category><![CDATA[web application security tool]]></category>
		<category><![CDATA[web proxy tool]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-hacking-tool]]></category>
		<category><![CDATA[web-proxy]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3075</guid>
		<description><![CDATA[CAT is designed to facilitate manual web application penetration testing for more complex, demanding application testing tasks. It removes some of the more repetitive elements of the testing process, allowing the tester to focus on individual applications, thus enabling them to conduct a much more thorough test. Conceptually it is similar to other proxies available [...]]]></description>
			<content:encoded><![CDATA[<p>CAT is designed to facilitate manual web application penetration testing for more complex, demanding application testing tasks. It removes some of the more repetitive elements of the testing process, allowing the tester to focus on individual applications, thus enabling them to conduct a much more thorough test. Conceptually it is similar to other proxies available both commercially and open source, but CAT provides a richer feature set and greater performance, combined with a more intuitive user interface.</p>
<p>There are a number of differences between CAT and currently available web proxies. They include:</p>
<ul>
<li>CAT uses Internet Explorer&#8217;s rendering engine for accurate HTML representation</li>
<li> It supports many different types of text conversions including: URL, Base64, Hex, Unicode, HTML/XML, SQL and JavaScript no quotes</li>
<li>  It offers integrated SQL Injection and XSS Detection</li>
<li> Synchronised Proxies for Authentication and Authorisation checking</li>
<li> Faster performance due to HTTP connection caching</li>
<li> SSL Version and Cipher checker using OpenSSL</li>
<li> Greater flexibility for importing/exporting logs and saving projects</li>
<li> Tabbed Interface allows for multiple tools at once e.g. multiple repeaters &#038; different logs</li>
<li>The ability to repeat and modify a sequence of requests (particularly useful in SSO testing)</li>
<li>    It’s free!</li>
</ul>
<p>Do bear in mind that this is a free tool, but it is NOT Open Source. Also take a good look at the EULA before using it (especially Section 6).</p>
<p>You can download CAT Beta 4 here:</p>
<p><a href="http://cat.contextis.co.uk/cat/CAT_Beta_4.msi">CAT_Beta_4.msi</a></p>
<p>Or read more <a href="http://www.contextis.co.uk/resources/tools/cat/">here</a>. (<em>Thanks to reader Simon for the heads-up on this.</em>)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=CAT+%E2%80%93+Web+Application+Security+Test+%26+Assessment+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3075+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/&amp;t=CAT+%E2%80%93+Web+Application+Security+Test+%26+Assessment+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/&amp;title=CAT+%E2%80%93+Web+Application+Security+Test+%26+Assessment+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/&amp;title=CAT+%E2%80%93+Web+Application+Security+Test+%26+Assessment+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/&amp;title=CAT+%E2%80%93+Web+Application+Security+Test+%26+Assessment+Tool" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/&amp;title=CAT+%E2%80%93+Web+Application+Security+Test+%26+Assessment+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F03%2Fcat-web-application-security-test-assessment-tool%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/03/cat-web-application-security-test-assessment-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Agnitio v1.2 &#8211; Manual Security Code Review Tool</title>
		<link>http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/</link>
		<comments>http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 07:39:56 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[agnitio]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code review]]></category>
		<category><![CDATA[code review tool]]></category>
		<category><![CDATA[code security]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[manual code review]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3058</guid>
		<description><![CDATA[Agnitio is a tool to help developers and security professionals conduct manual security code reviews in a consistent and repeatable way. Agnitio aims to replace the adhoc nature of manual security code review documentation, create an audit trail and reporting. v1.2 of Agnitio includes a new application metrics section to give better visibility of the [...]]]></description>
			<content:encoded><![CDATA[<p>Agnitio is a tool to help developers and security professionals conduct manual security code reviews in a consistent and repeatable way. Agnitio aims to replace the adhoc nature of manual security code review documentation, create an audit trail and reporting.</p>
<p>v1.2 of Agnitio includes a new application metrics section to give better visibility of the security code review process and allows you to monitor trends etc across multiple reviews of an application.</p>
<p>More details about the changes and plans for upcoming v2.0 here:</p>
<p><a href="http://www.securityninja.co.uk/application-security/agnitio-v1-2-released-today">Agnitio v1.2 released today</a></p>
<p>You can download Agnitio v1.2 here:</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p><a href="http://sourceforge.net/projects/agnitiotool/files/v1.2/Agnitiov1_2.zip/download">Agnitiov1_2.zip</a></p>
<p>Or read more <a href="http://sourceforge.net/projects/agnitiotool/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Agnitio+v1.2+%E2%80%93+Manual+Security+Code+Review+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3058+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/&amp;t=Agnitio+v1.2+%E2%80%93+Manual+Security+Code+Review+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/&amp;title=Agnitio+v1.2+%E2%80%93+Manual+Security+Code+Review+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/&amp;title=Agnitio+v1.2+%E2%80%93+Manual+Security+Code+Review+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/&amp;title=Agnitio+v1.2+%E2%80%93+Manual+Security+Code+Review+Tool" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/&amp;title=Agnitio+v1.2+%E2%80%93+Manual+Security+Code+Review+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F03%2Fagnitio-v1-2-manual-security-code-review-tool%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/03/agnitio-v1-2-manual-security-code-review-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cross_fuzz &#8211; A Cross-Document DOM Binding Fuzzer</title>
		<link>http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/</link>
		<comments>http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 10:15:44 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[browser fuzzing]]></category>
		<category><![CDATA[cross_fuzz]]></category>
		<category><![CDATA[dom fuzzer]]></category>
		<category><![CDATA[dom fuzzing tool]]></category>
		<category><![CDATA[fuzzer]]></category>
		<category><![CDATA[fuzzer tool]]></category>
		<category><![CDATA[fuzzing]]></category>
		<category><![CDATA[fuzzing browsers]]></category>
		<category><![CDATA[fuzzing dom objects]]></category>
		<category><![CDATA[fuzzing-tool]]></category>
		<category><![CDATA[lcamtuf]]></category>
		<category><![CDATA[michal-zalewski]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3027</guid>
		<description><![CDATA[cross_fuzz is an amazingly effective but notoriously annoying cross-document DOM binding fuzzer that helped identify about one hundred bugs in all browsers on the market &#8211; many of said bugs exploitable &#8211; and it is still finding more. The fuzzer owes much of its efficiency to dynamically generating extremely long-winding sequences of DOM operations across [...]]]></description>
			<content:encoded><![CDATA[<p>cross_fuzz is an amazingly effective but notoriously annoying cross-document DOM binding fuzzer that helped identify about one hundred bugs in all browsers on the market &#8211; many of said bugs exploitable &#8211; and it is still finding more.</p>
<p>The fuzzer owes much of its efficiency to dynamically generating extremely long-winding sequences of DOM operations across multiple documents, inspecting returned objects, recursing into them, and creating circular node references that stress-test garbage collection mechanisms. </p>
<p><strong>The cross_fuzz fuzzing Algorithm</strong></p>
<ol>
<li>Open two windows with documents of any (DOM-enabled) type. Simple HTML, XHTML, and SVG documents are randomly selected as targets by default &#8211; although any other, possibly plugin-supported formats could be targeted instead.</li>
<li>Crawl DOM hierarchy of the first document, collecting encountered object references for later reuse. Visited objects and collected references are tagged using an injected property to avoid infinite recursion; a secondary blacklist is used to prevent navigating away or descending into the master window. Critically, random shuffling and recursion fanout control are used to ensure good coverage.</li>
<li>Repeat DOM crawl, randomly tweaking encountered object properties by setting them to a one of the previously recorded references (or, with some probability, to one of a handful of hardcoded &#8220;interesting&#8221; values).</li>
<li>Repeat DOM crawl, randomly calling encountered object methods. Call parameters are synthesized using collected references and &#8220;interesting&#8221; values, as noted above. If a method returns an object, its output is subsequently crawled and tweaked in a similar manner.</li>
<li>Randomly destroy first document using one of the several possible methods, toggle garbage collection.</li>
<li>Perform the same set of crawl &#038; tweak operations for the second document, but use references collected from the first document for overwriting properties and calling methods in the second one.
</li>
<li>Randomly destroy document windows, carry over a percentage of collected references to the next fuzzing cycle. </li>
</ol>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p>This design can make it unexpectedly difficult to get clean, deterministic repros; to that effect, in the current versions of all the affected browsers, we are still seeing a collection of elusive problems when running the tool &#8211; and some not-so-elusive ones. I believe that at this point, a broader community involvement may be instrumental to tracking down and resolving these bugs.</p>
<p>I also believe that at least one of the vulnerabilities discovered by cross_fuzz may be known to third parties &#8211; which makes getting this tool out a priority. </p>
<p>You can download cross_fuzz here:</p>
<p><a href="http://lcamtuf.coredump.cx/cross_fuzz">http://lcamtuf.coredump.cx/cross_fuzz</a></p>
<p>Or read more <a href="http://lcamtuf.blogspot.com/2011/01/announcing-crossfuzz-potential-0-day-in.html">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=cross_fuzz+%E2%80%93+A+Cross-Document+DOM+Binding+Fuzzer+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3027+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/&amp;t=cross_fuzz+%E2%80%93+A+Cross-Document+DOM+Binding+Fuzzer" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/&amp;title=cross_fuzz+%E2%80%93+A+Cross-Document+DOM+Binding+Fuzzer" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/&amp;title=cross_fuzz+%E2%80%93+A+Cross-Document+DOM+Binding+Fuzzer" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/&amp;title=cross_fuzz+%E2%80%93+A+Cross-Document+DOM+Binding+Fuzzer" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/&amp;title=cross_fuzz+%E2%80%93+A+Cross-Document+DOM+Binding+Fuzzer" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F01%2Fcross_fuzz-a-cross-document-dom-binding-fuzzer%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOCTL Fuzzer v1.2 &#8211; Fuzzing Tool For Windows Kernel Drivers</title>
		<link>http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/</link>
		<comments>http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 19:53:33 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[fuzzer]]></category>
		<category><![CDATA[fuzzer tool]]></category>
		<category><![CDATA[fuzzing]]></category>
		<category><![CDATA[fuzzing ioctl]]></category>
		<category><![CDATA[fuzzing windows]]></category>
		<category><![CDATA[fuzzing windows kernel]]></category>
		<category><![CDATA[fuzzing-tool]]></category>
		<category><![CDATA[ioctl]]></category>
		<category><![CDATA[ioctl exploit]]></category>
		<category><![CDATA[ioctl fuzzer]]></category>
		<category><![CDATA[ioctl vulnerability]]></category>
		<category><![CDATA[reverse-engineering]]></category>
		<category><![CDATA[ring 0]]></category>
		<category><![CDATA[windows kernel driver fuzzing]]></category>
		<category><![CDATA[windows kernel fuzzing tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3016</guid>
		<description><![CDATA[IOCTL Fuzzer is a tool designed to automate the task of searching vulnerabilities in Windows kernel drivers by performing fuzz tests on them. The fuzzer’s own driver hooks NtDeviceIoControlFile in order to take control of all IOCTL requests throughout the system. While processing IOCTLs, the fuzzer will spoof those IOCTLs conforming to conditions specified in [...]]]></description>
			<content:encoded><![CDATA[<p>IOCTL Fuzzer is a tool designed to automate the task of searching vulnerabilities in Windows kernel drivers by performing fuzz tests on them.</p>
<p>The fuzzer’s own driver hooks NtDeviceIoControlFile in order to take control of all IOCTL requests throughout the system.</p>
<p>While processing IOCTLs, the fuzzer will spoof those IOCTLs conforming to conditions specified in the configuration file. A spoofed IOCTL is identical to the original in all respects except the input data, which is changed to randomly generated fuzz.</p>
<p>IOCTL Fuzzer works on Windows XP, 2003 Server, Vista, Windows 7 and 2008 Server. </p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p><strong>New in 1.2 version</strong></p>
<ul>
<li>Windows 7 support</li>
<li>Full support of 64-bit versions of Windows</li>
<li>Exceptions monitoring</li>
<li>&#8220;Fair Fuzzing&#8221; feature</li>
<li>Different data generation modes</li>
<li>Boot fuzzing (during OS initialization) </li>
</ul>
<p>You can download IOCTL Fuzzer v1.2 here:</p>
<p><a href="http://ioctlfuzzer.googlecode.com/files/ioctl_fuzzer-1.2.zip">ioctl_fuzzer-1.2.zip</a></p>
<p>Or read more <a href="http://code.google.com/p/ioctlfuzzer/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=IOCTL+Fuzzer+v1.2+%E2%80%93+Fuzzing+Tool+For+Windows+Kernel+Drivers+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3016+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/&amp;t=IOCTL+Fuzzer+v1.2+%E2%80%93+Fuzzing+Tool+For+Windows+Kernel+Drivers" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/&amp;title=IOCTL+Fuzzer+v1.2+%E2%80%93+Fuzzing+Tool+For+Windows+Kernel+Drivers" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/&amp;title=IOCTL+Fuzzer+v1.2+%E2%80%93+Fuzzing+Tool+For+Windows+Kernel+Drivers" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/&amp;title=IOCTL+Fuzzer+v1.2+%E2%80%93+Fuzzing+Tool+For+Windows+Kernel+Drivers" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/&amp;title=IOCTL+Fuzzer+v1.2+%E2%80%93+Fuzzing+Tool+For+Windows+Kernel+Drivers" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F12%2Fioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/12/ioctl-fuzzer-v1-2-fuzzing-tool-for-windows-kernel-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

