Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.129.211.138
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
npm /
node_modules /
es-abstract /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
helpers
[ DIR ]
drwxr-xr-x
GetIntrinsic.js
735
B
-rw-r--r--
diffOps.js
540
B
-rw-r--r--
es2015.js
656
B
-rw-r--r--
es2016.js
671
B
-rw-r--r--
es2017.js
699
B
-rw-r--r--
es5.js
16.81
KB
-rw-r--r--
es6.js
370
B
-rw-r--r--
es7.js
370
B
-rw-r--r--
index.js
665
B
-rw-r--r--
tests.js
53.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : diffOps.js
'use strict'; var keys = require('object-keys'); var forEach = require('foreach'); module.exports = function diffOperations(actual, expected, expectedMissing) { var actualKeys = keys(actual); var expectedKeys = keys(expected); var extra = []; var missing = []; forEach(actualKeys, function (op) { if (!(op in expected)) { extra.push(op); } }); forEach(expectedKeys, function (op) { if (!(op in actual) && expectedMissing.indexOf(op) === -1) { missing.push(op); } }); return { missing: missing, extra: extra }; };
Close