A hacker on my server.

Results 1 to 14 of 14
  1. #1

    A hacker on my server.

    There's a hacker on my server and I did some tests on it.

    First of all, I'm using the MPOG web and I've removed some exploits in it and changed some stuff.

    The hacker isn't exploiting it. I did some tests.

    He keeps picking the admin accounts with UGrade 252, 254, 255 and changing the passwords to the first row of the Login table (A user's password).

    When an admin was on the server, I was chatting with him on msn and stuff and when he went back he was disconnected and tried to relog, but Gunz returned with a message, invalid password.

    I then checked the db and had found out that the account passwords that the hacker changed only affected the admin accounts.

    I believe he is using Kore.

    Can someone help me? It's urgent.

    EDIT: The moment he logs in, the Last IP is picked randomly from the DB, which makes it impossible to ban him. And each time I ban the IP he uses from the DB (another user's IP), he comes back, with the same password exploit.


  2. #2
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: A hacker on my server.

    Simple. Find out his IP, (and preferably his MAC address), and disallow any connections from his IP/MAC address to the website, and your server. Not to sure if it would work, I am to tired. XD

    Or, fuck with him back.
    Find his IP, send floods to his internet. (I can't think of the name, so I chose floods. :P)

  3. #3

    Re: A hacker on my server.

    Quote Originally Posted by Tman151 View Post
    Simple. Find out his IP, (and preferably his MAC address), and disallow any connections from his IP/MAC address to the website, and your server. Not to sure if it would work, I am to tired. XD

    Or, fuck with him back.
    Find his IP, send floods to his internet. (I can't think of the name, so I chose floods. :P)
    No, the moment he logs in, the Last IP is picked randomly from the DB, which makes it impossible.

  4. #4
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: A hacker on my server.

    shutdown your website till you find a better way to secure ur db and ask all new members to add u on msn so u can manually add them to ur db :x lol

  5. #5
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: A hacker on my server.

    Did ProjectX finally discover that SQL injection isn't hacking. :O
    Joking....

    I have never heard about the "IP randomly picked" thing.

  6. #6

    Re: A hacker on my server.

    Quote Originally Posted by Tman151 View Post
    I have never heard about the "IP randomly picked" thing.
    It's like, he used someone elses IP.

    But most of the time, he does that. There's sometimes when he doesn't.

  7. #7
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: A hacker on my server.

    Quote Originally Posted by Linear88 View Post
    No, the moment he logs in, the Last IP is picked randomly from the DB, which makes it impossible.
    No it doesn't. GunZ updates the LastIP as soon as a login attempt is commited. Even if the password is incorrect.

    Anyhow, just execute

    UPDATE Account SET UGradeID = 0 WHERE UGradeID >= 252 AND UGradeID != 253

  8. #8

    Re: A hacker on my server.

    Quote Originally Posted by lxchadxl View Post
    shutdown your website till you find a better way to secure ur db and ask all new members to add u on msn so u can manually add them to ur db :x lol
    Not a good idea..

    New members can simply register via the website.

  9. #9
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: A hacker on my server.

    Oh if you're using MPOG web, it's probably still exploitable. (Overreaded that part)

  10. #10
    Account Upgraded | Title Enabled! Azet is offline
    MemberRank
    Jun 2008 Join Date
    283Posts

    Re: A hacker on my server.

    Its Sql Injection I think...

  11. #11
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: A hacker on my server.

    Quote Originally Posted by Wizkidje View Post
    Oh if you're using MPOG web, it's probably still exploitable. (Overreaded that part)
    yes still a lot of bugs to be fixed :D

  12. #12

    Re: A hacker on my server.

    Quote Originally Posted by wesman2232 View Post
    yes still a lot of bugs to be fixed :D
    Could you name me some?

    I imported some functions from the DarkGunz MPOG.

    Only the player ranking, ventrilo and the my items thing. Nothing more.

    EDIT: Found that he came back. Exploited an admin's account - only a single one.

    Shut off the apache.

  13. #13
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: A hacker on my server.

    fix anti-sql injection (if you ever seen any of the posts by gWX0 then you should know it sucks xD),
    then go though the login scripts and see if there is any bugs. Cause like you said he keeps logging in to do it so I would go from there.

    Then make sure you fixed the bug in the forgot password script.

    I can't name any for sure but if you fix any please contact me :D

  14. #14

    Re: A hacker on my server.

    Quote Originally Posted by wesman2232 View Post
    fix anti-sql injection (if you ever seen any of the posts by gWX0 then you should know it sucks xD),
    then go though the login scripts and see if there is any bugs. Cause like you said he keeps logging in to do it so I would go from there.

    Then make sure you fixed the bug in the forgot password script.

    I can't name any for sure but if you fix any please contact me :D
    It's impossible for me to fix the anti-sql function and replace it to Coldfx's, because on the registration page, it would remove the @ symbol for the email, making it impossible to register.

    I'll check the login scripts.

    The forgot password script has been fixed long ago by replacing the Step 3 thing.

    I'll update you guys.



Advertisement