!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/mailcap/   drwxr-xr-x
Free 53.72 GB of 127.8 GB (42.03%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     save.cgi (1.89 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Create, update or delete a mailcap entry

require './mailcap-lib.pl';
&ReadParse();
&error_setup($text{'save_err'});
@mailcap = &list_mailcap();

if (!$in{'new'}) {
    ($mailcap) = grep { $_->{'index'} == $in{'index'} } @mailcap;
    $mailcap || &error($text{'edit_egone'});
    }
else {
    $mailcap = { 'args' => { } };
    }

&lock_file($mailcap_file);
if ($in{'delete'}) {
    # Just trash one
    &delete_mailcap($mailcap);
    }
else {
    # Validate inputs
    $in{'type'} =~ /([a-z0-9\-]+)\/([a-z0-9\-\*]+)/ ||
        &error($text{'save_etype'});
    #if (($in{'new'} || $in{'old'} ne $in{'type'}) && $in{'enabled'}) {
    #    ($clash) = grep { $_->{'type'} eq $in{'type'} &&
    #              $_->{'enabled'} == 1 } @mailcap;
    #    $clash && &error($text{'save_eclash'});
    #    }
        $mailcap->{'type'} = $in{'type'};
        $mailcap->{'enabled'} = $in{'enabled'};
    $in{'program'} ||
        &error($text{'save_eprogram'});
        $mailcap->{'program'} = $in{'program'};
    $in{'cmt'} =~ s/\r//g;
    $in{'cmt'} =~ s/\s*$//g;
    $mailcap->{'cmt'} = $in{'cmt'};

    # Save extra args
    $args = $mailcap->{'args'};
    if ($in{'test_def'}) {
        delete($args->{'test'});
        }
    else {
        $in{'test'} =~ /\S/ && $in{'test'} !~ /;/ ||
            &error($text{'save_etest'});
        $args->{'test'} = $in{'test'};
        }
    if ($in{'term'}) {
        $args->{'needsterminal'} = '';
        }
    else {
        delete($args->{'needsterminal'});
        }
    if ($in{'copious'}) {
        $args->{'copiousoutput'} = '';
        }
    else {
        delete($args->{'copiousoutput'});
        }
    if ($in{'desc_def'}) {
        delete($args->{'description'});
        }
    else {
        $in{'desc'} !~ /;/ || &error($text{'save_edesc'});
        $args->{'description'} = $in{'desc'};
        }
    
    # Update in file
    if ($in{'new'}) {
          &create_mailcap($mailcap);
          }
    else {
          &modify_mailcap($mailcap);
          }
    }
&unlock_file($mailcap_file);
&webmin_log($in{'new'} ? "create" : $in{'delete'} ? "delete" : "modify",
        "mailcap", $in{'old'} || $in{'type'});
&redirect("");


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