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:
parent
f8740daa33
commit
6364f693e4
2 changed files with 28 additions and 0 deletions
7
pages/common/impacket-ntfs-read.md
Normal file
7
pages/common/impacket-ntfs-read.md
Normal 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`
|
21
pages/common/ntfs-read.py.md
Normal file
21
pages/common/ntfs-read.py.md
Normal 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`
|
Loading…
Add table
Reference in a new issue