<?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>blog ntic de revolunet &#187; anonymity</title>
	<atom:link href="http://blog.revolunet.com/index.php/conseil.intranet/security/anonymity/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.revolunet.com</link>
	<description>Blog des Nouvelles Technologies de l'Information et de la Communication</description>
	<lastBuildDate>Tue, 22 Jun 2010 07:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Firefox for debugging and penetration testing</title>
		<link>http://blog.revolunet.com/index.php/security/using-firefox-for-debugging-and-penetration-testing</link>
		<comments>http://blog.revolunet.com/index.php/security/using-firefox-for-debugging-and-penetration-testing#comments</comments>
		<pubDate>Wed, 23 Jan 2008 20:30:07 +0000</pubDate>
		<dc:creator>drax</dc:creator>
				<category><![CDATA[anonymity]]></category>
		<category><![CDATA[exploitation]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[reconnaissance]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://sweon.net/2008/01/using-firefox-for-debugging-and-penetration-testing</guid>
		<description><![CDATA[We all know Firefox is a great browser but what really sets it apart are its numerous extensions (or plugins).
With the right extensions, firefox can become much more than a web browser. But this isn&#8217;t about turning your firefox into a blogging platform or a social bookmarking application. It&#8217;s about turning your firefox into one [...]]]></description>
			<content:encoded><![CDATA[<p>We all know Firefox is a great browser but what really sets it apart are its numerous extensions (or plugins).</p>
<p>With the right extensions, firefox can become much more than a web browser. But this isn&#8217;t about turning your firefox into a blogging platform or a social bookmarking application. It&#8217;s about turning your firefox into one of the best tools for web development, debugging and penetration testing web applications.<br />
<span id="more-313"></span><br />
The following picture is a mind-map of Firefox extensions that can prove very useful during the security audit of a web application. This picture was taken from the <a href="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html">Security Database FireCAT 1.3</a> article.<br />
<a href='http://sweon.net/wp-content/uploads/2008/01/firecat_13.png' title='firecat_13.png'><img src='http://sweon.net/wp-content/uploads/2008/01/firecat_13.png' alt='firecat_13.png' /></a><br />
Alot of these tools share common functionalities, and some are just plain better than other. It&#8217;s all a matter of taste, so I suggest you try them out yourself.</p>
<p>Nevertheless, here is my personal pick of the crop.</p>
<h3>Must have</h3>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a>. Amazing javascript debugger and DOM inspector. Includes many other tools (profiler, network watch, &#8230;).</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/125">SwitchProxy</a>. Switch between different proxy configurations in a couple clicks.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/573">Add N Edit Cookies</a>. Does exactly what it says on the tin.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/966">Tamper Data</a>. Lets you view and modify outgoing requests very easily. Includes a handy &#8220;replay&#8221; function.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3699">Classic Compact</a>. <b>Not an extension</b>. Just a theme, the default theme in fact, modified to be as compact as possible (because we all need that screen real estate).</li>
</ul>
<h3>Nice to have</h3>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2691">Poster</a>. Lets you forge any HTTP request very easily. Supports common methods (get, post, head, &#8230;) file uploading and authentication. It&#8217;s like a portable &lt;form&gt; in your pocket.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3899">Hack Bar</a>. Tool to aid when looking for SQL injections (includes SQL related functions and a few encoders/decoders). I mostly use it as an URL sandbox instead of the single-line address bar.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a>. Not as ground-breaking as firebug but includes a few handy functions.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/59">User Agent Switcher</a>. Lets you switch user-agent globally. Includes pre-defined User-Agent strings.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/953">RefControl</a>.Set your Referer header globally or per domain.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a>. Allow or deny javascript globally, per domain, site, path, time, earth-moon distance, &#8230;</li>
<li><a href="http://www.securitycompass.com/exploitme.shtml">Exploit Me</a>. Suite of tools for automating user input fuzzing (brute-forcing payloads). At time of writing, two extensions are available; &#8220;XSS Me&#8221; and &#8220;SQL Inject Me&#8221;.</li>
<li><a href="http://groups.csail.mit.edu/uid/chickenfoot/">ChickenFoot</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a>. Scripting environments.</li>
</ul>
<p>The above mindmap diagram is available in 3 formats:</p>
<ul>
<li><a href='http://sweon.net/wp-content/uploads/2008/01/firecat_13.png' title='firecat_13.png'>firecat_13.png</a></li>
<li><a href='http://sweon.net/wp-content/uploads/2008/01/firecat_13.pdf' title='firecat_13.pdf'>firecat_13.pdf</a></li>
<li><a href='http://sweon.net/wp-content/uploads/2008/01/firecat-13.mm' title='firecat-13.mm'>firecat-13.mm</a></li>
</ul>
<h4>References</h4>
<ul>
<li><a href="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html">http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/security/using-firefox-for-debugging-and-penetration-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
