Git Product home page Git Product logo

vmdkreader's Introduction

vmdkReader

.Net 4.0 Console App to read and extract files from vmdk images

Uses https://github.com/DiscUtils/DiscUtils lib to parse the vmdk images.

Useful in cases where the vmdk is on the network and you only want to copy a single file instead of GBs (e.g ntds.dit), since it does not transfer the whole disk over the network.

Project uses:

  • Quamotion.DiscUtils.Core
  • Quamotion.DiscUtils.Ntfs
  • Quamotion.DiscUtils.Streams
  • Quamotion.DiscUtils.Vmdk

and ILMerge 3.0.29 & ILMerge.MSBuild.Task to bundle the required dlls. Generated file < 1024kb

Commands:

dir

--source: The source of the vmdk drive. It can also accept SMB paths

--directory: The directory you want to list from the vmdk disk. If not provided will default to root path

cp - Will copy a file from the vmdk to the destination provided

--source: The source of the vmdk drive. It can also accept SMB paths

--file2copy: The file you want to copy from the vmdk disk

--destination: The destination where to save the file

Examples:

vmdk.exe --command dir --source \backupserver\dc01\dc01.vmdk --directory \Windows\System32")

vmdk.exe --command cp --source \backupserver\dc01\dc01.vmdk --file2copy \Windows\System32\calc.exe --destination C:\users\user\Desktop\calc.exe

WARNING - tested only with specific vmdk/vhd images and network latencies. Use at your own risk!

TODO

Add support for filesystem detection

Add support for nfs / iSCSI

vmdkreader's People

Contributors

leftp avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.