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.218.60.55
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 /
coa /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
arg.js
4.01
KB
-rw-r--r--
2017-07-07 20:22
cmd.js
14.73
KB
-rw-r--r--
2017-07-07 20:22
color.js
416
B
-rw-r--r--
2017-07-07 20:22
completion.js
3.94
KB
-rw-r--r--
2017-07-07 20:22
completion.sh
1.26
KB
-rw-r--r--
2017-07-07 20:22
index.js
210
B
-rw-r--r--
2017-07-07 20:22
opt.js
7.55
KB
-rw-r--r--
2017-07-07 20:22
shell.js
358
B
-rw-r--r--
2017-07-07 20:22
Save
Rename
// Generated by CoffeeScript 1.6.3 exports.unescape = function(w) { w = w.charAt(0) === '"' ? w.replace(/^"|([^\\])"$/g, '$1') : w.replace(/\\ /g, ' '); return w.replace(/\\("|'|\$|`|\\)/g, '$1'); }; exports.escape = function(w) { w = w.replace(/(["'$`\\])/g, '\\$1'); if (w.match(/\s+/)) { return '"' + w + '"'; } else { return w; } };