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


Viewing file:     edit_base.cgi (1.67 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show a form for editing the LDAP search bases for users, groups other objects

require './ldap-client-lib.pl';
&ui_print_header(undef, $text{'base_title'}, "", "base");

$conf = &get_config();
print &ui_form_start("save_base.cgi", "post");
print &ui_table_start($text{'base_header'}, "width=100%", 2);

print &ui_table_row($text{'base_base'},
    &ui_textbox("base", &find_svalue("base", $conf), 50)."\n".
    &base_chooser_button("base", 0));

$scopes = [ [ "", $text{'default'} ],
        [ "sub", $text{'base_ssub'} ],
        [ "one", $text{'base_sone'} ],
        [ "base", $text{'base_sbase'} ] ];
print &ui_table_row($text{'base_scope'},
    &ui_select("scope", &find_svalue("scope", $conf), $scopes));

print &ui_table_row($text{'base_timelimit'},
    &ui_opt_textbox("timelimit", &find_svalue("timelimit", $conf), 5,
             $text{'default'})." ".$text{'base_secs'});

$sp = " " x 5;
foreach $b (@base_types) {
    local $base = &find_svalue("nss_base_".$b, $conf);
    local ($scope, $filter);
    if ($base =~ /^(.*)\?(.*)\?(.*)$/) {
        $base = $1;
        $scope = $2;
        $filter = $3;
        }
    elsif ($base =~ /^(.*)\?(.*)$/) {
        $base = $1;
        $scope = $2;
        }
    print &ui_table_row($text{'base_'.$b},
        &ui_opt_textbox("base_$b", $base, 50, $text{'base_global'})." ".
        &base_chooser_button("base_$b", 0).
        "<br><table>\n".
        "<tr> <td>$sp</td> <td><b>$text{'base_bscope'}</b></td>\n".
        "<td>".&ui_select("scope_$b", $scope, $scopes)."</td> </tr>\n".
        "<tr> <td>$sp</td> <td><b>$text{'base_bfilter'}</b></td>\n".
        "<td>".&ui_textbox("filter_$b", $filter, 50)."</td> </tr>\n".
        "</table>");
    }

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.0048 ]--