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-webshield /
lualib /
ngx /
[ HOME SHELL ]
Name
Size
Permission
Action
ssl
[ DIR ]
drwxr-xr-x
balancer.lua
11.22
KB
-rw-r--r--
base64.lua
1.68
KB
-rw-r--r--
errlog.lua
4.31
KB
-rw-r--r--
ocsp.lua
4.06
KB
-rw-r--r--
pipe.lua
19.14
KB
-rw-r--r--
process.lua
2.95
KB
-rw-r--r--
re.lua
7.55
KB
-rw-r--r--
req.lua
340
B
-rw-r--r--
resp.lua
365
B
-rw-r--r--
semaphore.lua
4.98
KB
-rw-r--r--
ssl.lua
17.36
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : resp.lua
-- Copyright (C) Yichun Zhang. All rights reserved. local base = require "resty.core.base" base.allows_subsystem('http') local core_response = require "resty.core.response" local set_resp_header = core_response.set_resp_header local _M = { version = base.version } function _M.add_header(key, value) set_resp_header(nil, key, value, true) end return _M
Close