Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.213
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
libexec /
webmin /
ruby-gems /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
LICENSE
34.32
KB
-rw-r--r--
README.md
910
B
-rw-r--r--
cgi_args.pl
299
B
-rw-r--r--
config
8
B
-rw-r--r--
config.info
31
B
-rw-r--r--
delete.cgi
1.21
KB
-rwxr-xr-x
deletes.cgi
1.07
KB
-rwxr-xr-x
index.cgi
2.72
KB
-rw-r--r--
install-type
4
B
-rw-r--r--
install.cgi
788
B
-rwxr-xr-x
iview.cgi
930
B
-rwxr-xr-x
log_parser.pl
588
B
-rw-r--r--
module.info
27
B
-rw-r--r--
ruby-gems-lib.pl
4.46
KB
-rw-r--r--
view.cgi
1.44
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : iview.cgi
#!/usr/bin/perl # Show full details of an available Gems module use strict; use warnings; our (%text, %in); require './ruby-gems-lib.pl'; &ReadParse(); &ui_print_header(undef, $text{'view_title'}, ""); my ($mod) = grep { $_->{'name'} eq $in{'name'} } &list_available_gems_modules(); my @tds = ( "nowrap" ); print &ui_form_start("install.cgi"); print &ui_hidden("mod", $mod->{'name'}),"\n"; print &ui_table_start($text{'view_header'}, "width=50%", 2); print &ui_table_row($text{'view_name'}, "<tt>$mod->{'name'}</tt>", 1, \@tds); print &ui_table_row($text{'view_versions'}, &ui_select("version", undef, [ map { [ $_ ] } @{$mod->{'versions'}} ]), 1, \@tds); if ($mod->{'desc'}) { print &ui_table_row($text{'view_desc'}, &html_escape($mod->{'desc'}), 1, \@tds); } print &ui_table_end(); print &ui_form_end([ [ "install", $text{'view_install'} ] ]); &ui_print_footer("", $text{'index_return'});
Close