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


Viewing file:     setup_razor.cgi (1.15 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Do the setup

require './spam-lib.pl';
&ReadParse();
&error_setup($text{'razor_err'});

# Validate inputs
$in{'user_def'} || $in{'user'} =~ /\S/ || &error($text{'razor_euser'});
$in{'pass_def'} || $in{'pass'} =~ /\S/ || &error($text{'razor_epass'});

# Do it
&ui_print_header(undef, $text{'razor_title'}, "");

print "<p>$text{'razor_doing'}<br>\n";
$cmd = "$config{'razor_admin'} -create -register";
$cmd .= " -user ".quotemeta($in{'user'}) if (!$in{'user_def'});
$cmd .= " -pass ".quotemeta($in{'pass'}) if (!$in{'pass_def'});
$out = &backquote_command(
    "(cd ".quotemeta($remote_user_info[7])." && $cmd) 2>&1 </dev/null");
print "<pre>$out</pre>\n";
if (!$? && !-r "$remote_user_info[7]/.razor/identity") {
    # Also need to run razor-report once
    $cmd = $config{'razor_admin'};
    $cmd =~ s/-admin$/-report/g;
    $cmd .= "</dev/null 2>&1";
    $out = &backquote_command(
      "(cd ".quotemeta($remote_user_info[7])." && $cmd) 2>&1 </dev/null");
    print "<pre>$out</pre>\n";
    }
if ($? || !-r "$remote_user_info[7]/.razor/identity") {
    print "$text{'razor_failed'}<p>\n";
    }
else {
    print "$text{'razor_done'}<p>\n";
    }

&ui_print_footer("", $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.0039 ]--