Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-09 00:22:15 +00:00
parent 4c849cfc8a
commit ffe393201e
18 changed files with 43 additions and 40 deletions

View File

@@ -11,19 +11,19 @@ source: https://github.com/tldr-pages/tldr.git
- Get information about a memory dump file:
`python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.info`
`python3 vol.py {{[-f|--filename]}} {{path o\memory_dump_file}} windows.info`
- List active processes:
`python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.pslist`
`python3 vol.py {{[-f|--filename]}} {{path o\memory_dump_file}} windows.pslist`
- List hashes of users on system:
`python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.hashdump`
`python3 vol.py {{[-f|--filename]}} {{path o\memory_dump_file}} windows.hashdump`
- List active network connections:
`python3 vol.py {{[-f|--filename]}} {{path/to/memory_dump_file}} windows.netstat`
`python3 vol.py {{[-f|--filename]}} {{path o\memory_dump_file}} windows.netstat`
- Display help: