!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:     save_ext.cgi (2.13 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# save_ext.cgi
# Create, update or delete an external auth program

require './squid-lib.pl';
&error_setup($text{'ext_err'});
$access{'actrl'} || &error($text{'eacl_ecannot'});
&ReadParse();
$conf = &get_config();
@exts = &find_config("external_acl_type", $conf);
$ext = $conf->[$in{'index'}] if (!$in{'new'});

if ($in{'delete'}) {
    # Just delete it (as long as there are no ACL references)
    @used = grep { $_->{'values'}->[1] eq 'external' &&
               $_->{'values'}->[2] eq $ext->{'values'}->[0] }
             &find_config("acl", $conf);
    &error($text{'ext_eused'}) if (@used);
    splice(@exts, &indexof($ext, @exts), 1);
    $logext = $ext;
    }
else {
    # Validate and store inputs
    $in{'name'} =~ /^\S+$/ || &error($text{'ext_ename'});
    if (!$ext || $in{'name'} ne $ext->{'values'}->[0]) {
        # Check for a clash
        local ($clash) = grep { $_->{'values'}->[0] eq $in{'name'} }
                      @exts;
        &error($text{'ext_eclash'}) if ($clash);
        }
    push(@vals, $in{'name'});
    foreach $on ('ttl', 'negative_ttl', 'concurrency', 'cache') {
        if (!$in{$on.'_def'}) {
            $in{$on} =~ /^\d+$/ || &error($text{'ext_e'.$on});
            push(@vals, $on."=".$in{$on});
            }
        }
    $in{'format'} =~ /^\S+/ || &error($text{'ext_eformat'});
    push(@vals, $in{'format'});
    $in{'program'} =~ /^(\S+)/ && &has_command("$1") ||
        &error($text{'ext_eprogram'});
    push(@vals, $in{'program'});

    # Create or update
    $logext = $newext = { 'name' => 'external_acl_type',
                  'values' => \@vals };
    if ($ext) { $exts[&indexof($ext, @exts)] = $newext; }
    else { push(@exts, $newext); }

    if ($ext && $in{'name'} ne $ext->{'values'}->[0]) {
        # Fix any ACLs that referred to this external type
        @acls = &find_config("acl", $conf);
        foreach $a (@acls) {
            if ($a->{'values'}->[1] eq 'external' &&
                $a->{'values'}->[2] eq $ext->{'values'}->[0]) {
                $a->{'values'}->[2] = $in{'name'};
                }
            }
        &save_directive($conf, "acl", \@acls);
        }
    }

&save_directive($conf, "external_acl_type", \@exts);
&flush_file_lines();
&unlock_file($config{'squid_conf'});
&webmin_log($in{'delete'} ? 'delete' : $ext ? 'modify' : 'create',
        'ext', $logext->{'values'}->[0]);
&redirect("edit_acl.cgi?mode=external");


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