!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/usr/libexec/webmin/cluster-webmin/   drwxr-xr-x
Free 53.79 GB of 127.8 GB (42.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     save_acl.cgi (3.33 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# save_acl.cgi
# Save the ACL for a module for a user or group

require './cluster-webmin-lib.pl';
&ReadParse();
$who = $in{'_acl_user'} ? $in{'_acl_user'} : $in{'_acl_group'};

# Validate and parse inputs
&error_setup($text{'acl_err'});
$maccess{'noconfig'} = $in{'noconfig'};
if (-r "../$in{'_acl_mod'}/acl_security.pl") {
    &foreign_require($in{'_acl_mod'}, "acl_security.pl");
    &foreign_call($in{'_acl_mod'}, "acl_security_save", \%maccess, \%in);
    }

# Setup error handler for down hosts
sub user_error
{
$user_error_msg = join("", @_);
}
&remote_error_setup(\&user_error);

# Write out on all hosts, or just one host
&ui_print_header(undef, $text{'acl_title'}, "");
@allhosts = &list_webmin_hosts();
@servers = &list_servers();
if ($in{'all'}) {
    # Doing on all hosts that the user has the module on
    foreach $h (@allhosts) {
        local $w;
        if ($in{'_acl_user'}) {
            ($w) = grep { $_->{'name'} eq $in{'_acl_user'} }
                    @{$h->{'users'}};
            }
        else {
            ($w) = grep { $_->{'name'} eq $in{'_acl_group'} }
                    @{$h->{'groups'}};
            }
        next if (!$w);
        local %ingroup;
        foreach $g (@{$h->{'groups'}}) {
            map { $ingroup{$_}++ } @{$g->{'members'}};
            }
        local @m = $ingroup{$w->{'name'}} ? @{$w->{'ownmods'}}
                          : @{$w->{'modules'}};
        push(@hosts, $h) if (&indexof($in{'_acl_mod'}, @m) >= 0 ||
                     !$in{'_acl_mod'});
        }
    print "<b>",&text('acl_doing', $who),"</b><p>\n";
    }
else {
    # Doing on just one host
    @hosts = grep { $_->{'id'} == $in{'_acl_host'} } @allhosts;
    local ($s) = grep { $_->{'id'} == $hosts[0]->{'id'} } @servers;
    print "<b>",&text('acl_doing2', $who, &server_name($s)),"</b><p>\n";
    }
$p = 0;
foreach $h (@hosts) {
    local ($s) = grep { $_->{'id'} == $h->{'id'} } @servers;
    local ($rh = "READ$p", $wh = "WRITE$p");
    pipe($rh, $wh);
    if (!fork()) {
        close($rh);
        &remote_foreign_require($s->{'host'}, "acl", "acl-lib.pl");
        if ($user_error_msg) {
            # Host is down
            print $wh &serialise_variable([ 0, $user_error_msg ]);
            exit;
            }

        # Save the .acl file
        local $cd = &remote_eval($s->{'host'}, "acl",
                     '$config_directory');
        $sfx = $in{'_acl_user'} ? "acl" : "gacl";
        &remote_foreign_call($s->{'host'}, "acl", "write_file",
            "$cd/$in{'_acl_mod'}/$who.$sfx", \%maccess);

        # Recursively update the ACL for all member users and groups
        if ($in{'_acl_group'}) {
            local ($group) = grep { $_->{'name'} eq $in{'_acl_group'} }
                          @{$h->{'groups'}};
            &remote_foreign_call($s->{'host'}, "acl", "set_acl_files",
                $h->{'users'}, $h->{'groups'}, $in{'_acl_mod'},
                $group->{'members'}, \%maccess);
            }

        print $wh &serialise_variable([ 1 ]);
        exit;
        }
    close($wh);
    $p++;
    }

# Read back the results
$p = 0;
foreach $h (@hosts) {
    local ($s) = grep { $_->{'id'} == $h->{'id'} } @servers;
    local $d = &server_name($s);
    local $rh = "READ$p";
    local $line = <$rh>;
    local $rv = &unserialise_variable($line);
    close($rh);

    if ($rv && $rv->[0] == 1) {
        # It worked
        print &text('acl_success', $d),"<br>\n";
        }
    else {
        # Something went wrong
        print &text('acl_failed', $d, $rv->[1]),"<br>\n";
        }
    $p++;
    }

print "<p><b>$text{'acl_done'}</b><p>\n";

&remote_finished();
&ui_print_footer("", $text{'index_return'},
    $in{'_acl_user'} ? ( "edit_user.cgi?user=$in{'_acl_user'}&host=$in{'_acl_host'}", $text{'user_return'} ) : ( "edit_group.cgi?group=$in{'_acl_group'}&host=$in{'_acl_host'}", $text{'group_return'} ));


:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0073 ]--