Jump to content
  • 0

help hacker in my server


bluedrago

Question

23 answers to this question

Recommended Posts

  • 0

try change to mysql user of localhost.

example like CONFIG file of usr/game/channel1/2.. auth,game99 or db/conf.txt :

Spoiler

PLAYER_SQL: localhost localroot pass player
COMMON_SQL: localhost localroot pass common
 

you change localroot  pass and go navicat connection > manage users > select localroot@localhost > edit user > user name: localroot , password/confirm password : pass

 

i sorry for bad english.

  • Love 1
Link to comment
Share on other sites

  • 0

There are a lot of possibilities:

Game Exploit

Website exploit

Game bug

Low Security on your machine.

To find from which of this possibilities they use, create a differenti user for each use:

user [email protected]<ip_of_your_website> for your website 

User [email protected] for your game

User [email protected] for amministratore (if you use ssh tunnel).

Nextly enable MySQL General log that create a table on mysql db with all the query run. Be careful because it is very verbose and Can use a lot of space.

http://dev.mysql.com/doc/refman/5.7/en/query-log.html

Check the sospicious queries and where they run, so you have find which possibilities they use and nextly you can block they.

Firstly check also MySQL alert log. It contain also wrong authentication.

If you need extra help, please contact me: http://iltizioservice.ga/index.php/en/contacts2

Link to comment
Share on other sites

  • 0
  • Premium
22 minutes ago, caes95 said:

Why ?, he has a VPN installed and do not need to filter packets.

This is a dangerous threat.

Everyone is able to connect through the DB prot even with distant servers. Thus he'll be able to alter quests, database and so on...

This is a known bug. Even shogun warns us back in the years.

On 21/02/2014 at 4:15 PM, Shogun said:

 

Port 15000 should never be publicly open! Only the game cores need to connect to it, not your users. In fact it's a security risk as anybody can create an auth server which connects to your db core and login any account they want on your server.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.