mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
16 lines
452 B
Python
16 lines
452 B
Python
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 |