!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/libexec/webmin/lpadmin/   drwxr-xr-x
Free 5.29 GB of 27.03 GB (19.59%)
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:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0032 ]--