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.13
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 /
acorn-export-ns-from /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
913
B
-rw-r--r--
package.json
849
B
-rw-r--r--
run_test262.js
645
B
-rw-r--r--
test262.whitelist
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : run_test262.js
"use strict" const fs = require("fs") const path = require("path") const run = require("test262-parser-runner") const acorn = require("acorn") const acornExportNsFrom = require(".") const Parser = acorn.Parser.extend(acornExportNsFrom) run( (content, options) => Parser.parse(content, {sourceType: options.sourceType, ecmaVersion: 11}), { testsDirectory: path.dirname(require.resolve("test262/package.json")), skip: test => !(test.attrs.features && test.attrs.features.includes("export-star-as-namespace-from-module")), whitelist: fs.readFileSync("./test262.whitelist", "utf8").split("\n").filter(v => v && v[0] !== "#") } )
Close