当前位置:网站首页>中職組網絡安全—內存取證
中職組網絡安全—內存取證
2022-07-04 04:54:00 【Beluga】
volatility -f test2.raw imageinfo
獲取鏡像詳細信息 profile參數很重要 後面還會用到
volatility -f test2.raw --profile=Win7SP1x64 hashdump
獲取鏡像的hash值及用戶名 獲取之後可以使用john工具進行字典解密 或者使用ophcrack破解
如果比賽的時候有mimikatz插件 可以直接使用mimikatz進行破解 直接出密碼
還有一種是 lsadump 能出來斷斷續續的密碼 不是完整的
volatility -f test2.raw --profile=Win7SP1x64 netscan 查看網絡連接情况
會出來很多信息 這裏ip根據開放的端口我們判斷是10.30.21.96 去虛擬機中檢測 也確是如此
volatility -f test2.raw --profile=Win7SP1x64 envars | grep USERNAME
即可查看主機名,注意要去掉後面的 $ 符號
獲取flag文件思路:
1. 獲取桌面文件名稱,猜解其內容
volatility -f test2.raw --profile=Win7SP1x64 filescan | grep Desktop
可以看到桌面上文件 但無法讀取其內容
2. 可能是桌面打開了一個notepad程序 使用notepad參數可以看到
volatility -f test2.raw --profile=Win7SP1x64 notepad
挖礦進程思路:
1. 先找名字异常的進程 比如Explore.exe 原系統進程是 explorer.exe
2. 在上一種方式魏國的情况下監察系統進程的啟動時間 從啟動時間判斷
3. 反正只要求提交端口和ip,找外部ip一個一個試
volatility -f test2.raw --profile=Win7SP1x64 netscan/connscan
volatility -f test2.raw --profile=Win7SP1x64 svcscan
volatility -f test2.raw --profile=Win7SP1x64 hivelist
獲取瀏覽器曆史記錄
volatility -f test2.raw iehistory
會給一個url 從裏面的參數可以看到搜索了什麼
边栏推荐
- Binary search tree
- B. All Distinct
- 【MATLAB】MATLAB 仿真模拟调制系统 — DSB 系统
- Acwing game 58
- Intersection traffic priority, illustration of intersection traffic rules
- Deep parsing structured exception handling (SEH) - by Matt Pietrek
- MySQL JDBC programming
- 附件六:防守工作簡報.docx
- 自动化测试selenium基础篇——webdriverAPI
- Correct the classpath of your application so that it contains a single, compatible version of com. go
猜你喜欢
C basic (VII) document operation
YoloV6实战:手把手教你使用Yolov6进行物体检测(附数据集)
VSCode的有用插件
RAC delete damaged disk group
1. Mx6u-alpha development board (LED drive experiment in C language version)
PostgreSQL 正式超越 MySQL,这家伙也太强了吧!
ADB tools
软件设计文档示例模板 - 学习/实践
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
Asahi Kasei participated in the 5th China International Import Expo (5th ciie) for the first time
随机推荐
电子元器件商城与数据手册下载网站汇总
Can closed data be deleted by DBCA? can
【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(余弦滚降成形脉冲)的眼图
STM32F1与STM32CubeIDE编程实例-74HC595驱动4位7段数码管
appliedzkp的zkevm(12)State Proof
1. Mx6u-alpha development board (simulating STM32 drive development experiment)
如何构建属于自己的知识引擎?社群开放申请
附件五:攻击过程简报.docx
Solve the problem of failed to load property source from location 'classpathapplication YML 'problem
QT qtableview data column width adaptation
每日刷题记录 (十二)
Definition of DCDC power supply current
DCDC电源电流定义
【MATLAB】通信信号调制通用函数 — 带通滤波器
B. All Distinct
GUI application: socket network chat room
Technology Management - learning / practice
What is the difference between Western Digital Green disk, blue disk, black disk, red disk and purple disk
qt下开发mqtt的访问程序
Annex 4: scoring criteria of the attacker docx