target-dd¶
With target-dd you can export (a part of) a target to a file or to stdout. At the moment, target-dd
can be used for targets that have only one disk.
Usage¶
target-dd - CLI interface¶
dissect.target
target-dd [-h] [-w WRITE] [-o OFFSET] [-b BYTES] [-K KEYCHAIN_FILE] [-Kv KEYCHAIN_VALUE]
[-L LOADER] [--child CHILD] [--children] [--list-children] [--recursive] [-v]
[--version] [-q] [--plugin-path PLUGIN_PATH [PLUGIN_PATH ...]]
TARGET
target-dd positional arguments¶
TARGET- Target to dd from (default:None)
target-dd options¶
-oOFFSET,--offsetOFFSET- offset to read from. (default:0)-bBYTES,--bytesBYTES- amount of bytes to read (default:-1)-KKEYCHAIN_FILE,--keychain-fileKEYCHAIN_FILE- keychain file in CSV format (default:None)-KvKEYCHAIN_VALUE,--keychain-valueKEYCHAIN_VALUE- passphrase, recovery key or key file path value (default:None)-LLOADER,--loaderLOADER- select a specific loader (i.e. vmx, raw) (default:None)--childCHILD- load child of target by path of index (see –list-children) (default:None)--children- include children--list-children- list all children indices and paths, then exit (default:False)--recursive- make –list-children behave recursively--version- print version--plugin-pathPLUGIN_PATH- a file or directory containing plugins and extensions (default:None)
For more information on the -K, --keychain-file and -Kv, --keychain-value arguments, please refer to
Disk encryption (FVE).