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 | : 18.227.107.59
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
@npmcli /
arborist /
lib /
arborist /
[ HOME SHELL ]
Name
Size
Permission
Action
audit.js
1.29
KB
-rw-r--r--
build-ideal-tree.js
53.87
KB
-rw-r--r--
deduper.js
594
B
-rw-r--r--
index.js
5.11
KB
-rw-r--r--
load-actual.js
16.56
KB
-rw-r--r--
load-virtual.js
10.26
KB
-rw-r--r--
load-workspaces.js
800
B
-rw-r--r--
pruner.js
893
B
-rw-r--r--
rebuild.js
12.48
KB
-rw-r--r--
reify.js
54.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : deduper.js
module.exports = cls => class Deduper extends cls { async dedupe (options = {}) { // allow the user to set options on the ctor as well. // XXX: deprecate separate method options objects. options = { ...this.options, ...options } const tree = await this.loadVirtual().catch(() => this.loadActual()) const names = [] for (const name of tree.inventory.query('name')) { if (tree.inventory.query('name', name).size > 1) { names.push(name) } } return this.reify({ ...options, preferDedupe: true, update: { names }, }) } }
Close