Please donate to keep this site alive!

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: etadmin_mod 0.29 documentation
PostPosted: Sun Jun 27, 2010 2:05 pm 
Offline
Sharp Shooter
Sharp Shooter
User avatar

Joined: Sat Jun 19, 2010 7:16 pm
Posts: 48
Location: France
Even if etadmin_mod is still mirrored on a lot of sites, its original documentation isn't available anymore...
Anyway you can find it on http://web.archive.org, but it is *a lot* slow.
I retrieved these pages and i did a bit of "cosmetics", and now i make them available for the community :)

You can access them on these two links:
FanT Site (prefered)
AES Site

You can find the utilities which were available on the original Wiki (etadmin_mod, etadmin control center, some IRC and perl scripts)

Don't forget to patch it with Lucel's patch and to use the Dutchfix on your server.

How to apply Lucel's patch

Find this portion of code
Code:
  elsif ( index( $line, "Userinfo" ) == 0 )
    {

        #$line =~ /cl_guid\\([^\\]*)\\.*name\\([^\\]*)\\.*\\/; #ip\\(\d+\.\d+\.\d+\.\d+):\+\\/;
        my $rhash           = &parse_userinfo($line);
        my $guid            = $$rhash{'cl_guid'};
        my $name            = &strip_name( $$rhash{'name'} );
        my $ip              = $$rhash{'ip'};
        my $custom_password = $$rhash{'hp_password'};
        my $custom_exec     = $$rhash{'hp_logincmd'};
        my $greeting        = $$rhash{'hp_greeting'};

        $kick = "";
        $ip =~ s/:.*$//;

        $over_ip      = $ip;
        $over_guid    = $guid;
        $over_name    = $name;
        $ready{$guid} = time;


And apply the patch like this:
Code:
  elsif ( index( $line, "Userinfo" ) == 0 )
    {

        #$line =~ /cl_guid\\([^\\]*)\\.*name\\([^\\]*)\\.*\\/; #ip\\(\d+\.\d+\.\d+\.\d+):\+\\/;
        my $rhash           = &parse_userinfo($line);
        my $guid            = $$rhash{'cl_guid'};
        my $name            = &strip_name( $$rhash{'name'} );
        my $ip              = $$rhash{'ip'};
        my $custom_password = $$rhash{'hp_password'};
        my $custom_exec     = $$rhash{'hp_logincmd'};
        my $greeting        = $$rhash{'hp_greeting'};

        $kick = "";
        $ip =~ s/:.*$//;

        # START: Lucel's admin steal fix....
   if ( $$rhash{'name'} =~ /.+\^$/ )
   {
      &log("Kicked $name. Has trailing carrot in their name, can be used to hack etadmin mod!");
      $kick = "You have an invalid name! Please remove the last character!";
      next;
   }
        # END: Lucel's admin steal fix....

        $over_ip      = $ip;
        $over_guid    = $guid;
        $over_name    = $name;
        $ready{$guid} = time;


Enjoy :)

P.S.:
Unluckily there are no images available.
If you noticed a problem in some link, PM me please.

_________________
Image
Site de la Communauté Française de TC:E
Server/Machine Admin for Teams |AES| - =]NyX[= - =]X-BlooD[=


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 27, 2010 10:07 pm 
Offline
Marksman
Marksman

Joined: Tue Jun 08, 2010 11:39 pm
Posts: 19
I don't know how it's possible to hack Etadmin with a following carrot, but what I see that the RegExp only covers Nicks which have one character and a ^.

The RegExp fails when I just do "/name ^". Is it still possible to hack Etadmin then? Could anyone test that who knows the Exploit?


Top
 Profile  
 
 Post subject: etadmin in windows server
PostPosted: Thu Apr 07, 2011 1:55 pm 
Offline
Expert
Expert

Joined: Sun Apr 11, 2010 12:48 pm
Posts: 168
Location: Brazil
Hi [FanT]AsthMaTiK

I did make a extensive search about installing etadmin mod in windows servers, but the only link that i found is outdated, with some screenshots (that are vital to understand the process) that are inacessible. Could you to help me in this indigestible work to put etadmin in BOpE TCEBrasil? Or, if more simple, help me with compiling a dll qmm to run the scripts of gmsm...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Style created by © Matti, gry komputerowe, reklama sem reklama seo

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group