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


Viewing file:     index.cgi (1.37 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Display icons for iSCSI option types

use strict;
use warnings;
require './iscsi-client-lib.pl';
our (%text, %config, $module_name);

&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0,
         &help_search_link("iscsiadm", "man", "doc", "google"));

my $err = &check_config();
if ($err) {
    &ui_print_endpage(
        $err." ".&text('index_clink', "../config.cgi?$module_name"));
    }

my @links = ( "edit_auth.cgi", "edit_timeout.cgi",
          "edit_iscsi.cgi", "list_ifaces.cgi",
          "list_conns.cgi" );
my @titles = ( $text{'auth_title'}, $text{'timeout_title'},
           $text{'iscsi_title'}, $text{'ifaces_title'},
           $text{'conns_title'} );
my @icons = ( "images/auth.gif", "images/timeout.gif",
          "images/iscsi.gif", "images/ifaces.gif",
          "images/conns.gif" );
&icons_table(\@links, \@titles, \@icons, 5);

if ($config{'init_name'}) {
    # Show start at boot button
    print &ui_hr();
    print &ui_buttons_start();

    &foreign_require("init");
    my $all_starting = 1;
    foreach my $i (split(/\s+/, $config{'init_name'})) {
        my $starting = &init::action_status($i);
        $all_starting = 0 if ($starting != 2);
        }
    print &ui_buttons_row(
        "atboot.cgi",
        $text{'index_atboot'},
        $text{'index_atbootdesc'},
        undef,
        &ui_radio("boot", $all_starting,
              [ [ 1, $text{'yes'} ], [ 0, $text{'no'} ] ]));

    print &ui_buttons_end();
    }

&ui_print_footer("/", $text{'index'});

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