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


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

sub mod_tls_directives
{
local $rv = [
    [ 'TLSEngine', 0, 7, 'virtual global', 1.27, 10 ],
    [ 'TLSRequired', 0, 7, 'virtual global', 1.27, 1 ],
    [ 'TLSRSACertificateFile', 0, 7, 'virtual global', 1.27, 8 ],
    [ 'TLSRSACertificateKeyFile', 0, 7, 'virtual global', 1.27, 7 ],
    [ 'TLSCACertificateFile', 0, 7, 'virtual global', 1.27, 6 ],
    ];
return &make_directives($rv, $_[0], "mod_tls");
}

sub edit_TLSEngine
{
return (2, $text{'mod_tls_engine'},
    &choice_input($_[0]->{'value'}, "TLSEngine", "",
              "$text{'yes'},on", "$text{'no'},off",
              "$text{'default'},"));
}
sub save_TLSEngine
{
return &parse_choice("TLSEngine", "");
}

sub edit_TLSRequired
{
return (2, $text{'mod_tls_required'},
    &select_input($_[0]->{'value'}, "TLSRequired", "",
              "$text{'yes'},on", "$text{'no'},off",
              "$text{'mod_tls_ctrl'},ctrl",
              "$text{'mod_tls_auth'},auth",
              "$text{'mod_tls_authdata'},auth+data",
              "$text{'default'},"));
}
sub save_TLSRequired
{
return &parse_choice("TLSRequired", "");
}

sub edit_TLSRSACertificateFile
{
my $n = $_[0]->{'name'};
return (2, $text{'mod_tls_file'},
    &ui_opt_textbox($n, $_[0]->{'value'}, 60, $text{'mod_tls_none'})." ".
    &file_chooser_button($n));
}
sub save_TLSRSACertificateFile
{
my $n = $_[0]->{'name'};
if ($in{$n."_def"}) {
    return ( [ ] );
    }
else {
    -r $in{$n} || &error($text{'mod_tls_efile'});
    return ( [ $in{$n} ] );
    }
}

sub edit_TLSRSACertificateKeyFile
{
my $n = $_[0]->{'name'};
return (2, $text{'mod_tls_key'},
    &ui_opt_textbox($n, $_[0]->{'value'}, 60, $text{'mod_tls_none'})." ".
    &file_chooser_button($n));
}
sub save_TLSRSACertificateKeyFile
{
my $n = $_[0]->{'name'};
if ($in{$n."_def"}) {
    return ( [ ] );
    }
else {
    -r $in{$n} || &error($text{'mod_tls_ekey'});
    return ( [ $in{$n} ] );
    }
}

sub edit_TLSCACertificateFile
{
my $n = $_[0]->{'name'};
return (2, $text{'mod_tls_ca'},
    &ui_opt_textbox($n, $_[0]->{'value'}, 60, $text{'mod_tls_none'})." ".
    &file_chooser_button($n));
}
sub save_TLSCACertificateFile
{
my $n = $_[0]->{'name'};
if ($in{$n."_def"}) {
    return ( [ ] );
    }
else {
    -r $in{$n} || &error($text{'mod_tls_eca'});
    return ( [ $in{$n} ] );
    }
}

1;

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