Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.147.67.34
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
node_modules /
agent-base /
dist /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
3.12
KB
-rw-r--r--
1985-10-26 08:15
index.js
7.72
KB
-rw-r--r--
1985-10-26 08:15
index.js.map
5.69
KB
-rw-r--r--
1985-10-26 08:15
promisify.d.ts
299
B
-rw-r--r--
1985-10-26 08:15
promisify.js
495
B
-rw-r--r--
1985-10-26 08:15
promisify.js.map
499
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function promisify(fn) { return function (req, opts) { return new Promise((resolve, reject) => { fn.call(this, req, opts, (err, rtn) => { if (err) { reject(err); } else { resolve(rtn); } }); }); }; } exports.default = promisify; //# sourceMappingURL=promisify.js.map