Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.135.204.160
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
usr /
lib /
node_modules /
npm /
node_modules /
xdg-basedir /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
720
B
-rw-r--r--
license
1.09
KB
-rw-r--r--
package.json
1.62
KB
-rw-r--r--
readme.md
1.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
'use strict'; const os = require('os'); const path = require('path'); const home = os.homedir(); const env = process.env; exports.data = env.XDG_DATA_HOME || (home ? path.join(home, '.local', 'share') : null); exports.config = env.XDG_CONFIG_HOME || (home ? path.join(home, '.config') : null); exports.cache = env.XDG_CACHE_HOME || (home ? path.join(home, '.cache') : null); exports.runtime = env.XDG_RUNTIME_DIR || null; exports.dataDirs = (env.XDG_DATA_DIRS || '/usr/local/share/:/usr/share/').split(':'); if (exports.data) { exports.dataDirs.unshift(exports.data); } exports.configDirs = (env.XDG_CONFIG_DIRS || '/etc/xdg').split(':'); if (exports.config) { exports.configDirs.unshift(exports.config); }
Close