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 /
fs-extra /
lib /
mkdirs /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
312
B
-rw-rw-r--
2022-08-30 11:49
mkdirs-sync.js
1.29
KB
-rw-rw-r--
2022-08-30 11:49
mkdirs.js
1.6
KB
-rw-rw-r--
2022-08-30 11:49
win32.js
517
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
'use strict' const path = require('path') // get drive on windows function getRootPath (p) { p = path.normalize(path.resolve(p)).split(path.sep) if (p.length > 0) return p[0] return null } // http://stackoverflow.com/a/62888/10333 contains more accurate // TODO: expand to include the rest const INVALID_PATH_CHARS = /[<>:"|?*]/ function invalidWin32Path (p) { const rp = getRootPath(p) p = p.replace(rp, '') return INVALID_PATH_CHARS.test(p) } module.exports = { getRootPath, invalidWin32Path }