!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/squid/   drwxr-xr-x
Free 53.72 GB of 127.8 GB (42.03%)
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 (5.3 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# index.cgi
# Display a menu of different kinds of options

require './squid-lib.pl';

# Check for the squid executable
if (!&has_command($config{'squid_path'})) {
    &ui_print_header(undef, $text{'index_header'}, "", undef, 1, 1);
    print &text('index_msgnoexe',$config{'squid_path'},
        $module_name),"<p>\n";

    &foreign_require("software", "software-lib.pl");
    $lnk = &software::missing_install_link("squid", $text{'index_squid'},
            "../$module_name/", $text{'index_header'});
    print $lnk,"<p>\n" if ($lnk);

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

# Check for squid config file
if (!-r $config{'squid_conf'}) {
    &ui_print_header(undef, $text{'index_header'}, "", undef, 1, 1);
    print &text('index_msgnoconfig',$config{'squid_conf'},
        $module_name);
    print "\n<p>\n";
    &ui_print_footer("/", $text{'index_return'});
    exit;
    }

# Check the version number
$fullver = $ver = &backquote_command("$config{'squid_path'} -v 2>&1");
if ($ver =~ /LUSCA/) {
    # Special Squid variant, actually equivalent to 2.7
    $ver = "Squid Cache: Version 2.7.STABLE.LUSCA.2012";
    }
if ($ver =~ /version\s+(\S+)/i) {
    $ver = $1;
    }
if ($ver =~ /^(1\.1)\.\d+/ || $ver =~ /^(1)\.NOVM/ ||
    $ver =~ /^(2\.[01234567])\./ || $ver =~ /^(3\.[0123])/) {
    # Save version number
    open(VERSION, ">$module_config_directory/version");
    print VERSION $1,"\n";
    close(VERSION);
    $squid_version = $1;
    }
else {
    &ui_print_header(undef, $text{'index_header'}, "", undef, 1, 1);
    print &text('index_msgnosupported2', "<tt>1.1</tt>", "<tt>2.7</tt>"),
          "<p>\n";
    print &text('index_squidver', "$config{'squid_path'} -v"),"\n";
    print "<pre>$fullver</pre>\n";
    &ui_print_footer("/", $text{'index_return'});
    exit;
    }

# Check for the cache directory
$conf = &get_config();
if (!&check_cache($conf, \@caches)) {
    &ui_print_header(undef, $text{'index_header'}, "", undef, 1, 1);
    print "<center>\n";
    if (@caches > 1) {
        print &text('index_msgnodir1', join(", ", @caches));
        }
    else {
        print &text('index_msgnodir2', $caches[0]);
        }
    print $text{'index_msgnodir3'},"<br>\n";
    print "<form action=init_cache.cgi>\n";
    print "<input type=submit value=\"$text{'index_buttinit'}\">\n";
    local $def = defined(getpwnam("squid")) ? "squid" :
             defined(getpwnam("proxy")) ? "proxy" :
             defined(getpwnam("httpd")) ? "httpd" : undef;
    if (!&find_config("cache_effective_user", $conf)) {
        print $text{'index_asuser'}," ",&unix_user_input("user", $def),
            "<p>\n";
        }
    else {
        print "<input type=hidden name=nouser value=1>\n";
        }
    print "<input type=hidden name=caches value=\"",
        join(" ",@caches),"\">\n";
    print "</form></center>\n";
    print &ui_hr();
    }
else {
    &ui_print_header(undef, $text{'index_header'}, "", "intro",
        1, 1, 0, &restart_button()."<br>".
             &help_search_link("squid", "doc", "google"),
        undef, undef, &text('index_version', $squid_version));
    }

if ($squid_version < 2) {
    $auth = 1;
    }
else {
    local $file = &get_auth_file($conf);
    $auth = 2 if ($file);
    }
$calamaris = &has_command($config{'calamaris'});
$delay = $squid_version >= 2.3;
$authparam = $squid_version >= 2;
$headeracc = $squid_version >= 2.5;
$iptables = &foreign_check("firewall");

@otitles = ( 'portsnets', 'othercaches', 'musage', 'logging',
         'copts', 'hprogs', 'actrl', 'admopts',
         ( $auth ? ( 'proxyauth' ) : ( ) ),
         ( $authparam ? ( 'authparam' ) : ( ) ),
         ( $delay ? ( 'delay' ) : ( ) ),
         ( $headeracc ? ( 'headeracc' ) : ( ) ),
         'refresh',
         'miscopt',
         ( $iptables ? ( 'iptables' ) : ( ) ),
         'cms', 'cachemgr', 'rebuild',
         ( $calamaris ? ( 'calamaris' ) : ( ) ) );
@olinks =  ( "edit_ports.cgi", "edit_icp.cgi", "edit_mem.cgi",
         "edit_logs.cgi", "edit_cache.cgi", "edit_progs.cgi",
         "edit_acl.cgi", "edit_admin.cgi",
         ( $auth == 1 ? ( "edit_auth.cgi" ) :
           $auth == 2 ? ( "edit_nauth.cgi" ) : ( ) ),
         ( $authparam ? ( "edit_authparam.cgi" ) : ( ) ),
         ( $delay ? ( 'edit_delay.cgi' ) : ( ) ),
         ( $headeracc ? ( 'list_headeracc.cgi' ) : ( ) ),
         "list_refresh.cgi",
         "edit_misc.cgi",
         ( $iptables ? ( "edit_iptables.cgi" ) : ( ) ),
         "cachemgr.cgi", "edit_cachemgr.cgi", "clear.cgi",
         ( $calamaris ? ( "calamaris.cgi" ) : ( ) ) );
for($i=0; $i<@otitles; $i++) {
    if (!$access{$otitles[$i]}) {
        splice(@otitles, $i, 1);
        splice(@olinks, $i, 1);
        $i--;
        }
    else {
        $otitles[$i] = $text{'index_'.$otitles[$i]};
        }
    }
@oicons =  map { $t=$_; $t=~s/cgi/gif/; $t=~s/edit_// if ($t ne 'edit_cachemgr.gif'); "images/$t" } @olinks;
&icons_table(\@olinks, \@otitles, \@oicons);

# Show start/stop/apply buttons
if ($config{'restart_pos'} != 1) {
    print &ui_hr();
    print &ui_buttons_start();
    if ($pid = &is_squid_running()) {
        if ($access{'restart'}) {
            print &ui_buttons_row("restart.cgi", $text{'index_restart'},
                          $text{'index_restartdesc'},
                          &ui_hidden("pid", $pid).
                          &ui_hidden("redir", "index.cgi"));
            }
        if ($access{'start'}) {
            print &ui_buttons_row("stop.cgi", $text{'index_stop'},
                          $text{'index_stopdesc'},
                          &ui_hidden("pid", $pid).
                          &ui_hidden("redir", "index.cgi"));
            }
        }
    else {
        if ($access{'start'}) {
            print &ui_buttons_row("start.cgi", $text{'index_start'},
                          $text{'index_startdesc'},
                          &ui_hidden("redir", "index.cgi"));
            }
        }
    print &ui_buttons_end();
    }

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