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.38
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 /
debug /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
browser.js
5.87
KB
-rw-r--r--
2026-02-18 13:02
common.js
6.14
KB
-rw-r--r--
2026-02-18 13:02
index.js
314
B
-rw-r--r--
2026-02-18 13:02
node.js
4.58
KB
-rw-r--r--
2026-02-18 13:02
Save
Rename
/** * Detect Electron renderer / nwjs process, which is node, but we should * treat as a browser. */ if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) { module.exports = require('./browser.js'); } else { module.exports = require('./node.js'); }