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 /
object-is /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
implementation.js
267
B
-rw-rw-rw-
index.js
181
B
-rw-rw-rw-
shimmed.js
802
B
-rw-rw-rw-
tests.js
1.72
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shimmed.js
'use strict'; require('../auto'); var runTests = require('./tests'); var test = require('tape'); var defineProperties = require('define-properties'); var callBind = require('call-bind'); var isEnumerable = Object.prototype.propertyIsEnumerable; var functionsHaveNames = require('functions-have-names')(); test('shimmed', function (t) { t.equal(Object.is.length, 2, 'Object.is has a length of 2'); t.test('Function name', { skip: !functionsHaveNames }, function (st) { st.equal(Object.is.name, 'is', 'Object.is has name "is"'); st.end(); }); t.test('enumerability', { skip: !defineProperties.supportsDescriptors }, function (et) { et.equal(false, isEnumerable.call(Object, 'is'), 'Object.is is not enumerable'); et.end(); }); runTests(callBind(Object.is, Object), t); t.end(); });
Close