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 /
amatya /
node_modules /
ast-types /
def /
[ HOME SHELL ]
Name
Size
Permission
Action
babel.js
2.98
KB
-rw-r--r--
babel6.js
4.56
KB
-rw-r--r--
core.js
11.86
KB
-rw-r--r--
e4x.js
2.24
KB
-rw-r--r--
es6.js
7.99
KB
-rw-r--r--
es7.js
1.03
KB
-rw-r--r--
esprima.js
2.69
KB
-rw-r--r--
flow.js
8.81
KB
-rw-r--r--
jsx.js
3.37
KB
-rw-r--r--
mozilla.js
1.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : es7.js
module.exports = function (fork) { fork.use(require('./es6')); var types = fork.use(require("../lib/types")); var def = types.Type.def; var or = types.Type.or; var builtin = types.builtInTypes; var defaults = fork.use(require("../lib/shared")).defaults; def("Function") .field("async", Boolean, defaults["false"]); def("SpreadProperty") .bases("Node") .build("argument") .field("argument", def("Expression")); def("ObjectExpression") .field("properties", [or(def("Property"), def("SpreadProperty"))]); def("SpreadPropertyPattern") .bases("Pattern") .build("argument") .field("argument", def("Pattern")); def("ObjectPattern") .field("properties", [or( def("Property"), def("PropertyPattern"), def("SpreadPropertyPattern") )]); def("AwaitExpression") .bases("Expression") .build("argument", "all") .field("argument", or(def("Expression"), null)) .field("all", Boolean, defaults["false"]); };
Close