volatility常用的命令

简介: volatility常用的命令

命令格式:volatility -f <文件名> --profile=<配置文件> <插件> [插件参数]

例如:volatility -f 1.raw --profile=Win7SPx64 volshel

判断内存镜像系统版本信息

Volatility -f 文件 imageinfo

查看进程

Volatility -f 文件 --profile=版本号 pslist

查看启动项

Volatility -f 文件 --proflie=版本号 hivelist

查看sid

getsids -p指定pid pid704

截图,screenshot --dump-dir ./

内存地址,hivelist

查看开机自启程序, volatility_2.6.exe -f 1.raw --profile=Win7SP1x64 -o 0xfffff8a0008bb010 printkey -K "Microsoft\Windows\CurrentVersion\Run"

-o指定内存地址  -K指定路径

目录
相关文章
|
3月前
|
Linux 数据安全/隐私保护
anaconda运行Notebook和jupyter报错resource.setrlimit(resource.RLIMIT_NOFILE, (soft, hard)) ValueError
anaconda运行Notebook和jupyter报错resource.setrlimit(resource.RLIMIT_NOFILE, (soft, hard)) ValueError
36 0
|
10月前
Volatility2工具mimiktz脚本
Volatility2工具mimiktz脚本
43 0
|
Shell Linux
解决脚本文件无法执行conda命令的问题:CommandNotFoundError: Your shell has not been properly configured to use
使用Linux系统时,有时候希望利用一个脚本执行多条命令来节省时间,其中如果安装有anaconda,需要切换环境或者关闭conda环境,按道理说,在终端里可以通过命令
664 0
|
Shell Windows
[记录condaのbug] CommandNotFoundError: Your shell has not been properly configured to use ‘conda...
[记录condaのbug] CommandNotFoundError: Your shell has not been properly configured to use ‘conda...
[记录condaのbug] CommandNotFoundError: Your shell has not been properly configured to use ‘conda...
|
网络虚拟化
在torch_geometric.datasets中使用Planetoid手动导入Core数据集及发生相关错误解决方案
在torch_geometric.datasets中使用Planetoid手动导入Core数据集及发生相关错误解决方案
700 0
在torch_geometric.datasets中使用Planetoid手动导入Core数据集及发生相关错误解决方案
成功解决cx_Freeze打包的时候出现importError:can not import name idnadata
成功解决cx_Freeze打包的时候出现importError:can not import name idnadata
成功解决cx_Freeze打包的时候出现importError:can not import name idnadata
成功解决xgboost\core.py:614: UserWarning: Use subset (sliced data) of np.ndarray is not recommended beca
成功解决xgboost\core.py:614: UserWarning: Use subset (sliced data) of np.ndarray is not recommended beca
成功解决The scripts freeze_graph.exe, saved_model_cli.exe, tensorboard.exe, tflite_convert.exe, toco.exe
成功解决The scripts freeze_graph.exe, saved_model_cli.exe, tensorboard.exe, tflite_convert.exe, toco.exe
成功解决import matplotlib; matplotlib.use('Agg') # pylint: disable=multiple-statements
成功解决import matplotlib; matplotlib.use('Agg') # pylint: disable=multiple-statements
|
jenkins Java 持续交付
Learn Jenkins the hard way (2) - Stapler与Jelly
## 前言 在上篇文章中,我们讨论了如何调试Jenkins的页面。今天我们将开始研究研究Jenkins的页面与路由机制。因为Stapler与Jelly的内容比较繁琐和复杂,暂定通过两篇文章来探讨。
4810 0