是時候來到 Volatility2 的用法教學了,這邊整理了一些我之前在做題目有用到的指令。
python vol.py -f [檔案] --profile==[操作系統] [參數]
python vol.py --help
python vol.py -f test.raw imageinfo
python vol.py -f test.raw --profile==[操作系統] pslist
python vol.py -f test.raw --profile==[操作系統] cmdscan
python vol.py -f test.raw --profile==[操作系統] consoles
python vol.py -f test.raw --profile==[操作系統] cmdline
grep
方便查閱
python vol.py -f test.raw --profile==[操作系統] filescan
python vol.py -f test.raw --profile==[操作系統] dumpfiles -Q [偏移量] -D [想儲放的位置]
python vol.py -f test.raw --profile==[操作系統] dumpfiles -p [pid] -D [想儲放的位置]
python vol.py -f test.raw --profile==[操作系統] connections
python vol.py -f test.raw --profile==[操作系統] hashdump
python vol.py -f test.raw --profile==[操作系統] lasdump
好的,今天學會 Volatility2 怎麼用了,那明天就可以準備來實戰練習囉!