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_probe /
node_modules /
icss-utils /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
createICSSRules.js
1.55
KB
-rw-r--r--
2017-05-26 20:01
extractICSS.js
1.19
KB
-rw-r--r--
2017-05-26 20:01
index.js
1.04
KB
-rw-r--r--
2017-05-26 20:01
replaceSymbols.js
692
B
-rw-r--r--
2017-05-26 20:01
replaceValueSymbols.js
583
B
-rw-r--r--
2017-05-26 20:01
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var matchValueName = /[$#]?[\w-\.]+/g; var replaceValueSymbols = function replaceValueSymbols(value, replacements) { var matches = void 0; while (matches = matchValueName.exec(value)) { var replacement = replacements[matches[0]]; if (replacement) { value = value.slice(0, matches.index) + replacement + value.slice(matchValueName.lastIndex); matchValueName.lastIndex -= matches[0].length - replacement.length; } } return value; }; exports.default = replaceValueSymbols;