<?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; lcamtuf</title>
	<atom:link href="http://www.darknet.org.uk/tag/lcamtuf/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>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>Internet Explorer Zero-Day Accidentally Leaked To Chinese Hackers</title>
		<link>http://www.darknet.org.uk/2011/01/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/</link>
		<comments>http://www.darknet.org.uk/2011/01/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 11:02:38 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[breakaaspecial]]></category>
		<category><![CDATA[breakcircularmemoryreferences]]></category>
		<category><![CDATA[cross_fuzz]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[ie 0day]]></category>
		<category><![CDATA[ie zero day]]></category>
		<category><![CDATA[IE-exploit]]></category>
		<category><![CDATA[IE-vulnerability]]></category>
		<category><![CDATA[internet explorer 0day]]></category>
		<category><![CDATA[internet-explorer-exploit]]></category>
		<category><![CDATA[lcamtuf]]></category>
		<category><![CDATA[michal-zalewski]]></category>
		<category><![CDATA[zalewski]]></category>
		<category><![CDATA[zero-day]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3025</guid>
		<description><![CDATA[First up, happy new year &#8211; let&#8217;s hope 2011 is an interesting year for the infosec community. Anyway today&#8217;s story is about the recently released tool cross_fuzz by Michal Zalewski and an inadvertent leak that have occurred. tl;dr version is something like this: Michal Zalewski writes a DOM fuzzer, fuzzes IE, finds flaws, Chinese dudes [...]]]></description>
			<content:encoded><![CDATA[<p>First up, happy new year &#8211; let&#8217;s hope 2011 is an interesting year for the infosec community. Anyway today&#8217;s story is about the recently released tool <a href="http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/">cross_fuzz</a> by Michal Zalewski and an inadvertent leak that have occurred.</p>
<p>tl;dr version is something like this: Michal Zalewski writes a <a href="http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/">DOM fuzze</a>r, fuzzes IE, finds flaws, Chinese dudes Google some .dll functions and find fuzzer results.</p>
<p>It could be some kind of weird coincidence, or you could read a whole conspiracy theory into it (unreleased tool, very specific search terms etc.).</p>
<blockquote><p>Details concerning a potentially serious security vulnerability in fully patched versions of Microsoft&#8217;s Internet Explorer have been leaked to people in China, a researcher warned over the weekend.</p>
<p>Michal Zalewski, a security researcher at Google, blogged that data concerning at least one “clearly exploitable crash” in the Microsoft browser was inadvertently disclosed to people who were using a Chinese IP address. Details about the bug, which resides in the mshtml.dll component, were stored on a server that had accidentally been indexed by Google, Zalewski wrote elsewhere. On December 30, detailed search queries showed that the sensitive information, in addition to files for an unpublished security tool, had been retrieved by the unknown party.</p>
<p>“This pattern is very strongly indicative of an independent discovery of the same fault condition in MSIE by unrelated means,” Zalewski wrote. “Other explanations for this pair of consecutive searches seem extremely unlikely.”</p>
<p>The bug leads to arbitrary crashes in the EIP, or extended instruction pointer, of machines running the Microsoft browser. Zalewski said the flaw “is pretty much fully attacker-controlled.” It was uncovered using cross_fuzz, a security tool the researcher developed in his spare time more than two years ago to identify potential security vulnerabilities in IE, Firefox, and other browsers. Since its release, the tool has helped to identify nearly 100 various browser bugs.</p></blockquote>
<p>You can find the complete history between MZ and <a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a> regarding both ref_fuzz and cross_fuzz here:</p>
<p><a href="http://lcamtuf.coredump.cx/cross_fuzz/fuzzer_timeline.txt">fuzzer_timeline.txt</a></p>
<p>As for the &#8216;discovery&#8217; it does seem likely that someone else had already discovered the same vulnerability and were searching for further information about it and if it had been published/disclosed. The search logs are here:</p>
<p><a href="http://lcamtuf.coredump.cx/cross_fuzz/known_vuln.txt">known_vuln.txt</a></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>
<blockquote><p>A statement attributed to Jerry Bryant, group manager in Microsoft&#8217;s Response Communications, said company researchers are working to reproduce the crash to see if the underlying vulnerability can be exploited by malicious hackers.</p>
<p>“At this point, we&#8217;re not aware of any exploits or attacks for the reported issue and are continuing to investigate and monitor the threat environment for any changes,” Bryant said.</p>
<p>Zalewski provided this account of his communications with Microsoft, which started in May 2008. In it, he claims that on December 21, Microsoft researcher David Ross “confirms being able to reproduce crashes locally right away.”</p>
<p>Zalewski said that Microsoft researchers asked him to delay the release of cross_fuzz until they had more time to investigate the crashes. He published his warning on New Year&#8217;s Day, after he learned that the crash logs and related files had been downloaded.</p>
<p>“These search queries are looking for information on two MSHTML.DLL functions – BreakAASpecial and BreakCircularMemoryReferences – that are unique to the stack signature of this vulnerability, and had *absolutely* no other mentions on the internet at that time,” he said.</p></blockquote>
<p><a href="http://www.darknet.org.uk/2011/01/cross_fuzz-a-cross-document-dom-binding-fuzzer/">cross_fuzz</a> has been released officially now by Zalewski after <a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a> have had some time to investigate the crashes further. The moral of the story is, once again don&#8217;t use Internet Explorer!</p>
<p>As right now, there is a potentially dangerous 0-day for IE in the wild and as we well known with <a href="http://www.darknet.org.uk/tag/patch-tuesday/">Patch Tuesday</a> it&#8217;ll be quite some time before it gets fixed.</p>
<p>Source: <a href="http://www.theregister.co.uk/2011/01/03/ie_0day_leaked/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Internet+Explorer+Zero-Day+Accidentally+Leaked+To+Chinese+Hackers+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3025+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/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/&amp;t=Internet+Explorer+Zero-Day+Accidentally+Leaked+To+Chinese+Hackers" 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/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/&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/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/&amp;title=Internet+Explorer+Zero-Day+Accidentally+Leaked+To+Chinese+Hackers" 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/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/&amp;title=Internet+Explorer+Zero-Day+Accidentally+Leaked+To+Chinese+Hackers" 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/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/&amp;title=Internet+Explorer+Zero-Day+Accidentally+Leaked+To+Chinese+Hackers" 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/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/&amp;title=Internet+Explorer+Zero-Day+Accidentally+Leaked+To+Chinese+Hackers" 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%2Finternet-explorer-zero-day-accidentally-leaked-to-chinese-hackers%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/internet-explorer-zero-day-accidentally-leaked-to-chinese-hackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stompy &#8211; The Web Application Session Analyzer Tool</title>
		<link>http://www.darknet.org.uk/2007/03/stompy-the-web-application-session-analyzer-tool/</link>
		<comments>http://www.darknet.org.uk/2007/03/stompy-the-web-application-session-analyzer-tool/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 06:14:18 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[coredump]]></category>
		<category><![CDATA[lcamtuf]]></category>
		<category><![CDATA[michal-zalewski]]></category>
		<category><![CDATA[session-tool]]></category>
		<category><![CDATA[stompy]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-application-session-security]]></category>
		<category><![CDATA[web-application-sessions]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/03/stompy-the-web-application-session-analyzer-tool/</guid>
		<description><![CDATA[A new tool dealing with web sessions was recently announced, it&#8217;s called stompy, a free tool to perform a fairly detailed black-box assessment of WWW session identifier generation algorithms. Session IDs are commonly used to track authenticated users, and as such, whenever they&#8217;re predictable or simply vulnerable to brute-force attacks, we do have a problem. [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>A new tool dealing with web sessions was recently announced, it&#8217;s called stompy, a free tool to perform a fairly detailed black-box assessment of WWW session identifier generation algorithms. Session IDs are commonly used to track authenticated users, and as such, whenever they&#8217;re predictable or simply vulnerable to brute-force attacks, we do have a problem.</p>
<p>The tool has already revealed several problems in proprietary software platforms such as BEA WebLogic and Sun Java System Web Server (both have problems with their JSESSIONIDs).</p>
<p><strong>Why bother?</strong></p>
<p>Some session ID cookie generation mechanisms are well-studied and well-documented, and believed to be cryptographically secure (example: Apache Tomcat, PHP, ASP.NET builtins). This is not necessarily so for certain less researched enterprise web platforms &#8211; and almost never so for custom solutions that are frequently implemented inside the web application itself.</p>
<p>Yet, while there are several nice GUI-based tools designed to analyze HTTP cookies for common problems (Daves&#8217; WebScarab, SPI Cookie Cruncher, Foundstone CookieDigger, etc), they all seem to rely on very trivial, if any, tests when it comes to unpredictability (&#8220;alphabet distribution&#8221; or &#8220;average bits changed&#8221; are top shelf); this functionality is often not better than a quick pen-and-paper analysis, and can&#8217;t be routinely used to tell a highly vulnerable linear congruent PRNG (rand())  from a well-implemented MD5 hash system (/dev/urandom).</p>
<p><strong>What&#8217;s cool?</strong></p>
<p>In order to have a fully automated, hands-off tool to reliably detect anomalies that are not readily apparent at a first glance stompy:</p>
<ul>
<li>Automatically finds session IDs encoded as URLs, cookies, and in form inputs, then collects a statistically significant sample of data</li>
<li>Determines alphabet structure to transparently handle base64, uuencode, base32, hex, and any other sane encoding scheme without user intervention</li>
<li>Translates the data to isolated time-domain bitstreams to examine how SID bits at each position change in time,</li>
<li>Runs a suite of FIPS-140-2 PRNG evaluation tests on the sample</li>
<li>Runs an array of n-dimensional phase space tests to find deterministic correlations, PRNG hyperplanes, etc, etc.</li>
</ul>
<p>Of course, the tool cannot prove the correctness of an implementation, and it is possible to devise predictable, cryptographically unsafe PRNGs that would pass these tests; still, the tool can find plenty of problems and oddities.</p>
<p>Stompy was updated due to feedback and:</p>
<ul>
<li>It now supports SSL connections, custom-crafted requests including POSTs, and input from external sources (for evaluation of non-WWW tokens of any type)
</li>
<li>It now uses GNU MP library to losslessly handle alphabets that do not directly map to binary (this is big)</li>
<li>Can run spatial correlation checks as well as temporal analysis of bitstreams in acquired samples</li>
<li>The output is much more readable, some minor bugs were fixed.</li>
</ul>
<p>The latest version of Stompy can be downloaded here:</p>
<p></p>
<p><a href="http://lcamtuf.coredump.cx/stompy.tgz">http://lcamtuf.coredump.cx/stompy.tgz</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Stompy+%E2%80%93+The+Web+Application+Session+Analyzer+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D474+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/2007/03/stompy-the-web-application-session-analyzer-tool/&amp;t=Stompy+%E2%80%93+The+Web+Application+Session+Analyzer+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/2007/03/stompy-the-web-application-session-analyzer-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/2007/03/stompy-the-web-application-session-analyzer-tool/&amp;title=Stompy+%E2%80%93+The+Web+Application+Session+Analyzer+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/2007/03/stompy-the-web-application-session-analyzer-tool/&amp;title=Stompy+%E2%80%93+The+Web+Application+Session+Analyzer+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/2007/03/stompy-the-web-application-session-analyzer-tool/&amp;title=Stompy+%E2%80%93+The+Web+Application+Session+Analyzer+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/2007/03/stompy-the-web-application-session-analyzer-tool/&amp;title=Stompy+%E2%80%93+The+Web+Application+Session+Analyzer+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%2F2007%2F03%2Fstompy-the-web-application-session-analyzer-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/2007/03/stompy-the-web-application-session-analyzer-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

