mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
314e46e08e
commit
71b55ba2d6
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ The **kernel debugger block** \(named KdDebuggerDataBlock of the type \_KDDEBUGG
|
|||
|
||||
Extract password hashes from memory
|
||||
|
||||
```text
|
||||
```bash
|
||||
volatility --profile=Win7SP1x86_23418 hashdump -f ch2.dmp #Local hashes
|
||||
volatility --profile=Win7SP1x86_23418 cachedump -f ch2.dmp
|
||||
volatility --profile=Win7SP1x86_23418 lsadump -f ch2.dmp # LSA secrets
|
||||
|
@ -141,7 +141,7 @@ volatility -f ch2.dmp --profile=Win7SP1x86 memdump -p 2168 -D conhost/
|
|||
|
||||
Try to find **suspicious** processes \(by name\) or **unexpected** child **processes** \(for example a cmd.exe as a child of iexplorer.exe\).
|
||||
|
||||
```text
|
||||
```bash
|
||||
volatility --profile=PROFILE pstree -f DUMP # Get process tree (not hidden)
|
||||
volatility --profile=PROFILE pslist -f DUMP # Get process list (EPROCESS)
|
||||
volatility --profile=PROFILE psscan -f DUMP # Get hidden process list(malware)
|
||||
|
|
Loading…
Reference in a new issue