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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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