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.1
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 /
webpack-cli /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
config
[ DIR ]
drwxr-xr-x
utils
[ DIR ]
drwxr-xr-x
.eslintrc.js
1.42
KB
-rw-r--r--
cli.js
10.49
KB
-rw-r--r--
opencollective.js
1.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : opencollective.js
const chalk = require("chalk"); // Only show emoji on OSx (Windows shell doesn't like them that much ¯\_(ツ)_/¯ ) function emoji(emoji) { if (process.stdout.isTTY && process.platform === "darwin") { return emoji; } else { return ""; } } function print(str = "", color = "dim") { const terminalCols = 80; // eslint-disable-next-line no-control-regex const ansiEscapeSeq = /\u001b\[[0-9]{1,2}m/g; const strLength = str.replace(ansiEscapeSeq, "").length; const leftPaddingLength = Math.floor((terminalCols - strLength) / 2); const leftPadding = " ".repeat(leftPaddingLength); str = chalk[color](str); console.log(leftPadding, str); } function printBadge() { console.log("\n"); print(`${chalk.bold("Thanks for using")} ${chalk.bold.blue("Webpack!")}`); print(`Please consider donating to our ${chalk.bold.blue("Open Collective")}`); print("to help us maintain this package."); console.log("\n\n"); print(`${emoji("👉")} ${chalk.bold.yellow(" Donate:")} ${chalk.reset.underline.yellow("https://opencollective.com/webpack/donate")}`); console.log("\n"); } printBadge();
Close