imagemounter-mitre


Nameimagemounter-mitre JSON
Version 2023.9.5 PyPI version JSON
download
home_pagehttps://github.com/mitre/imagemounter
SummaryCommand line utility and Python package to ease the (un)mounting of forensic disk images.
upload_time2023-09-05 14:51:25
maintainer
docs_urlNone
authorThe MITRE Corporation
requires_python
licenseMIT
keywords encase aff dd disk image ewfmount affuse xmount imount
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============
imagemounter
============

imagemounter is a command-line utility and Python package to ease the mounting and unmounting of EnCase, Affuse, vmdk
and dd disk images (and other formats supported by supported tools). It supports mounting disk images using xmount (with
optional RW cache), affuse, ewfmount and vmware-mount; detecting DOS, BSD, Sun, Mac and GPT volume systems; mounting
FAT, Ext, XFS UFS, HFS+, LUKS and NTFS volumes, in addition to some less known filesystems; detecting (nested) LVM
volume systems and mounting its subvolumes; and reconstructing Linux Software RAID arrays.

In its default mode, imagemounter will try to start mounting the base image on a temporary mount point,
detect the volume system and then mount each volume seperately. If it fails finding a volume system,
it will try to mount the entire image as a whole if it succeeds in detecting what it actually is.

This package supports Python 3.6+.

Example
=======
A very basic example of a valid mount is as follows. The command-line utility has much more features, but results vary
wildly depending on the exact type of disk you are trying to mount::

    # imount lvm_containing_dos_volumesystem_containing_ext4
    [+] Mounting image lvm_containing_dos_volumesystem_containing_ext4 using auto...
    [+] Mounted raw image [1/1]
    [+] Mounted volume 2.0 GiB 4.0.2:Ext4 / [Linux] on /tmp/im_4.0.2_8l86mZ.
    >>> Press [enter] to unmount the volume, or ^C to keep mounted...
    [+] Parsed all volumes!
    [+] Analysis complete, unmounting...
    [+] All cleaned up

If you want to see for yourself, you could try executing ``imount /dev/sda`` first.

Documentation
=============
Full documentation of this project is available from http://imagemounter.readthedocs.org/ or in the ``docs/`` directory.

Installation
============
This package does not require other packages, though ``termcolor`` is recommended and ``pytsk3`` is needed if you wish to
use this package for volume detection.

Just perform the following commands for a basic installation::

    apt-get install xmount ewf-tools afflib-tools sleuthkit
    pip3 install imagemounter
    imount --check

Use ``imount --check`` to verify which packages are (not) installed. Install additional packages as needed.

Contributing
============
Since imagemounter is an open source project, contributions of many forms are welcomed. Examples of possible
contributions include:

* Bug patches
* New features
* Documentation improvements
* Bug reports and reviews of pull requests


RELEASE STATEMENT
-----------------
Approved for Public Release; Distribution Unlimited. Public Release Case Number 22-3208.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mitre/imagemounter",
    "name": "imagemounter-mitre",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "encase,aff,dd,disk image,ewfmount,affuse,xmount,imount",
    "author": "The MITRE Corporation",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b7/8f/3c18c326879ce07e48ebb83f3f821243445d4b2a08b94c9c1d64491ce6ce/imagemounter-mitre-2023.9.5.tar.gz",
    "platform": null,
    "description": "============\nimagemounter\n============\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 3.6+.\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 xmount ewf-tools afflib-tools sleuthkit\n    pip3 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\n\nRELEASE STATEMENT\n-----------------\nApproved for Public Release; Distribution Unlimited. Public Release Case Number 22-3208.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command line utility and Python package to ease the (un)mounting of forensic disk images.",
    "version": "2023.9.5",
    "project_urls": {
        "Homepage": "https://github.com/mitre/imagemounter"
    },
    "split_keywords": [
        "encase",
        "aff",
        "dd",
        "disk image",
        "ewfmount",
        "affuse",
        "xmount",
        "imount"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ee9627a8e2399508d6d952977088cc47495337965b724c7ad22a97aa997a35f",
                "md5": "82866bf88c159bb004a6e551a3195821",
                "sha256": "d1f228294935a3eb2953b677bbab9f9f75906acdb3b1cb249e132a1752512db6"
            },
            "downloads": -1,
            "filename": "imagemounter_mitre-2023.9.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82866bf88c159bb004a6e551a3195821",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 54211,
            "upload_time": "2023-09-05T14:51:24",
            "upload_time_iso_8601": "2023-09-05T14:51:24.123989Z",
            "url": "https://files.pythonhosted.org/packages/6e/e9/627a8e2399508d6d952977088cc47495337965b724c7ad22a97aa997a35f/imagemounter_mitre-2023.9.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b78f3c18c326879ce07e48ebb83f3f821243445d4b2a08b94c9c1d64491ce6ce",
                "md5": "a999aef5002a50cb2f0c891a36e00cf3",
                "sha256": "ac7b593dd6e19b6357f289709e3943f8ac4b41c3f23a111409266c35c5328e02"
            },
            "downloads": -1,
            "filename": "imagemounter-mitre-2023.9.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a999aef5002a50cb2f0c891a36e00cf3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 72048,
            "upload_time": "2023-09-05T14:51:25",
            "upload_time_iso_8601": "2023-09-05T14:51:25.570331Z",
            "url": "https://files.pythonhosted.org/packages/b7/8f/3c18c326879ce07e48ebb83f3f821243445d4b2a08b94c9c1d64491ce6ce/imagemounter-mitre-2023.9.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 14:51:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mitre",
    "github_project": "imagemounter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "imagemounter-mitre"
}
        
Elapsed time: 0.10817s