<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: writing a Browser fuzzer !!!</title>
	<atom:link href="http://www.abysssec.com/blog/2009/08/how-to-write-browser-fuzzer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abysssec.com/blog/2009/08/how-to-write-browser-fuzzer/</link>
	<description>Security Researches , Advisories , Coding , Projects , Reversing , Exploitation , Fuzzing</description>
	<lastBuildDate>Sat, 27 Mar 2010 17:03:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: boxer</title>
		<link>http://www.abysssec.com/blog/2009/08/how-to-write-browser-fuzzer/comment-page-1/#comment-5215</link>
		<dc:creator>boxer</dc:creator>
		<pubDate>Mon, 31 Aug 2009 03:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=368#comment-5215</guid>
		<description>how to find these getElementsByTagName(&quot;p&quot;) in firefox should be look in browser or in exe where to find ?

and also where to find in IE or opera 
one more question how do we came to know that

which browser is using which HTML 5 or HTML 4

boxer</description>
		<content:encoded><![CDATA[<p>how to find these getElementsByTagName(&#8220;p&#8221;) in firefox should be look in browser or in exe where to find ?</p>
<p>and also where to find in IE or opera<br />
one more question how do we came to know that</p>
<p>which browser is using which HTML 5 or HTML 4</p>
<p>boxer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boxer</title>
		<link>http://www.abysssec.com/blog/2009/08/how-to-write-browser-fuzzer/comment-page-1/#comment-5214</link>
		<dc:creator>boxer</dc:creator>
		<pubDate>Sat, 29 Aug 2009 05:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=368#comment-5214</guid>
		<description>hi
i want to know how to find the getElementsByTagName(&quot;p&quot;) in firefox or in IE

where to find in firefox.exe or in browser

mention the step(like as we look in exe we use olly,IDA pro)

mean how to look in browser  so that i can update fuzzer with current firefox 
that we had update the fuzzer as new update browser release</description>
		<content:encoded><![CDATA[<p>hi<br />
i want to know how to find the getElementsByTagName(&#8220;p&#8221;) in firefox or in IE</p>
<p>where to find in firefox.exe or in browser</p>
<p>mention the step(like as we look in exe we use olly,IDA pro)</p>
<p>mean how to look in browser  so that i can update fuzzer with current firefox<br />
that we had update the fuzzer as new update browser release</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anaconda</title>
		<link>http://www.abysssec.com/blog/2009/08/how-to-write-browser-fuzzer/comment-page-1/#comment-5213</link>
		<dc:creator>Anaconda</dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=368#comment-5213</guid>
		<description>good post for begineers!!!
=================
Hi dear .
thanks , This is fundamental , not simple !
Daphne</description>
		<content:encoded><![CDATA[<p>good post for begineers!!!<br />
=================<br />
Hi dear .<br />
thanks , This is fundamental , not simple !<br />
Daphne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aMIr</title>
		<link>http://www.abysssec.com/blog/2009/08/how-to-write-browser-fuzzer/comment-page-1/#comment-5210</link>
		<dc:creator>aMIr</dc:creator>
		<pubDate>Sat, 22 Aug 2009 18:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=368#comment-5210</guid>
		<description>Nice writeup,
as you said it&#039;s not a commercial fuzzer and certainly not a general purpose fuzzer.
browser security assessment isn&#039;t narrowed to javascript, HTML and XML . there are a bunch of other attack vectors such as image rendering libraries(JPEG, PNG, GIF, etc.) to fuzz/assessment too. though they are not actually needed for a special-purpose and non-commercial fuzzer that has been written privately for some testing purpose, cause these codes aren&#039;t ready to use or run and BOOM tools. your fuzzer should do good at fuzzing of FONT as a PoC.

I have some opinion, if you like:
1) your &#039;overflows&#039; list have small length, try some more char length too.
2) your &#039;overflows&#039; list is only filled with &#039;A&#039; char, try some other chars too. because of some triggery reasons.
3) try some non-printable and unicode chars too !
4) try fuzzed property/values too. it&#039;ll be more accurate in some places!

cool to see these actions :)
that was all,
cheers
-----------------------
hi amir 
i&#039;m  much agree by your Suggestions  . 	
Especially with the Unicode part and image rendering library .
in future post , i will write about these .
Have good days
Daphne
</description>
		<content:encoded><![CDATA[<p>Nice writeup,<br />
as you said it&#8217;s not a commercial fuzzer and certainly not a general purpose fuzzer.<br />
browser security assessment isn&#8217;t narrowed to javascript, HTML and XML . there are a bunch of other attack vectors such as image rendering libraries(JPEG, PNG, GIF, etc.) to fuzz/assessment too. though they are not actually needed for a special-purpose and non-commercial fuzzer that has been written privately for some testing purpose, cause these codes aren&#8217;t ready to use or run and BOOM tools. your fuzzer should do good at fuzzing of FONT as a PoC.</p>
<p>I have some opinion, if you like:<br />
1) your &#8216;overflows&#8217; list have small length, try some more char length too.<br />
2) your &#8216;overflows&#8217; list is only filled with &#8216;A&#8217; char, try some other chars too. because of some triggery reasons.<br />
3) try some non-printable and unicode chars too !<br />
4) try fuzzed property/values too. it&#8217;ll be more accurate in some places!</p>
<p>cool to see these actions :)<br />
that was all,<br />
cheers<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
hi amir<br />
i&#8217;m  much agree by your Suggestions  .<br />
Especially with the Unicode part and image rendering library .<br />
in future post , i will write about these .<br />
Have good days<br />
Daphne</p>
]]></content:encoded>
	</item>
</channel>
</rss>
