Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.138
676 Domain
5.6.40
omxrelocation
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
/
opt /
imunify360 /
venv /
share /
imunify360 /
no_cp /
[ HOME SHELL ]
Name
Size
Permission
Action
schema-v1.yaml
838
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : schema-v1.yaml
# Cerberus (http://docs.python-cerberus.org/en/stable/) schema for site # information API # API version, should be 1 for current version version: type: integer required: true # list of information about domains domains: type: list required: true schema: type: dict schema: # list of domain aliases aliases: type: list schema: type: string # domain name name: type: string required: true # path to site root, not necessarily web server's document root site_root: type: string # user name that this domain belongs to owner: type: string required: true # list of folders relative to domain root path to ignore (logs, databases etc) # for inotify scanner ignore_paths: type: list schema: type: string
Close