Archive for 三月 25th, 2007

[zz] Windows入侵的基本命令

Windows入侵的基本命令

仅供学习研究~~

1:NET
只要你拥有某IP的用户名和密码,那就用IPC$做连接吧!
这里我们假如你得到的用户是hbx,密码是123456。假设对方IP为127.0.0.1
net use \\127.0.0.1\ipc$ 123456 /user:hbx[......]

Read more

,

1 Comment