1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 00:35:33 +02:00

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

* ntfs-read.py: add page

* impacket-ntfs-read: add page

* impacket-ntfs-read: update page

* Update pages/common/ntfs-read.py.md

Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>

---------

Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
This commit is contained in:
Machiavelli 2025-05-03 13:01:39 +03:00 committed by GitHub
parent f8740daa33
commit 6364f693e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

View file

@ -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`

View file

@ -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`