Hello guys.
Never known i would ask such a stupid question again here
Thought working with GS 8.1 telnet would be easy. But have some problems - GS actually disconnect me after any attempt of sending any data after establishing a connection. And to be very honest, i have never had a deal with rappelz remote commands execution.
Just wondered if there are some examples of packet structures to autorize GS telnet and send commands? Or does it actually has any difficult structures?
And i also heard that telnet functionality is disabled in 8.1 GS, please tell me its a lie. If it is...
Here is my simple telnet command for the GS using PHPTelnet Class.
Ref for another documentation:
installation
Download the PHPTelnet class and put it on your selected folder and copy the function below and put it into your index.php or your custom function.
Code:
function TelnetCommand($command){
require_once "PHPTelnet.php";
$telnet = new PHPTelnet();
// if the first argument to Connect is blank,
// PHPTelnet will connect to the local host via 127.0.0.1
$result = $telnet->Connect('127.0.0.1','','TELNETPASSWORD_HASH');
if ($result == 0) {
$telnet->DoCommand(''.$command.'', $result);
//$telnet->Disconnect();
}
}
lol someone actually hacked my server this way, he even decrypted the auth password and got access to SQL.
p.s: he's a Reverse Engineering student so that's how he decrypted the auth pass as he told me.
lol someone actually hacked my server this way, he even decrypted the auth password and got access to SQL.
p.s: he's a Reverse Engineering student so that's how he decrypted the auth pass as he told me.
It's possible to change that pw:
Hashed:
S console._password:4571a22a4c05c3c3
Don't know if this is still working:
S console.password:YourPW
It's console._safetypw now but looks like new hash format
But I could be wrong. Perhaps somebody could test it with the old hashes. I only checked captain herlock with a hex editor on my mobile and can't test at the moment. I was talking to InkDevil and he said it isn't working with the old hashes. But for me it doesn't sound logic if they use 2 different encrypting methods for passwords in the opt files.
I used google to search for the parameter and found a post by ghost. He allready mentioned that parameter but didn't say something about new encryption.
Perhaps somebody is able to test it with old encryption. Otherwise I will check tomorrow.
It's console._safetypw now but looks like new hash format
But I could be wrong. Perhaps somebody could test it with the old hashes. I only checked captain herlock with a hex editor on my mobile and can't test at the moment. I was talking to InkDevil and he said it isn't working with the old hashes. But for me it doesn't sound logic if they use 2 different encrypting methods for passwords in the opt files.
I used google to search for the parameter and found a post by ghost. He allready mentioned that parameter but didn't say something about new encryption.
Perhaps somebody is able to test it with old encryption. Otherwise I will check tomorrow.
Checked it now again in several ways.
If you use the old encryption and change via console._safetypw, you have changed the password, but it denies access when trying to use your hashed pw.
How to use telnet ? 06/01/2012 - Rappelz Private Server - 4 Replies Hello everybody i would like to know how to use telnet with the current server...
Because i've try
notice('test')
notice("test")
#notice('test')
#notice("test")
/run notice("test")
/run notice('test')
Telnet 03/19/2008 - Flyff - 5 Replies Hallo,
Habe schon viel davon gehört , telnet .
Ich ahbe gehört das einige user auf FlyFF server / rechnern usw (ka) connecten können.
bitte erzählt mir mehr darüber , ps....
Danke
Telnet 08/27/2007 - General Coding - 7 Replies Edit:
Also mein freund und ich benutzen MSN , er zeigte mir heute das er ueber Telnet auf meinen account zugreiffen kann und dann kann er unter meinem namen schreiben .
Das ist sehr fies wenn er es benutzt wenn man mit 5leuten zusammen schreibt.
naja er ist nen noob so wie ich ihm wurde es aber erklaert und mir nicht nun brauch ich eure hilfe um es zu kapieren.
MSN port soll 569 sein
icq port 4000 mehr weiss ich nicht so
Danke
NewBiZ
eny way to hack TQ with telnet? 12/12/2006 - Conquer Online 2 - 11 Replies im currently using Telnet to try and crack the Admin password.. but i dunno what password i should use?.. some1 know how to?