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


Viewing file:     edit_nauth.cgi (1.21 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# edit_nauth.cgi
# Display a list of proxy users

use strict;
use warnings;
our (%text, %in, %access, $squid_version, %config, $module_name);
require './squid-lib.pl';

if ($config{'crypt_conf'} == 1) {
    eval "use MD5";
    if ($@) {
            &error(&text('eauth_nomd5', $module_name));
        }
    }

$access{'proxyauth'} || &error($text{'eauth_ecannot'});
&ui_print_header(undef, $text{'eauth_header'}, "", undef, 0, 0, 0, &restart_button());
my $conf = &get_config();
my $authfile = &get_auth_file($conf);

print &text('eauth_nmsgaccess', "<tt>$authfile</tt>"),"<p>\n";
my @users = &list_auth_users($authfile);
if (@users) {
    print &ui_links_row([ &ui_link("edit_nuser.cgi?new=1",
                       $text{'eauth_addpuser'}) ]);
    my @grid;
    for(my $i=0; $i<@users; $i++) {
        my ($it, $unit) = $users[$i]->{'enabled'} ? ('', '') :
                    ('<i>', '</i>');
        push(@grid, &ui_link("edit_nuser.cgi?index=$i",
                     $it.$users[$i]->{'user'}.$unit));
        }
    print &ui_grid_table(\@grid, 4, 100, undef, undef,
                 $text{'eauth_pusers'});
    }
else {
    print "<b>$text{'eauth_nopusers'}</b> <p>\n";
    }
print &ui_links_row([ &ui_link("edit_nuser.cgi?new=1",
                   $text{'eauth_addpuser'}) ]);

&ui_print_footer("", $text{'eauth_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.0107 ]--