fodev.net
15.08.2009 - 23.06.2013
"Wasteland is harsh"
Home Forum Help Login Register
  • November 22, 2024, 11:55:16 pm
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Play WikiBoy BugTracker Developer's blog
Pages: 1 [2]

Author Topic: ACCOUNT HACKED  (Read 5326 times)

gordulan

  • General Animosity
  • Offline
Re: ACCOUNT HACKED
« Reply #15 on: February 15, 2010, 09:14:20 am »

hm, not if you do not have an alt
Logged
 
http://tf-2.fr/ach.php?a=Bend Over, Boyo II&b=Shoot 150 people as they are running away from you... In the arse&c=56&d=150&e=1703&f=1

Bartosz

  • Rotator
  • There'd better be a killer reason...
  • Offline
Re: ACCOUNT HACKED
« Reply #16 on: February 15, 2010, 02:24:06 pm »

Well, there is not much we can do about it for now. Next time, the GM should be immediately contacted, cause only when such person is logged in, we can check the ip.

Also, if it happened only once, only to one player, then...then I'm sorry but we're bound to think the problem is on the player side.
Logged
Re: ACCOUNT HACKED
« Reply #17 on: February 19, 2010, 01:58:40 am »

In the defense of the original poster...  The passwords are NOT hashed and salted when transmitted across the network.  So, one stray captured packet is all that is needed to gain access to someone's account.  So, either someone located within either the sending or receiving subnet could ettercap and nab it.  If it's someone within the server's subnet, all logins could theoretically be captured very trivially.  Also, since the passwords are plaintext on transmission, they are probably plaintext in storage.  Depending on the storage solution, this could be an issue.  If a SQL database is in use... this probably would not bode well.
Logged
Re: ACCOUNT HACKED
« Reply #18 on: February 19, 2010, 10:25:33 am »

In the defense of the original poster...  The passwords are NOT hashed and salted when transmitted across the network.  So, one stray captured packet is all that is needed to gain access to someone's account.  So, either someone located within either the sending or receiving subnet could ettercap and nab it.  If it's someone within the server's subnet, all logins could theoretically be captured very trivially.  Also, since the passwords are plaintext on transmission, they are probably plaintext in storage.  Depending on the storage solution, this could be an issue.  If a SQL database is in use... this probably would not bode well.

Hashing the pass before transmission wouldn't be better, the dude sniffing the network could login aswell, even if it would be a bit harder.
Logged

Pozzo

  • Tim Tom & Ted Lawyer Agency
  • Offline
Re: ACCOUNT HACKED
« Reply #19 on: February 19, 2010, 11:21:10 am »

Quote
Also, if it happened only once, only to one player, then...then I'm sorry but we're bound to think the problem is on the player side.

In fact, it arrived to 5 differents accounts in my team. 3 of them were playing and received a message "knock knock anybody here ?". And when we was in our base, we saw (twice) comon character loging in and when he saw all of us in the base he disconnected (5 seconds connection). So we asked on mumble who it was and....it was nobody from the team.

So my question is : if I play to FOnline, can someone easily introduce into my computer using the game ?
Logged

Lexx

  • Rotator
  • Mexican Apple Thief
  • Offline
Re: ACCOUNT HACKED
« Reply #20 on: February 19, 2010, 01:39:04 pm »

You said it's 5 different accounts in your team. A question from me now would be:

- Do you guys use some other forum or anything else that requires registration and is more or less known by others?
- Do you guys use the same passwords for characters ingame and in this thing(s)?

One thing that comes into my mind now is, that someone was hacking something else and used the account data from there to login to the characters. Wouldn't be impossible.
Logged

Pozzo

  • Tim Tom & Ted Lawyer Agency
  • Offline
Re: ACCOUNT HACKED
« Reply #21 on: February 19, 2010, 03:08:11 pm »

Quote
- Do you guys use some other forum or anything else that requires registration and is more or less known by others?

Yes our private forum


Quote
- Do you guys use the same passwords for characters ingame and in this thing(s)?

No we have already verified.

And I don't understand what you mean in your last sentence. We have few ideas about who is trying to hack our accounts but we don't know how he does.
Logged

Shangalar

  • Dictatorial Tyrant
    • Generation Fallout
  • Offline
Re: ACCOUNT HACKED
« Reply #22 on: February 19, 2010, 03:35:51 pm »

We saw new trys of him to steal us. We could fortunately kill him before he left with the stuff.

We are almost sure that he hacked our forum and used common passwords to steal our chars. Such a bad idea to have the same IG and on forums, guys :S
« Last Edit: February 19, 2010, 03:42:52 pm by Shangalar »
Logged
Re: ACCOUNT HACKED
« Reply #23 on: February 19, 2010, 07:14:45 pm »

I was thinking a lot about SQL injection here. The traffic sent by the game does not yet look exploitable to me, thought any malicious code injection could be a problem here?

Logged

Kinkin

  • In dust we trust!
  • Offline
Re: ACCOUNT HACKED
« Reply #24 on: February 19, 2010, 07:55:07 pm »

I talk with with other teams, and some others guy has been hacked too, without being registred on our forum.

The problem for them is the forum fonline2238.net, they have same password ingame and on this forum.... Who have access to sql server ? Or is SMF secure enough ?

this becoming ot be boring, for now we were thinking it was only "targeted" on Cajuns crew, but it seems to be a problem in other clans...

bad bad bad
Logged
In dust we trust!

_Youkai_

  • Breaking your dreams!
  • Offline
Re: ACCOUNT HACKED
« Reply #25 on: February 19, 2010, 08:25:39 pm »

maybe someone have keylogger installed and doesn't know... :-\
Logged
Re: ACCOUNT HACKED
« Reply #26 on: February 19, 2010, 10:32:45 pm »

Hashing the pass before transmission wouldn't be better, the dude sniffing the network could login aswell, even if it would be a bit harder.

That's why you salt and rehash them before transmission.  A function would need to be put into place in the client and server to generate a combined hash using either a set of shared keys or one generated based on a some independent, changing but synchronized factor (time), the password, and some salt.  This way a resulting hash couldn't be used twice.  And even if the attacker knew the salt and time... they still don't know the password to generate the next required hash for authentication.
Logged
Re: ACCOUNT HACKED
« Reply #27 on: February 19, 2010, 10:57:49 pm »

I was thinking a lot about SQL injection here. The traffic sent by the game does not yet look exploitable to me, thought any malicious code injection could be a problem here?
The only attack point would probably be on Fonline client authentication in either the username or password.  The client filters out special characters, but a forged packet could probably carry the SQL injection.  A simple python script can do that after using wireshark to capture enough packet information.  This is especially true if the authentication function used the given username and password strings directly in a code side SQL query to the server.

The problem for them is the forum fonline2238.net, they have same password ingame and on this forum.... Who have access to sql server ? Or is SMF secure enough ?
The FOnline service, updater, SMTP server, and forums is hosted on the same box.  Less the hosting company provides SQL server access, the SQL server is on there but not configured to accept external connections.  After that, it all depends on if a dedicated forums account was created, limited, and restricted to just the forums database properly.  And SMF uses sha1 to store it's passwords, so there's very little chance of grabbing them from the forum database and use in the plaintext authentication of FOnline.
Logged
Re: ACCOUNT HACKED
« Reply #28 on: February 20, 2010, 10:07:35 pm »

One additional way of "hacking" in is if you shared your logs with anyone and typed ~myinfo before. It displays the password in plain text.
The 94.23.237.127.2238.cache file stores your password in plain text as well, you just need to open it in notepad.
Logged
<Izual> Let's crash server
Pages: 1 [2]
 

Page created in 0.143 seconds with 22 queries.