1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 06:15:22 +02:00

impacket-ntfs-read, ntfs-read.py: add Dutch translation (#16395)

This commit is contained in:
Sebastiaan Speck 2025-05-07 14:13:44 +02:00 committed by GitHub
parent f5f3708114
commit 383d15dbf4
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
> Dit commando is een alias van `ntfs-read.py`.
- Bekijk de documentatie van het originele commando:
`tldr ntfs-read.py`

View file

@ -0,0 +1,21 @@
# ntfs-read.py
> Een alleen-lezen NTFS verkenner voor het openen en extraheren van bestanden van NTFS volumes.
> Onderdeel van de Impacket suite.
> Meer informatie: <https://github.com/fortra/impacket>.
- Open een NTFS volume voor verkenning (bijvoorbeeld `C:\.\\` of `/dev/disk1s1`):
`ntfs-read.py {{volume}}`
- Haal een specifiek bestand uit een NTFS volume (bijvoorbeeld `\windows\system32\config\sam`):
`ntfs-read.py -extract {{\windows\system32\config\sam}} {{volume}}`
- Schakel debug-uitvoer in:
`ntfs-read.py -debug {{volume}}`
- Toon de help:
`ntfs-read.py --help`