Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amatya /
node_modules /
icss-utils /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
createICSSRules.js
1.55
KB
-rw-r--r--
extractICSS.js
1.19
KB
-rw-r--r--
index.js
1.04
KB
-rw-r--r--
replaceSymbols.js
692
B
-rw-r--r--
replaceValueSymbols.js
583
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : replaceValueSymbols.js
"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;
Close