ntfs-read.py
all
A read-only NTFS explorer for accessing and extracting files from NTFS volumes. Part of the Impacket suite.
More info →Examples (4)
Open an NTFS volume for exploration (e.g., `C:\.\\` or `/dev/disk1s1`)
ntfs-read.py volumeExtract a specific file from an NTFS volume (e.g., `\windows\system32\config\sam`)
ntfs-read.py -extract \windows\system32\config\sam volumeEnable debug output
ntfs-read.py -debug volumeDisplay help
ntfs-read.py --helpmade by @shridhargupta | data from tldr-pages