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.149.27.125
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
has-unicode /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
752
B
-rw-r--r--
2014-12-30 16:07
README.md
1.36
KB
-rw-r--r--
2015-11-26 00:54
index.js
657
B
-rw-r--r--
2016-06-23 22:09
package.json
1.34
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
"use strict" var os = require("os") var hasUnicode = module.exports = function () { // Recent Win32 platforms (>XP) CAN support unicode in the console but // don't have to, and in non-english locales often use traditional local // code pages. There's no way, short of windows system calls or execing // the chcp command line program to figure this out. As such, we default // this to false and encourage your users to override it via config if // appropriate. if (os.type() == "Windows_NT") { return false } var isUTF8 = /UTF-?8$/i var ctype = process.env.LC_ALL || process.env.LC_CTYPE || process.env.LANG return isUTF8.test(ctype) }