Hacked again

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! Creativity is offline
    MemberRank
    Feb 2009 Join Date
    127.0.0.1Location
    492Posts

    Hacked again

    Right basicly someone out there must be having a laugh because my server has been hacked twice in 1 week, both times it has been the dbo.Character affected and i know for a fact that my anti sql injection script is up to date, this leads me to believe that it is packets being sent to the server or something similar.Also each time i notice that the remember password at the login has been unticked.

    I would REALLY appreciate any ideas on how i can fix this as its really starting to get annoying restoring the database soo much

    Thanks in advance


  2. #2
    Browser. Nova is offline
    MemberRank
    Nov 2008 Join Date
    --Location
    400Posts

    Re: Hacked again

    Don't use a site. Forms only.

    All sites are exploitable / Injectable.
    Also, it's in the structure of gunz to get hacked. I'm affraid.

  3. #3
    Infraction Banned Team Dragon is offline
    MemberRank
    May 2009 Join Date
    96Posts

    Re: Hacked again

    the tings is u better quit coz tho u manage to prevent em from sql injection, they still can hack u from the match server unless u have anti cheat to prevent dlll injection

  4. #4
    Account Upgraded | Title Enabled! Creativity is offline
    MemberRank
    Feb 2009 Join Date
    127.0.0.1Location
    492Posts

    Re: Hacked again

    Well i'm no quitter, so telling me i better quit isn't gona make me :p Plus im sure everyone here started coding etc once. and where would you be if you quit.
    If it can be fixed ill fix it, just need a little pointer in the right direction :P

  5. #5
    Infraction Banned Team Dragon is offline
    MemberRank
    May 2009 Join Date
    96Posts

    Re: Hacked again

    ^_^ good luck then
    Im way better code my own game ^_^

  6. #6
    Account Upgraded | Title Enabled! Creativity is offline
    MemberRank
    Feb 2009 Join Date
    127.0.0.1Location
    492Posts

    Re: Hacked again

    lmaoooo showoff

  7. #7
    Infraction Banned Team Dragon is offline
    MemberRank
    May 2009 Join Date
    96Posts

    Re: Hacked again

    Quote Originally Posted by Creativity View Post
    lmaoooo showoff
    at least i have what it take,,i can tak u down again if u want creativity gunz LMAO!!!

  8. #8
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Hacked again

    Quote Originally Posted by Nova™ View Post
    Don't use a site. Forms only.

    All sites are exploitable / Injectable.
    Also, it's in the structure of gunz to get hacked. I'm affraid.
    You're wrong.

    Escaping/sanitizing data is all that it takes to prevent XSS or SQL injection type exploits. Restricting uploaded files to only specific extensions/filetypes prevents shell scripts from wreaking chaos, etc.

    If your server has all applied patches, a decent software/hardware firewall (NOD32 is wonderful at detecting common attack schemas, such as certain shellcode scripts, e.g. c99), and you run limited accounts as much as possible for daemon software (e.g.: Run match server with a limited MSSQL account, not permitted to delete/drop rows/tables, etc) then you should be pretty safe.

    Quote Originally Posted by Team Dragon View Post
    at least i have what it take,,i can tak u down again if u want creativity gunz LMAO!!!
    Just another kiddie - I'd love to see what your fields of expertise are.

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

    Re: Hacked again

    Use str_replace() in combination with '. www.php.net/str_replace.

  10. #10
    Valued Member Looky is offline
    MemberRank
    Apr 2009 Join Date
    142Posts

    Re: Hacked again

    Don't use regpage, create accounts manually for the moment

  11. #11
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Hacked again

    Quote Originally Posted by Wizkidje View Post
    Use str_replace() in combination with '. www.php.net/str_replace.
    Why not just use preg_replace, to fit multiple replacements in one function call, instead of 3 separate str_replace calls?



Advertisement