<?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>Darknet - The Darkside &#187; dd</title>
	<atom:link href="http://www.darknet.org.uk/tag/dd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>raw2vmdk &#8211; Mount Raw Hard Disk (dd) Images As VMDK Virtual Disks</title>
		<link>http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/</link>
		<comments>http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 10:24:56 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[convert raw disk image to vmdk]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dd disk image]]></category>
		<category><![CDATA[liveview]]></category>
		<category><![CDATA[mount dd image]]></category>
		<category><![CDATA[mount raw disk image]]></category>
		<category><![CDATA[mount raw disk image in virtual machine]]></category>
		<category><![CDATA[mount raw disk image in vmware]]></category>
		<category><![CDATA[mount raw disk image with virtualbox]]></category>
		<category><![CDATA[mount raw disk with vmware]]></category>
		<category><![CDATA[raw disk vmdk]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtual disks]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[vmdk disk format]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[zapotek]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2712</guid>
		<description><![CDATA[raw2vmdk is an OS independent Java utility that allows you to mount raw disk images, like images created by &#8220;dd&#8221;, using VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format. It could be an interesting tool for doing forensics examinations on compromised boxes when all you have is a dd dump of [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>raw2vmdk is an OS independent Java utility that allows you to mount raw disk images, like images created by &#8220;dd&#8221;, using VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format.</p>
<p>It could be an interesting tool for doing forensics examinations on compromised boxes when all you have is a dd dump of the drive to work on, it allows you to easily mount the disk in your favourite virtualization platform and get to work doing some forensic analysis.</p>
<p>It analyzes the raw image and creates an appropriately formatted &#8220;.vmdk&#8221; file that can be used to mount the image right away.</p>
<p>raw2vmdk is written in Java and is designed to be OS independent, simple and flexible. It creates an appropriately structured VMDK file that refers to the raw image, which can then be mounted by VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format, as if it were an actual virtual drive. Thus preserving space and allowing for very fast deployment.</p>
<p>It is extremely simple to use and provides the required results in seconds. This is a new tool, so if you have any feedback please do leave it in the comments below or contact the author directly.</p>
<p>You can download raw2vmdk here:</p>
<p><a href="http://sourceforge.net/projects/raw2vmdk/files/raw2vmdk-0.1.1.tar.gz/download">raw2vmdk-0.1.1.tar.gz</a></p>
<p><strong>*EDIT* 18/6/2010</strong></p>
<p><a href="http://twitter.com/keydet89/status/16379917174">keydet89 on Twitter</a> asked about the difference between this tool and <a href="http://liveview.sourceforge.net/">LiveView</a> so I asked the author and here&#8217;s his reply:</p>
<blockquote><p>Actually I&#8217;m using a couple of their classes to get the disk geometry details needed for the vmdk file. I acknowledge that in my blog and the AUTHORS file.</p>
<p>You see I needed to boot a 74GB pfSense raw image for analysis and &#8220;qemu-img convert&#8221; is too slow for that kind of thing. Then I came across LiveView, I reviewed the code and manually replicated the process of creating a suitable vmdk file in order to boot the image using VMware.</p>
<p>After I was done my first plan was to port LiveView to *nix, but after a chat with the maintainer and a more detailed review of the LiveView code it proved to be too time consuming. So I decided to automate the manual process I followed and because there&#8217;s no need to reinvent the wheel I reused the classes LiveView is using to get the disk geometry.</p>
<p>LiveView is a good tool but very tightly coupled with MS Windows and can&#8217;t work from the command line. I needed something OS independent and easy to incorporate into scripts, mainly because I don&#8217;t use Windows. Plus, in the code it seemed that LiveView is actually manipulating the VMware ESX, I didn&#8217;t much care for that.</p>
<p>I think it&#8217;s best to just create the required .vmdk file to allow someone to boot/mount the drive they need and just get the hell out of their way. So overnight I had raw2vmdk ready and you know the rest. :)</p></blockquote>
<p>You can read more about raw2vmdk at his blog here:</p>
<p><a href="http://trainofthought.segfault.gr/">Zapotek&#8217;s train of thought…</a></p>
<p></p>
<p>Or read more <a href="http://raw2vmdk.segfault.gr/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2712+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;t=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/&amp;title=raw2vmdk+%E2%80%93+Mount+Raw+Hard+Disk+%28dd%29+Images+As+VMDK+Virtual+Disks" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F06%2Fraw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/06/raw2vmdk-mount-raw-hard-disk-dd-images-as-vmdk-virtual-disks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Foremost &#8211; Recover Files From Drive or Drive Image AKA Carving</title>
		<link>http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/</link>
		<comments>http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 19:57:09 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[data-recovery]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[encase]]></category>
		<category><![CDATA[file-forensics]]></category>
		<category><![CDATA[foremost]]></category>
		<category><![CDATA[forensics-tools]]></category>
		<category><![CDATA[free-forensics]]></category>
		<category><![CDATA[open-source-forensics]]></category>
		<category><![CDATA[recover-files]]></category>
		<category><![CDATA[safeback]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/</guid>
		<description><![CDATA[Foremost is a console program to recover files based on their headers, footers, and internal data structures. This process is commonly referred to as data carving. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive. The headers and footers can be specified by a [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Foremost is a console program to recover files based on their headers, footers, and internal data structures. This process is commonly referred to as data carving. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive.</p>
<p>The headers and footers can be specified by a configuration file or you can use command line switches to specify built-in file types. These built-in types look at the data structures of a given file format allowing for a more reliable and faster recovery.</p>
<p>Originally developed by the United States Air Force Office of Special Investigations and The Center for Information Systems Security Studies and Research , foremost has been opened to the general public.</p>
<p>You can download the latest version here:</p>
<p><a href="http://foremost.sourceforge.net/pkg/foremost-1.5.tar.gz">foremost-1.5.tar.gz</a></p>
<p></p>
<p>Or read more <a href="http://foremost.sourceforge.net/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Foremost+%E2%80%93+Recover+Files+From+Drive+or+Drive+Image+AKA+Carving+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D690+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/&amp;t=Foremost+%E2%80%93+Recover+Files+From+Drive+or+Drive+Image+AKA+Carving" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/&amp;title=Foremost+%E2%80%93+Recover+Files+From+Drive+or+Drive+Image+AKA+Carving" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/&amp;title=Foremost+%E2%80%93+Recover+Files+From+Drive+or+Drive+Image+AKA+Carving" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/&amp;title=Foremost+%E2%80%93+Recover+Files+From+Drive+or+Drive+Image+AKA+Carving" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/&amp;title=Foremost+%E2%80%93+Recover+Files+From+Drive+or+Drive+Image+AKA+Carving" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2007%2F09%2Fforemost-recover-files-from-drive-or-drive-image-aka-carving%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/09/foremost-recover-files-from-drive-or-drive-image-aka-carving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

