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