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


Viewing file:     pam_login.cgi (2.57 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Ask one PAM question

BEGIN { push(@INC, ".."); };
use WebminCore;

$pragma_no_cache = 1;
#$ENV{'MINISERV_INTERNAL'} || die "Can only be called by miniserv.pl";
&init_config();
&ReadParse();
if ($gconfig{'loginbanner'} && $ENV{'HTTP_COOKIE'} !~ /banner=1/ &&
    !$in{'logout'} && $in{'initial'}) {
    # Show pre-login HTML page
    print "Set-Cookie: banner=1; path=/\r\n";
    &PrintHeader();
    $url = $in{'page'};
    open(BANNER, $gconfig{'loginbanner'});
    while(<BANNER>) {
        s/LOGINURL/$url/g;
        print;
        }
    close(BANNER);
    return;
    }
$sec = uc($ENV{'HTTPS'}) eq 'ON' ? "; secure" : "";
&get_miniserv_config(\%miniserv);
$sidname = $miniserv{'sidname'} || "sid";
print "Set-Cookie: banner=0; path=/$sec\r\n" if ($gconfig{'loginbanner'});
print "Set-Cookie: $sidname=x; path=/$sec\r\n" if ($in{'logout'});
print "Set-Cookie: testing=1; path=/$sec\r\n";
&ui_print_unbuffered_header(undef, undef, undef, undef, undef, 1, 1, undef,
                undef, "onLoad='document.forms[0].answer.focus()'");

print "<center>\n";
if (defined($in{'failed'})) {
    print "<h3>$text{'session_failed'}</h3><p>\n";
    }
elsif ($in{'logout'}) {
    print "<h3>$text{'session_logout'}</h3><p>\n";
    }
elsif ($in{'timed_out'}) {
    print "<h3>",&text('session_timed_out', int($in{'timed_out'}/60)),"</h3><p>\n";
    }

print "$text{'pam_prefix'}\n";

print &ui_form_start("$gconfig{'webprefix'}/pam_login.cgi", "post");
print &ui_hidden("cid", $in{'cid'});

print &ui_table_start($text{'pam_header'},
              "width=40% class='loginform'", 2);

if ($gconfig{'realname'}) {
    $host = &get_system_hostname();
    }
else {
    $host = $ENV{'HTTP_HOST'};
    $host =~ s/:\d+//g;
    $host = &html_escape($host);
    }

if ($in{'message'}) {
    # Showing a message
    pirnt &ui_table_row(undef,
          &html_escape($in{'message'}), 2);
    print &ui_hidden("message", 1);
    }
else {
    # Asking a question
    print &ui_table_row(undef,
          &text($gconfig{'nohostname'} ? 'pam_mesg2' : 'pam_mesg',
            "<tt>$host</tt>"), 2, [ "align=center", "align=center" ]);

    print &ui_table_row(&html_escape($in{'question'}),
        $in{'password'} ? &ui_password("answer", undef, 20)
                : &ui_textbox("answer", undef, 20));
    }

print &ui_table_end(),"\n";
print &ui_submit($text{'pam_login'});
print &ui_reset($text{'session_clear'});
if (!$in{'initial'}) {
    print &ui_submit($text{'pam_restart'}, 'restart');
    }
print &ui_form_end();
print "</center>\n";

print "$text{'pam_postfix'}\n";

# Output frame-detection Javascript, if theme uses frames
if ($tconfig{'inframe'}) {
    print <<EOF;
<script>
if (window != window.top) {
    window.top.location = window.location;
    }
</script>
EOF
    }

&ui_print_footer();


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