Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.52
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
home /
amatya /
quiz1 /
node_modules /
spdy /
lib /
spdy /
[ HOME SHELL ]
Name
Size
Permission
Action
agent.js
6.76
KB
-rw-rw-rw-
handle.js
5.77
KB
-rw-rw-rw-
request.js
527
B
-rw-rw-rw-
response.js
2.85
KB
-rw-rw-rw-
server.js
7.25
KB
-rw-rw-rw-
socket.js
921
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : request.js
'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) }
Close