Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
bitninja-dispatcher /
node_modules /
cowsay /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
balloon.js
2.12
KB
-rw-r--r--
2026-02-18 13:02
cows.js
1019
B
-rw-r--r--
2026-02-18 13:02
faces.js
571
B
-rw-r--r--
2026-02-18 13:02
replacer.js
1.11
KB
-rw-r--r--
2026-02-18 13:02
Save
Rename
var modes = { "b" : { eyes : "==", tongue : " " }, "d" : { eyes : "xx", tongue : "U " }, "g" : { eyes : "$$", tongue : " " }, "p" : { eyes : "@@", tongue : " " }, "s" : { eyes : "**", tongue : "U " }, "t" : { eyes : "--", tongue : " " }, "w" : { eyes : "OO", tongue : " " }, "y" : { eyes : "..", tongue : " " } }; module.exports = function (options) { for (var mode in modes) { if (options[mode] === true) { return modes[mode]; } } return { eyes : options.e || "oo", tongue : options.T || " " }; };