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 : 3.140.201.179
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
es5-ext /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
array
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
boolean
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
date
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
error
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
function
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
iterable
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
json
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
math
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
number
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
object
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
promise
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
reg-exp
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
string
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.eslintrc.json
257
B
-rw-r--r--
1985-10-26 08:15
__tad.js
39
B
-rw-r--r--
1985-10-26 08:15
global.js
120
B
-rw-r--r--
1985-10-26 08:15
optional-chaining.js
474
B
-rw-r--r--
1985-10-26 08:15
safe-to-string.js
373
B
-rw-r--r--
1985-10-26 08:15
to-short-string-representation.js
521
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
"use strict"; module.exports = function (t, a) { var obj = { foo: { bar: "elo", par: null } }; a(t(), undefined); a(t(null), null); a(t(obj), obj); a(t(obj, "foo"), obj.foo); a(t(obj, "foo", "bar"), "elo"); a(t(obj, "foo", "bar", "slice"), String.prototype.slice); a(t(obj, "foo", "par"), null); a(t(obj, "foo", "par", "marko"), undefined); a(t(obj, "marko"), undefined); a(t(""), ""); a(t("", "foo"), undefined); a(t("", "slice"), String.prototype.slice); };