作者:SwBack
时间:2022-5-5 11:05
注意: 此挑战由 3 个标志组成。
黑色窗口 疑似cmd.exe 画一些东西(疑似画图工具) 存在重要文件(需要扫描文件)
volatility -f MemoryDump_Lab1.raw imageinfo
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 pslist
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 cmdscan
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 consoles
echo "ZmxhZ3t0aDFzXzFzX3RoM18xc3Rfc3Q0ZzMhIX0=" |base64 -d
进程存在画图工具mspaint.exe
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 memdump -p 2424 -D ./
调整宽高
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 dlllist |grep WinRAR
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 filescan |grep Important
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 dumpfiles -Q 0x000000003fa3ebc0 -D ./
volatility -f MemoryDump_Lab1.raw --profile=Win7SP1x64 hashdump