LinuxCommandLibrary

ntfs-read.py

impacket NTFS reader

TLDR

Read NTFS file

$ ntfs-read.py [/dev/sda1] [/path/to/file]
copy
List directory
$ ntfs-read.py [/dev/sda1] -l [/path/to/dir]
copy
Extract file
$ ntfs-read.py [/dev/sda1] [/path/to/file] -o [output]
copy

SYNOPSIS

ntfs-read.py [options] device path

DESCRIPTION

ntfs-read.py is an Impacket NTFS reader. Reads NTFS without mounting.
The tool provides raw access. Part of Impacket security toolkit.

PARAMETERS

DEVICE

NTFS partition.
PATH
Path to read.
-l
List directory.
-o FILE
Output file.
--help
Display help information.

CAVEATS

Part of Impacket. Python script. Security research tool.

HISTORY

ntfs-read.py is part of Impacket, providing NTFS access for security research.

SEE ALSO

ntfs-3g(1), impacket(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community