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


Viewing file:     save_mdadm.cgi (939 B)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Update mdadm.conf with notification settings

require './raid-lib.pl';
&ReadParse();
&error_setup($text{'notif_err'});

# Validate inputs
$notif = { };
if (!$in{'mailaddr_def'}) {
    $in{'mailaddr'} =~ /^\S+\@\S+$/ || &error($text{'notif_emailaddr'});
    $notif->{'MAILADDR'} = $in{'mailaddr'};
    }
else {
    $notif->{'MAILADDR'} = undef;
    }
if (!$in{'mailfrom_def'}) {
    $in{'mailfrom'} =~ /^\S+\@\S+$/ || &error($text{'notif_emailfrom'});
    $notif->{'MAILFROM'} = $in{'mailfrom'};
    }
else {
    $notif->{'MAILFROM'} = undef;
    }
if (!$in{'program_def'}) {
    -x $in{'program'} || &error($text{'notif_eprogram'});
    $notif->{'PROGRAM'} = $in{'program'};
    }
else {
    $notif->{'PROGRAM'} = undef;
    }

# Save them
&lock_file($config{'mdadm'});
&save_mdadm_notifications($notif);
&unlock_file($config{'mdadm'});

# Enable/disable
if (&get_mdadm_action()) {
    &save_mdadm_monitoring($in{'monitor'});
    }

&webmin_log("notif");

&redirect("");


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