So I wrote this small batch script to check the latest version.
To run it you'll need curl in your PATH.
I schedule this script to run when the computer is idle for an hour, using nircmd exec hide <path to javacheck.cmd> to make the update check invisible.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo Checking if there's a Java update... | |
curl http://javadl-esd.sun.com/update/1.6.0/map-m-1.6.0.xml | findstr au-descriptor-1.6.0_20 >nul | |
REM if grep failed it probably means there's a new version - launch update interface | |
if errorlevel 1 ( | |
"%CommonFiles%\java\java update\jucheck.exe" | |
) else ( | |
echo Java is up to date! | |
) |
P.S Whenever Java does update, make sure to edit the script according to the latest version number (look in http://javadl-esd.sun.com/update/1.6.0/map-m-1.6.0.xml ).
http://www.eset.eu/encyclopaedia/win32-vbbot-v-backdoor-ek-trojan-w32-vulcanbot?lng=en
ReplyDeleteJava has a big hole, used by outsiders to control your computer. The type of infiltration is Trojan. The Trojan contains a backdoor. It can be controlled remotely. The trojan creates the following files:
%system%\msconfig32.sys (1133 B)
%programfiles%\Java\jre6\bin\zf32.dll (28672 B)
%programfiles%\Java\jre6\bin\jucheck.exe (155648 B)
%appdata%\msconfig32.sys (1133 B)
%appdata%\Java\jre6\bin\zf32.dll (28672 B)
%appdata%\Java\jre6\bin\jucheck.exe (155648 B)
The trojan acquires data and commands from a remote computer or the Internet.
The trojan contains a list of 4 URLs.
Chanced are 50/50 that jucheck.exe is a very dangerous virus in jour computer. You must sanitize HD with Bute&Nuke and reinstall Windows 7.
Java has a big asshole
ReplyDelete