<?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.rayfoo] &#187; penetration testing</title>
	<atom:link href="http://blog.rayfoo.info/tag/penetration-testing/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rayfoo.info</link>
	<description>Infosec, DFIR, tech geekery, thoughts and whatnot</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:36:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Useful Firefox Plugins</title>
		<link>http://blog.rayfoo.info/2010/03/useful-firefox-plugins</link>
		<comments>http://blog.rayfoo.info/2010/03/useful-firefox-plugins#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:46:23 +0000</pubDate>
		<dc:creator>ray</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[information gathering]]></category>
		<category><![CDATA[penetration testing]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://blog.rayfoo.info/?p=474</guid>
		<description><![CDATA[Sharing my list of favourite Firefox plugins.  Some are used more for only when doing web application penetration testing, whereas some are useful for everyday awareness/protection when surfing around the interwebs.  Do leave comments if this helps, or you have any complaints/suggestions to help improve the list Adblock Plus: you know what this is for... [...]]]></description>
			<content:encoded><![CDATA[<p>Sharing my list of favourite Firefox plugins.  Some are used more for only when doing web application penetration testing, whereas some are useful for everyday awareness/protection when surfing around the interwebs.  Do leave comments if this helps, or you have any complaints/suggestions to help improve the list <img src='http://blog.rayfoo.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<ul>
<li><a href="https://addons.mozilla.org/firefox/addon/1865">Adblock Plus</a>: you know what this is for...  Remember to disable when performing penetration testing.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2489">CacheViewer</a>: Allows for viewing and sorting of cache files.  Seldom used, but a great tool nonetheless when the need comes for it.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2166">Domain Details</a>: Displays plenty of information about the server (type, headers, IP, location) that you're accessing.  Good for basic information awareness during normal surfing.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/26">Download Statusbar</a>: View and manage downloads from a tidy statusbar.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/201">DownThemAll</a>: For fast grabbing of files from a directory.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a>: Powerful tool for web developers that allows you to freely manipulate/view the loaded objects for a page.  I haven't really figured out how to use this for penetration testing yet though.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>: Could come in very handy if you want to do some mods to a site's page automatically, remember to enable/disable the scripts that aren't needed when on a penetration testing job.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/10909">IE Tab</a>: Don't really use this, unless I get a site that's coded to work only with "browsers like IE".</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3863">iMacros for Firefox</a>: Another powerful macro editing/playback tool, I don't use this though <img src='http://blog.rayfoo.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/216">JavaScript Debugger</a>: JS debugger and profiler, more useful for web developers I think.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP headers</a>: Great for showing basic information about the HTTP headers being exchanged.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a>: A MUST-HAVE for Forefox.  Whitelists the scripts and objects that are allowed to load for a domain, amongst other protection features against other nasties out there.  Remember to disable for penetration testing engagements.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/13308">People Search and Public Record Toolbar</a>: Great tool for information gathering, pity I never had the chance to <em>really</em> use it <img src='http://blog.rayfoo.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/8186">ScrapBook</a>: Aids in archiving and organizing pages.  I use it to profile a site's workflow.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/125">SwitchProxy</a> / <a href="https://addons.mozilla.org/en-US/firefox/addon/2464">FoxyProxy</a>: A must-have for changing between the many proxy tools that I use.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/966">Tamper Data</a>: I use this to grab extra timeline information about the loading of pages.  Also allows you to do request/response editing.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/59">User Agent Switcher</a>: Self explanatory.  Useful for certain situations only.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2214">View Dependencies</a>: A must-have for organizing image/JavaScript/CSS resources for a page in a tidy manner.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/697">View formatted source</a>: Formats HTML source neatly for viewing.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/655">View Source Chart</a>: Formats final document DOM (after all the loading/JavaScript events have finished firing) for easy viewing.  Also for when View formatted source isn't available for the version of Firefox that you're using.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a>: Great for manipulating the forms/cookies/JavaScript/whatnot on a page.  A definite must-have for penetration testing.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.rayfoo.info/2010/03/useful-firefox-plugins/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

