ntrprtr configurations for forensic analysis of file systems
Project description
Description
ntrprtr configurations for forensic analysis of file systems
Installation
pip install ntrprtr_fs_forensics
Usage
Shell:
General
| Option | Short | Type | Default | Description |
|---|---|---|---|---|
| --mode | -m | String | - | copy = Create a local copy of file system forensics configuration files |
mode = copy
| Option | Short | Type | Default | Description |
|---|---|---|---|---|
| --path | -p | String | "" | Path for local copy of ntrprtr configuration files |
Example
To use this configuration files install ntrprtr and ntrprtr_fs_forensics:
pip install ntrprtr
pip install ntrprtr_fs_forensics
To use the files, create a local copy:
python -m ntrprtr_fs_forensics -m copy -p .
It creates the following structure:
./ntrprtr-fsf-config
├───ext
│ ext-file-descriptor-table.json
│ ext-group-descriptor-table.json
│ ext-inode.json
│ ext-super-block.json
│
├───fat
│ fat-directory-entry.json
│ fat-fs-info.json
│ fat-long-filename.json
│ fat-vbr-fat1216.json
│ fat-vbr-fat32.json
│ fat-vbr-type.json
│ fat-vbr.json
│
└───ntfs
ntfs-attribute-header-general.json
ntfs-attribute-header-non-resident.json
ntfs-attribute-header-resident.json
ntfs-attribute-standard-information.json
ntfs-mft-header.json
ntfs-vbr.json
Now just use the config as input for ntrprtr:
python -m ntrprtr -m interpret -p dir-entry.bin -c ./ntrprtr-fsf-config/fat/fat-directory-entry.json -r result.txt
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ntrprtr_fs_forensics-0.2.0.tar.gz.
File metadata
- Download URL: ntrprtr_fs_forensics-0.2.0.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0237dbdaee5812feca1945e1cae9f0a002990a6762c26e9e491937f70dedec2a
|
|
| MD5 |
b38201f8ac0edcb11b58c7d427adc6b7
|
|
| BLAKE2b-256 |
b7010708967b26e85e7dd5e6c132daae78640d643f4755c9291e6ec5443c08f7
|
File details
Details for the file ntrprtr_fs_forensics-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ntrprtr_fs_forensics-0.2.0-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96483c79e4f95fd8bcac18b0b8d72ac57f8b69289582aec0d9c5110427bf1376
|
|
| MD5 |
e812a4396489a1d2badba4215ea9d485
|
|
| BLAKE2b-256 |
68655fd0a8cc18eaeb3135d7ca90d95fabb38987c15a484681516a3e85adff4f
|