Skip to content

ntfs-read.py, impacket-ntfs-read: add page #16346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pages/common/impacket-ntfs-read.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# impacket-ntfs-read

> This command is an alias of `ntfs-read.py`.

- View documentation for the original command:

`tldr ntfs-read.py`
21 changes: 21 additions & 0 deletions pages/common/ntfs-read.py.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ntfs-read.py

> A read-only NTFS explorer for accessing and extracting files from NTFS volumes.
> Part of the Impacket suite.
> More information: <https://github.com/fortra/impacket>.

- Open an NTFS volume for exploration (e.g., `C:\.\\` or `/dev/disk1s1`):

`ntfs-read.py {{volume}}`

- Extract a specific file from an NTFS volume (e.g., `\windows\system32\config\sam`):

`ntfs-read.py -extract {{\windows\system32\config\sam}} {{volume}}`

- Enable debug output:

`ntfs-read.py -debug {{volume}}`

- Display help message:

`ntfs-read.py --help`