!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/firewall6/   drwxr-xr-x
Free 28.6 GB of 117.98 GB (24.24%)
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 (1.02 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

do 'firewall-lib.pl';
@acl_features = ("newchain", "delchain", "policy", "apply", "unapply", "bootup", "setup", "cluster");

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

# Show editable tables
my $tables = "";
foreach $t (@known_tables) {
    $tables .= &ui_checkbox($t, 1, $text{'index_table_'.$t},
                $o->{$t})."<br>\n";
    }
print &ui_table_row($text{'acl_tables'}, $tables, 3);

# Show allowed target types
print &ui_table_row($text{'acl_jumps'},
    &ui_opt_textbox("jumps", $o->{'jumps'}, 40, $text{'acl_jall'}), 3);

# Show bootup/apply options
foreach my $f (@acl_features) {
    print &ui_table_row($text{'acl_'.$f},
        &ui_yesno_radio($f, $o->{$f}));
    }
}

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

foreach my $t (@known_tables) {
    $o->{$t} = $in{$t};
    }
foreach my $f (@acl_features) {
    $o->{$f} = $in{$f};
    }
$o->{'jumps'} = $in{'jumps_def'} ? undef : $in{'jumps'};
}


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