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
94412f8916
commit
b77da73020
1 changed files with 1 additions and 0 deletions
|
@ -526,6 +526,7 @@ volatility --profile=Win7SP1x86_23418 dumpcerts --dump-dir=. -f file.dmp
|
|||
{% tab title="vol3" %}
|
||||
```bash
|
||||
./vol.py -f file.dmp windows.malfind.Malfind [--dump] #Find hidden and injected code, [dump each suspicious section]
|
||||
#Malfind will search for suspicious structures related to malware
|
||||
./vol.py -f file.dmp windows.driverirp.DriverIrp #Driver IRP hook detection
|
||||
./vol.py -f file.dmp windows.ssdt.SSDT #Check system call address from unexpected addresses
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue