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.143.215.114
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
sockjs /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
chunking-test.js
2.46
KB
-rw-r--r--
2017-10-12 16:23
iframe.js
1.21
KB
-rw-r--r--
2017-10-12 16:23
sockjs.js
7.86
KB
-rw-r--r--
2017-10-12 16:23
trans-eventsource.js
1.85
KB
-rw-r--r--
2017-10-12 16:23
trans-htmlfile.js
2.27
KB
-rw-r--r--
2017-10-12 16:23
trans-jsonp.js
3.13
KB
-rw-r--r--
2017-10-12 16:23
trans-websocket.js
7.33
KB
-rw-r--r--
2017-10-12 16:23
trans-xhr.js
3.71
KB
-rw-r--r--
2017-10-12 16:23
transport.js
11.93
KB
-rw-r--r--
2017-10-12 16:23
utils.js
3.9
KB
-rw-r--r--
2017-10-12 16:23
webjs.js
8.61
KB
-rw-r--r--
2017-10-12 16:23
Save
Rename
// Generated by CoffeeScript 1.12.7 (function() { var utils; utils = require('./utils'); exports.app = { chunking_test: function(req, res, _, next_filter) { var write; res.setHeader('Content-Type', 'application/javascript; charset=UTF-8'); res.writeHead(200); write = (function(_this) { return function(payload) { var x; try { return res.write(payload + '\n'); } catch (error) { x = error; } }; })(this); utils.timeout_chain([ [ 0, (function(_this) { return function() { return write('h'); }; })(this) ], [ 1, (function(_this) { return function() { return write(Array(2049).join(' ') + 'h'); }; })(this) ], [ 5, (function(_this) { return function() { return write('h'); }; })(this) ], [ 25, (function(_this) { return function() { return write('h'); }; })(this) ], [ 125, (function(_this) { return function() { return write('h'); }; })(this) ], [ 625, (function(_this) { return function() { return write('h'); }; })(this) ], [ 3125, (function(_this) { return function() { write('h'); return res.end(); }; })(this) ] ]); return true; }, info: function(req, res, _) { var info; info = { websocket: this.options.websocket, origins: !this.options.disable_cors ? ['*:*'] : void 0, cookie_needed: !!this.options.jsessionid, entropy: utils.random32() }; if (typeof this.options.base_url === 'function') { info.base_url = this.options.base_url(); } else if (this.options.base_url) { info.base_url = this.options.base_url; } res.setHeader('Content-Type', 'application/json; charset=UTF-8'); res.writeHead(200); return res.end(JSON.stringify(info)); }, info_options: function(req, res) { res.statusCode = 204; res.setHeader('Access-Control-Allow-Methods', 'OPTIONS, GET'); res.setHeader('Access-Control-Max-Age', res.cache_for); return ''; } }; }).call(this);