{ "info": { "author": "Peter Wagenaar, Ralph Broenink", "author_email": "ralph@ralphbroenink.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Legal Industry", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: System :: Filesystems", "Topic :: Terminals", "Topic :: Utilities" ], "description": "============\nimagemounter\n============\n\n.. image:: https://travis-ci.org/ralphje/imagemounter.svg?branch=master\n :target: https://travis-ci.org/ralphje/imagemounter\n.. image:: https://codecov.io/gh/ralphje/imagemounter/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/ralphje/imagemounter\n.. image:: https://readthedocs.org/projects/imagemounter/badge/?version=latest\n :target: http://imagemounter.readthedocs.io/en/latest/?badge=latest\n\nimagemounter is a command-line utility and Python package to ease the mounting and unmounting of EnCase, Affuse, vmdk\nand dd disk images (and other formats supported by supported tools). It supports mounting disk images using xmount (with\noptional RW cache), affuse, ewfmount and vmware-mount; detecting DOS, BSD, Sun, Mac and GPT volume systems; mounting\nFAT, Ext, XFS UFS, HFS+, LUKS and NTFS volumes, in addition to some less known filesystems; detecting (nested) LVM\nvolume systems and mounting its subvolumes; and reconstructing Linux Software RAID arrays.\n\nIn its default mode, imagemounter will try to start mounting the base image on a temporary mount point,\ndetect the volume system and then mount each volume seperately. If it fails finding a volume system,\nit will try to mount the entire image as a whole if it succeeds in detecting what it actually is.\n\nThis package supports Python 2.7 and Python 3.3+.\n\nExample\n=======\nA very basic example of a valid mount is as follows. The command-line utility has much more features, but results vary\nwildly depending on the exact type of disk you are trying to mount::\n\n # imount lvm_containing_dos_volumesystem_containing_ext4\n [+] Mounting image lvm_containing_dos_volumesystem_containing_ext4 using auto...\n [+] Mounted raw image [1/1]\n [+] Mounted volume 2.0 GiB 4.0.2:Ext4 / [Linux] on /tmp/im_4.0.2_8l86mZ.\n >>> Press [enter] to unmount the volume, or ^C to keep mounted...\n [+] Parsed all volumes!\n [+] Analysis complete, unmounting...\n [+] All cleaned up\n\nIf you want to see for yourself, you could try executing ``imount /dev/sda`` first.\n\nDocumentation\n=============\nFull documentation of this project is available from http://imagemounter.readthedocs.org/ or in the ``docs/`` directory.\n\nInstallation\n============\nThis package does not require other packages, though ``termcolor`` is recommended and ``pytsk3`` is needed if you wish to\nuse this package for volume detection.\n\nJust perform the following commands for a basic installation::\n\n apt-get install python-setuptools xmount ewf-tools afflib-tools sleuthkit\n pip install imagemounter\n imount --check\n\nUse ``imount --check`` to verify which packages are (not) installed. Install additional packages as needed.\n\nContributing\n============\nSince imagemounter is an open source project, contributions of many forms are welcomed. Examples of possible\ncontributions include:\n\n* Bug patches\n* New features\n* Documentation improvements\n* Bug reports and reviews of pull requests\n\nWe use GitHub to keep track of issues and pull requests. You can always\n`submit an issue `_ when you encounter something out of the ordinary.\n\nNot all combinations of file and volume systems have been tested. If you encounter an issue, please try to change some\nof your arguments first, before creating a new GitHub issue.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ralphje/imagemounter/tarball/v3.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ralphje/imagemounter", "keywords": "encase", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "imagemounter", "package_url": "https://pypi.org/project/imagemounter/", "platform": "", "project_url": "https://pypi.org/project/imagemounter/", "project_urls": { "Download": "https://github.com/ralphje/imagemounter/tarball/v3.1.0", "Homepage": "https://github.com/ralphje/imagemounter" }, "release_url": "https://pypi.org/project/imagemounter/3.1.0/", "requires_dist": null, "requires_python": "", "summary": "Command line utility and Python package to ease the (un)mounting of forensic disk images.", "version": "3.1.0" }, "last_serial": 3076269, "releases": { "1.4.0": [ { "comment_text": "", "digests": { "md5": "6179e8148628d1f944d6963aae5253fd", "sha256": "c1825f9824371ec55fc7bf63fac72b51ee75324eca074072a55fda894cbe8700" }, "downloads": -1, "filename": "imagemounter-1.4.0.zip", "has_sig": false, "md5_digest": "6179e8148628d1f944d6963aae5253fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19751, "upload_time": "2014-02-03T15:03:14", "url": "https://files.pythonhosted.org/packages/f3/89/3888d2405f6b62f7c117d1d879630ae6a7c3e98ba581f190aa112136a242/imagemounter-1.4.0.zip" } ], "1.4.0b": [ { "comment_text": "", "digests": { "md5": "4c9159404ceaac9ba2f55de6dc9a7b4e", "sha256": "96fb14a0ff040ffe245f25532c2265d9633753ba1b0beb36ae3160df8eee0f16" }, "downloads": -1, "filename": "imagemounter-v1.4.0b-1.tar.gz", "has_sig": false, "md5_digest": "4c9159404ceaac9ba2f55de6dc9a7b4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19205, "upload_time": "2014-02-03T14:25:09", "url": "https://files.pythonhosted.org/packages/c1/31/4eb033b9c34cca4a52d4edce67df40aa468ac99b3806fd9802f13fd220be/imagemounter-v1.4.0b-1.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "e4cd2ab636440ee0487a9705882c6a14", "sha256": "0468381c86b44c42e3cbc065b00891e23e24fda0a4e20c0ecbf6b1d598319bae" }, "downloads": -1, "filename": "imagemounter-1.4.1.zip", "has_sig": false, "md5_digest": "e4cd2ab636440ee0487a9705882c6a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26143, "upload_time": "2014-02-10T12:52:44", "url": "https://files.pythonhosted.org/packages/43/5f/08fe6fa89e5f067c0677ad4f16fdd8dbe97998ea08eafa6fe3c0f58ebe2a/imagemounter-1.4.1.zip" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "9886d511d43cecd467ab1af459b4e001", "sha256": "d988bbf0cca027f33e7db3a486cb9f1ddeae869da646461ab7775ee21c1cc39f" }, "downloads": -1, "filename": "imagemounter-1.4.2.tar.gz", "has_sig": false, "md5_digest": "9886d511d43cecd467ab1af459b4e001", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18830, "upload_time": "2014-04-26T11:12:38", "url": "https://files.pythonhosted.org/packages/f4/35/13ea9309a82e6b8007b77d7c57faad9e0476ed88cecd42c48fc84cf39e11/imagemounter-1.4.2.tar.gz" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "4365e8e47204568c8a97e3078134b9ab", "sha256": "db54a6870bb802efa688935ec960f49b3bbe0b17e1eea183ee23004fcc55f72b" }, "downloads": -1, "filename": "imagemounter-1.4.3.tar.gz", "has_sig": false, "md5_digest": "4365e8e47204568c8a97e3078134b9ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19807, "upload_time": "2014-04-26T16:10:40", "url": "https://files.pythonhosted.org/packages/3a/cc/7fcb0da12faca8424b98943e3568ca07ac6fe4bd39edfbef92791074cd34/imagemounter-1.4.3.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "eca3643b913bd6cf7738ddd4a5a19dae", "sha256": "10e041f052b2843c8dc9f38c7d4a38d1a18ca5b46b81b4e5eed867efe22dd242" }, "downloads": -1, "filename": "imagemounter-1.5.0.tar.gz", "has_sig": false, "md5_digest": "eca3643b913bd6cf7738ddd4a5a19dae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20670, "upload_time": "2014-05-14T14:19:24", "url": "https://files.pythonhosted.org/packages/52/f9/47cfd3852ccdbdcb45598c3a4536a7f958ed57cc1d44a573ace93085463f/imagemounter-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "47fc2d5ea6ee72dbb4fbeb6825d172b3", "sha256": "5513a70956af02f26a733b5173d0522001b15e482702c50a450a18008b208e87" }, "downloads": -1, "filename": "imagemounter-1.5.1.tar.gz", "has_sig": false, "md5_digest": "47fc2d5ea6ee72dbb4fbeb6825d172b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20918, "upload_time": "2014-05-22T11:39:02", "url": "https://files.pythonhosted.org/packages/62/84/e80d4615b4213c5bfeaf00241353b900cb4318d9856f46f070c042af560d/imagemounter-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "1bb33d2f43197f634e534ab10e023398", "sha256": "c1abdeb08eca1a8f566c39b568bbd269464008589bcd6a56eaa1def9e856476b" }, "downloads": -1, "filename": "imagemounter-1.5.2.tar.gz", "has_sig": false, "md5_digest": "1bb33d2f43197f634e534ab10e023398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21779, "upload_time": "2015-04-12T15:52:56", "url": "https://files.pythonhosted.org/packages/c8/90/a9c28f00dc2f1eab0d7f95998cebd4d385139dac648457e208f6d52ad277/imagemounter-1.5.2.tar.gz" } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "4cba90fdfa473c363521b6a2347e795b", "sha256": "95bf22ec57734970be325c4d0f30f1fee5df3d5f1ef588f70c6fa6013c609496" }, "downloads": -1, "filename": "imagemounter-1.5.3.tar.gz", "has_sig": false, "md5_digest": "4cba90fdfa473c363521b6a2347e795b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21941, "upload_time": "2015-04-12T15:51:21", "url": "https://files.pythonhosted.org/packages/68/49/e101390ad8e2e4f5497363934ca4e7aeb373bccaf6c9b81ab3137752454e/imagemounter-1.5.3.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "b2577b90bb4c6211336fb0c9c66f4e85", "sha256": "919465d7a6e3d8a9f9ca164160c4b6d57c228357020d61bbd47ac74eaae45064" }, "downloads": -1, "filename": "imagemounter-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b2577b90bb4c6211336fb0c9c66f4e85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29975, "upload_time": "2015-06-17T09:41:02", "url": "https://files.pythonhosted.org/packages/66/41/724656d2c330ffa391b1ccfd62560b88caa34966e42228c4170120470efe/imagemounter-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "86ca10cf09ef431d217e5f6507584b7c", "sha256": "fb16ddc6e7cc39af0ccea9238448d7bf04872923835ecec24934ef16e510d6a2" }, "downloads": -1, "filename": "imagemounter-2.0.1.tar.gz", "has_sig": false, "md5_digest": "86ca10cf09ef431d217e5f6507584b7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30018, "upload_time": "2015-06-17T18:03:12", "url": "https://files.pythonhosted.org/packages/14/92/7ce60155f0835bf5070afd3d24093bf5c6c1cee2c81e793ca88eec174428/imagemounter-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "004f37568613d89767f151a7f4096852", "sha256": "e14925f56b1fad00dc233bb1268699ab9fdc1433e0fdcc6a6c4640296fb67479" }, "downloads": -1, "filename": "imagemounter-2.0.2.tar.gz", "has_sig": false, "md5_digest": "004f37568613d89767f151a7f4096852", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30012, "upload_time": "2015-06-17T19:20:39", "url": "https://files.pythonhosted.org/packages/23/0f/1f93d807f1246b1b7c2309ead5c2eec68f66abae4b7fe96f176db961fe0f/imagemounter-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "0ff0e6e0c11b84dbb351a6e787ec8e9a", "sha256": "fec1525f2ff9c4ffdb93335a73c43ecc5b6bd5c76aa5854bdb9e1748cd5262c0" }, "downloads": -1, "filename": "imagemounter-2.0.3.tar.gz", "has_sig": false, "md5_digest": "0ff0e6e0c11b84dbb351a6e787ec8e9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30265, "upload_time": "2015-08-02T13:03:42", "url": "https://files.pythonhosted.org/packages/7a/db/ce144a13ea8aa08ae13a5980d60205adb030dff9b7dac884bc29a5e359b2/imagemounter-2.0.3.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "22ec5c036f25ef9e69cd830985e71edb", "sha256": "24876c8b4f220bd0cf62db5cfd84a331adf79185f19acb7fa6e23de9ba42d4d8" }, "downloads": -1, "filename": "imagemounter-2.0.4.tar.gz", "has_sig": false, "md5_digest": "22ec5c036f25ef9e69cd830985e71edb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30285, "upload_time": "2016-03-15T19:45:16", "url": "https://files.pythonhosted.org/packages/4f/dd/f3597687abb41b139ab0fb8bd2546a09bea6056500dc607d4bf3b02edfa7/imagemounter-2.0.4.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "f974135195a0604a99f9ec614531ebac", "sha256": "6d5ac66994c48e1fe87db9e1d130b30dc18a7f1111d7eb0f6abe88245d64fee2" }, "downloads": -1, "filename": "imagemounter-3.0.0.tar.gz", "has_sig": false, "md5_digest": "f974135195a0604a99f9ec614531ebac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 197179, "upload_time": "2016-12-11T16:07:39", "url": "https://files.pythonhosted.org/packages/ad/35/e6e078a86099aad320ee29d16d9ae17af004383cc0b007a39354ed9ac916/imagemounter-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "68a9bed9be6f14fa32ccb9250711503b", "sha256": "cb59605e68b56d905da0cc359853d7ad668ac9788615925519364d57d7bf2d7e" }, "downloads": -1, "filename": "imagemounter-3.0.1.tar.gz", "has_sig": false, "md5_digest": "68a9bed9be6f14fa32ccb9250711503b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 197629, "upload_time": "2017-04-08T10:18:23", "url": "https://files.pythonhosted.org/packages/2d/bc/a6c02bc2c8e6644cbde5e11bf3c9d195d866069c36efd81aa050a8f8686e/imagemounter-3.0.1.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "3e6b76de40b856b72982af26267166a3", "sha256": "d2305fdf6424c0976132546e42c039182e74670b0e404ff40368a42861c3e213" }, "downloads": -1, "filename": "imagemounter-3.1.0.tar.gz", "has_sig": false, "md5_digest": "3e6b76de40b856b72982af26267166a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64602, "upload_time": "2017-08-06T09:44:33", "url": "https://files.pythonhosted.org/packages/c5/cb/79fbf7130aa46315d3525f8780ee7961474bfd25ff965cc4285b64f37c7a/imagemounter-3.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e6b76de40b856b72982af26267166a3", "sha256": "d2305fdf6424c0976132546e42c039182e74670b0e404ff40368a42861c3e213" }, "downloads": -1, "filename": "imagemounter-3.1.0.tar.gz", "has_sig": false, "md5_digest": "3e6b76de40b856b72982af26267166a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64602, "upload_time": "2017-08-06T09:44:33", "url": "https://files.pythonhosted.org/packages/c5/cb/79fbf7130aa46315d3525f8780ee7961474bfd25ff965cc4285b64f37c7a/imagemounter-3.1.0.tar.gz" } ] }