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 /
events /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
add-listeners.js
3.7
KB
-rw-r--r--
check-listener-leaks.js
3.38
KB
-rw-r--r--
common.js
3.13
KB
-rw-r--r--
errors.js
344
B
-rw-r--r--
events-list.js
813
B
-rw-r--r--
index.js
1.39
KB
-rw-r--r--
legacy-compat.js
296
B
-rw-r--r--
listener-count.js
1.65
KB
-rw-r--r--
listeners-side-effects.js
2.05
KB
-rw-r--r--
listeners.js
4.81
KB
-rw-r--r--
max-listeners.js
2.02
KB
-rw-r--r--
method-names.js
1.63
KB
-rw-r--r--
modify-in-emit.js
3.15
KB
-rw-r--r--
num-args.js
2.17
KB
-rw-r--r--
once.js
2.59
KB
-rw-r--r--
prepend.js
833
B
-rw-r--r--
remove-all-listeners.js
4.62
KB
-rw-r--r--
remove-listeners.js
6.44
KB
-rw-r--r--
set-max-listeners-side-effects...
1.41
KB
-rw-r--r--
special-event-names.js
1.39
KB
-rw-r--r--
subclass.js
1.96
KB
-rw-r--r--
symbols.js
627
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
var test = require('tape'); require('./legacy-compat'); var common = require('./common'); // we do this to easily wrap each file in a mocha test // and also have browserify be able to statically analyze this file var orig_require = require; var require = function(file) { test(file, function(t) { // Store the tape object so tests can access it. t.on('end', function () { delete common.test; }); common.test = t; try { orig_require(file); } catch (err) { t.fail(err); } t.end(); }); }; require('./add-listeners.js'); require('./check-listener-leaks.js'); require('./errors.js'); require('./events-list.js'); require('./listener-count.js'); require('./listeners-side-effects.js'); require('./listeners.js'); require('./max-listeners.js'); if ((function A () {}).name === 'A') { require('./method-names.js'); } else { // Function.name is not supported in IE test('./method-names.js', { skip: true }, function () {}); } require('./modify-in-emit.js'); require('./num-args.js'); require('./once.js'); require('./prepend.js'); require('./set-max-listeners-side-effects.js'); require('./special-event-names.js'); require('./subclass.js'); if (typeof Symbol === 'function') { require('./symbols.js'); } else { // Symbol is not available. test('./symbols.js', { skip: true }, function () {}); } require('./remove-all-listeners.js'); require('./remove-listeners.js');
Close