Jump to content
  • 0
MaminhA

Server closes connection with langtype 12

Question

Hi, guys;

 

So, I was fuzzing around and observed that one of the langtypes I used on clientinfo.xml makes the server close the connection right after it receives the "want-to-login" packet. The langtype was the Brazillian langtype. On the server-side, it shows, right after clicking login on the client, the message "Closed connection from xxx.xxx.xxx.xxx" and, in the client, "server closed".

 

So, what could it be?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

The langtype 12 is fuzzy:

 

In the 2011~actual clients, the attempt to login send a (broken?) 0x0825 packet using the normal way to start . The autentication is refused here...

 

if(uAccLen > NAME_LENGTH - 1 || uAccLen == 0 || uTokenLen > NAME_LENGTH - 1 || uTokenLen == 0)
{
login_auth_failed(sd, 3);
return 0;
}
 
You need to keep the 1rag1 parameter and pass this using a batch script: Executable.exe -1rag1 /account:clientinfo.xml -t:Pass User ServerName
Edited by Chiron

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.