Session Stealers?

Discussion in 'Plugin Development' started by Debels, Feb 23, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Debels

    I read this topic about a server getting griefed and destroyed by some kind of session stealer, my question is the following:

    What exactly do they do? and How do they do it?

    Note: I'm asking this because I'm thinking of making a plugin that protects your server from hackers and such.
     
  2. Offline

    AstramG

    Minecraft patched session stealers anyways.
     
  3. Offline

    Debels

    I've seen a server that a friend has that has this same problem, so it might be something similar?
     
  4. Offline

    ZeusAllMighty11

    It was patched..


    Basically, minecraft sends an authentication / session id when joining a server (or it used to) or something like that
    When you joined the fake 'bait' server, it grabbed the session id and used it. They could then log on to your server with your session and they'd have whatever perms or items you had...


    It's impossible to patch server-side, but it was and I believe still is patched client-side, so that server is either full of liars or there's a new method (which I doubt)
     
  5. Offline

    jorisk322

    I was patchable server-side. There even has been a feature in WorldGuard to do that, but you had to set it up for every player, which wasn't very convenient, but it was good enough to protect server staff/owners.
     
  6. Offline

    ZeusAllMighty11

    How?
     
  7. Offline

    jorisk322

    I think the plugin checked what subdomain you used to connect or something like that. You could then create a secret sub-domain for each user or something. I don't know how exactly it worked, but if you're really interested, you could look it up on the developer's blog.
     
  8. Offline

    Debels

    What I would do Is getting the session ID, then saving it and the IP and compare it if its the same and such (ofc if the session ID is the same)
     
Thread Status:
Not open for further replies.

Share This Page