<?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> &#187; Tools &amp; sources</title>
	<atom:link href="http://www.megapanzer.com/category/tools-sources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.megapanzer.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 11:04:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>RecycleBin</title>
		<link>http://www.megapanzer.com/2010/07/27/recyclebin/</link>
		<comments>http://www.megapanzer.com/2010/07/27/recyclebin/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:00:27 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3619</guid>
		<description><![CDATA[Tool name : RecycleBin &#160; Description : RecycleBin lists the name, size, deletion time and the recovery file name of all the files inside the Recycle bin directory. At first I tried to solve it with CSIDL_BITBUCKET/SHGetSpecialFolderLocation() to list the virtual trash bin directory. Parsing the recycle-bin-files myself seemed the easier way to do it. [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>RecycleBin</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>RecycleBin lists the name, size, deletion time and the recovery file name of all the files inside the Recycle bin directory. At first I tried to solve it with <strong>CSIDL_BITBUCKET/SHGetSpecialFolderLocation()</strong> to list the virtual trash bin directory. Parsing the recycle-bin-files myself seemed the easier way to do it.<br />
<br />
RecycleBin was developped on Windows 7. It  probably also runs on Windows Vista
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows 7</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td>Version 0.1 – <a href="http://www.megapanzer.com/wp-content/uploads/RecycleBin.zip">Source &#038; binary</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Screen shots</strong> :</td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/07/27/recyclebin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebCamSnapShot</title>
		<link>http://www.megapanzer.com/2010/07/20/webcamsnapshot/</link>
		<comments>http://www.megapanzer.com/2010/07/20/webcamsnapshot/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 15:00:05 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3597</guid>
		<description><![CDATA[Tool name : WebCamSnapShot &#160; Description : WebCamSnapShot is a tool that grabs a frame from the connected web cam and saves it in the BMP format to a file. There are different libraries to grab the picture from a web cam. Direct X, Video for Windows and other third party libs. In this tool [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>WebCamSnapShot</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>WebCamSnapShot is a tool that grabs a frame from the connected web cam and saves it in the BMP format to a file. There are different libraries to grab the picture from a web cam. Direct X, Video for Windows and other third party libs. In this tool I choose the Video for Windows variant.<br />
The <strong><a href="http://www.megapanzer.com/2009/11/10/webcamstillimage/">WebCamStillImage</a></strong> tool actually does the same but on some systems it doesn&#8217;t work properly and only a picture with black content is saved. This behaviour shouldn&#8217;t occur with this version.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td>Version 0.1 – <a href="http://www.megapanzer.com/wp-content/uploads/WebCamSnapShot.zip">Source &#038; binary</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Screen shots</strong> :</td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/07/20/webcamsnapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeyLogger2</title>
		<link>http://www.megapanzer.com/2010/07/17/keylogger2/</link>
		<comments>http://www.megapanzer.com/2010/07/17/keylogger2/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 14:02:14 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3589</guid>
		<description><![CDATA[Tool name : Keylogger2 &#160; Description : Keylogger is a simpel and straightforward piece of software that intercepts all keystrokes by intercepting data coming from a raw input device and saves it in a log file. KeyLogger is an other variant of a key logger. It demonstrates how to intercept key strokes by setting a [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>Keylogger2</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>Keylogger is a simpel and straightforward piece of software that intercepts all keystrokes <strong>by intercepting data coming from a raw input device</strong> and saves it in a log file. <a href="http://www.megapanzer.com/2010/07/02/keylogger/">KeyLogger </a> is an other variant of a key logger. It demonstrates how to intercept key strokes <strong>by setting a system wide hook</strong>.
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP/ Server 2003 R2/7</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td><a href="http://www.megapanzer.com/wp-content/uploads/KeyLogger2.zip">Source &#038; binary</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/07/17/keylogger2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShutDown</title>
		<link>http://www.megapanzer.com/2010/07/08/shutdown/</link>
		<comments>http://www.megapanzer.com/2010/07/08/shutdown/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 19:40:10 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3577</guid>
		<description><![CDATA[Tool name : ShutDown &#160; Description : ShutDown is an example source that shows how to shut a system down, reboot or to put it into standby. It&#8217;s nice to know how to do it, but actually &#8230; it&#8217;s rather unspectacular &#160; Tested on : Windows XP &#160; Feedback : In case you encounter any [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>ShutDown<img src="http://www.megapanzer.com/wp-content/uploads/code-150x150.jpg" alt="" title="code" width="75" height="75" class="alignright size-thumbnail wp-image-3203" /></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>ShutDown is an example source that shows how to shut a system down, reboot or to put it into standby. It&#8217;s nice to know how to do it, but actually &#8230; it&#8217;s rather unspectacular <img src='http://www.megapanzer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td>Version 0.1 &#8211; <a href="http://www.megapanzer.com/wp-content/uploads/ShutDown.zip">Binary &#038; source</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/07/08/shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slumber</title>
		<link>http://www.megapanzer.com/2010/07/07/slumber/</link>
		<comments>http://www.megapanzer.com/2010/07/07/slumber/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 23:23:00 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3566</guid>
		<description><![CDATA[Tool name : Slumber &#160; Description : Slumber is a small handy application to put your computer after a predefined periode of time on standby. No annoying noise of your hard disk or fan will disturb you after watching a movie and falling asleep. Also the waste of energy can be reduced at least a [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>Slumber<img src="http://www.megapanzer.com/wp-content/uploads/App-150x150.jpg" alt="" title="App" width="75" height="75" class="alignright size-thumbnail wp-image-3567" /></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>Slumber is a small handy application to put your computer after a predefined periode of time on standby. No annoying noise of your hard disk or fan will disturb you after watching a movie and falling asleep. Also the waste of energy can be reduced at least a little.
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td>Version 0.1 &#8211; <a href="http://www.megapanzer.com/wp-content/uploads/Slumber.zip">Binary</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Screen shots</strong> :</td>
<td><a href="http://www.megapanzer.com/wp-content/uploads/Slumber.jpg" target="_blank"><img src="http://www.megapanzer.com/wp-content/uploads/Slumber-150x150.jpg" alt="" title="Slumber" width="150" height="150" class="alignright size-thumbnail wp-image-3565" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/07/07/slumber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCPSniffer version 0.2</title>
		<link>http://www.megapanzer.com/2010/07/05/new-tcpsniffer-version/</link>
		<comments>http://www.megapanzer.com/2010/07/05/new-tcpsniffer-version/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:40:29 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Tools & sources]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3559</guid>
		<description><![CDATA[Even if the sniffer is very basic and not equipped with special rocket science features I missed to finish the IP filter part. That&#8217;s what I added in version 0.2 and I did also some minor modifications in the pattern file. You can download the binary and source code here.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.megapanzer.com/wp-content/uploads/code-150x150.jpg" alt="" title="code" width="75" height="75" class="alignright size-thumbnail wp-image-3203" />Even if the sniffer is very basic and not equipped with special rocket science features I missed to finish the IP filter part. That&#8217;s what I added in <strong>version 0.2</strong> and I did also some minor modifications in the pattern file.<br />
<br />
You can download the binary and source code <a href="http://www.megapanzer.com/2010/05/22/tcpsniffer/">here</a>.<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/07/05/new-tcpsniffer-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Keylogger</title>
		<link>http://www.megapanzer.com/2010/07/02/keylogger/</link>
		<comments>http://www.megapanzer.com/2010/07/02/keylogger/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 00:33:02 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>
		<category><![CDATA[keylogger]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3538</guid>
		<description><![CDATA[Tool name : Keylogger 0.1 &#160; Description : Keylogger is a simpel and straightforward piece of software that intercepts all keystrokes and saves it in a log file. Beside this type of keylogger there are variants, interrupt intercepting and key buffer reading ways to achieve the goal. &#160; Tested on : Windows XP/ Server 2003 [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>Keylogger 0.1</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>Keylogger is a simpel and straightforward piece of software that intercepts all keystrokes and saves it in a log file. Beside this type of keylogger there are variants, interrupt intercepting and key buffer reading ways to achieve the goal.
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP/ Server 2003 R2/7</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td><a href="http://www.megapanzer.com/wp-content/uploads/Keylogger.zip">Source &#038; binary</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/07/02/keylogger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TCPSniffer</title>
		<link>http://www.megapanzer.com/2010/05/22/tcpsniffer/</link>
		<comments>http://www.megapanzer.com/2010/05/22/tcpsniffer/#comments</comments>
		<pubDate>Sat, 22 May 2010 23:33:46 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>
		<category><![CDATA[Sniffer]]></category>
		<category><![CDATA[Sources]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3521</guid>
		<description><![CDATA[Tool name : TCPSniffer &#160; Description : TCPSniffer is a simpel and straightforward raw Winsocket based sniffer implementation. It reads all incoming and outgoing TCP packets and searches the payload after predefined patterns as account information. &#160; Tested on : Windows XP &#160; Feedback : In case you encounter any problems with the tool, you [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>TCPSniffer</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>TCPSniffer is a simpel and straightforward raw Winsocket based sniffer implementation. It reads all incoming and outgoing TCP packets and searches the payload after predefined patterns as account information.
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td>Version 0.1 &#8211; <a href="http://www.megapanzer.com/wp-content/uploads/TCPSniffer_binary.zip">Binary</a> | <a href="http://www.megapanzer.com/wp-content/uploads/TCPSniffer_source.zip">Source</a></td>
</tr>
<tr valign="top">
<td>&nbsp;</td>
<td>Version 0.2 &#8211; <a href="http://www.megapanzer.com/wp-content/uploads/TCPSniffer_0.2.zip">Binary &#038; source</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Screen shots</strong> :</td>
<td><a href="http://www.megapanzer.com/wp-content/uploads/TCPSniffer.jpg" target="_blank"><img src="http://www.megapanzer.com/wp-content/uploads/TCPSniffer-150x150.jpg" alt="" title="TCPSniffer" width="150" height="150" class="alignright size-thumbnail wp-image-3524" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/05/22/tcpsniffer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Extracting Firefox logfile entries with FFLogDump</title>
		<link>http://www.megapanzer.com/2010/03/16/extracting-firefox-logfile-entries-with-fflogdump/</link>
		<comments>http://www.megapanzer.com/2010/03/16/extracting-firefox-logfile-entries-with-fflogdump/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 06:40:51 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Logfile]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=2395</guid>
		<description><![CDATA[Tool name : FFLogDump 0.1 &#160; Description : FFLogDump is a tool to access the Firefox 3.* main logfile and extract details about sites the user visited. In this version cookie information, favorites/bookmarks and the browsing history are extracted. &#160; Tested on : Windows XP, Firefox 3.5.1 &#160; Feedback : In case you encounter any [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>FFLogDump 0.1</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>FFLogDump is a tool  to access the Firefox 3.* main logfile and extract details about sites the user visited. In this version cookie information, favorites/bookmarks and the browsing history are extracted.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP, Firefox 3.5.1</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr  valign="top">
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td><a href="http://www.megapanzer.com/wp-content/uploads/FFLog_binary_20100316.zip">Binary</a> | <a href="http://www.megapanzer.com/wp-content/uploads/FFLog_source_20100316.zip" target="_blank">Source</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Screen shots</strong> :</td>
<td>-</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/03/16/extracting-firefox-logfile-entries-with-fflogdump/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Enumerate MSN user accounts with MSNRecover</title>
		<link>http://www.megapanzer.com/2010/02/21/enumerate-msn-user-accounts-with-msnrecover/</link>
		<comments>http://www.megapanzer.com/2010/02/21/enumerate-msn-user-accounts-with-msnrecover/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 21:01:41 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>
		<category><![CDATA[Account]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[Sources]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=3314</guid>
		<description><![CDATA[Tool name : MSNRecover version 0.1 &#160; Description : MSNRecover searches inside the Microsoft Credential management system for MSN authentication data. If such an entry was found targetname, comments, username and password are printed on the display. &#160; Tested on : Windows XP &#160; Feedback : In case you encounter any problems with the tool, [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>MSNRecover version 0.1</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>MSNRecover searches inside the Microsoft Credential management system for MSN authentication data. If such an entry was found targetname, comments, username and password are printed on the display.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td><a href="http://www.megapanzer.com/wp-content/uploads/MSNRecover.exe">Binary</a> | <a href="http://www.megapanzer.com/wp-content/uploads/MSNRecover.zip">Source</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2010/02/21/enumerate-msn-user-accounts-with-msnrecover/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
