!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/apache/   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:     mod_env.pl (2.03 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
# mod_env.pl
# Defines editors for passing variables to CGI scripts

sub mod_env_directives
{
local($rv);
$rv = [ [ 'PassEnv UnsetEnv SetEnv', 1, 11, 'virtual', -1.309 ],
    [ 'PassEnv UnsetEnv SetEnv', 1, 11, 'virtual directory', 1.309 ] ];
return &make_directives($rv, $_[0], "mod_env");
}

sub edit_PassEnv_UnsetEnv_SetEnv
{
local($d, $e, @var, @mode, @val, $i, $rv);
foreach $d (@{$_[0]}, @{$_[1]}, @{$_[2]}) {
    if ($d->{'name'} ne "SetEnv") {
        foreach $e (@{$d->{'words'}}) {
            push(@var, $e);
            push(@mode, $d->{'name'} eq "PassEnv" ? 0 : 1);
            push(@val, "");
            }
        }
    else {
        push(@var, $d->{'words'}->[0]);
        push(@mode, 2);
        push(@val, $d->{'words'}->[1]);
        }
    }
push(@var, ""); push(@mode, 0); push(@val, "");
$rv = "<table border>\n".
      "<tr $tb> <td><b>$text{'mod_env_var'}</b></td> <td><b>$text{'mod_env_value'}</b></td> </tr>\n";
for($i=0; $i<@var; $i++) {
    $rv .= "<tr $cb>\n";
    $rv .= "<td><input name=Env_var_$i size=20 value=\"$var[$i]\"></td>\n";
    $rv .= "<td>".&choice_input($mode[$i], "Env_mode_$i", 0,
                                "$text{'mod_env_pass'},0", "$text{'mod_env_clear'},1", "$text{'mod_env_set'},2");
    $rv .= "<input name=Env_val_$i size=20 value=\"$val[$i]\"></td>\n";
    $rv .= "</tr>\n";
    }
$rv .= "</table>\n";
return (2, "$text{'mod_env_cgivar'}", $rv);
}
sub save_PassEnv_UnsetEnv_SetEnv
{
local($i, $var, $mode, $val, @pa, @uns, @se);
for($i=0; defined($var = $in{"Env_var_$i"}); $i++) {
    $mode = $in{"Env_mode_$i"}; $val = $in{"Env_val_$i"};
    if ($var !~ /\S/ && $val !~ /\S/) { next; }
    $var =~ /^\S+$/ || &error(&text('mod_env_evar', $var));
    if ($mode == 0) { push(@pa, $var); }
    elsif ($mode == 1) { push(@uns, $var); }
    elsif ($var !~ /^\S+$/) {
        &error(&text('mod_env_evalue', $var));
        }
    else { push(@se, "$var \"$val\""); }
    }
return ( \@pa, \@uns, \@se );
}

sub edit_PassEnvAll
{
return (1, "$text{'mod_env_passall'}",
    &choice_input($_[0]->{'value'}, "PassEnvAll",
              "", "$text{'yes'},on", "$text{'no'},off", "$text{'mod_env_default'},"));
}
sub save_PassEnvAll
{
return &parse_choice("PassEnvAll");
}

1;


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