shell bypass 403
UnknownSec Shell
:
/
lib
/
node_modules
/
npm
/
node_modules
/
@npmcli
/
metavuln-calculator
/
lib
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
get-dep-spec.js
module.exports = (mani, name) => { // skip dev because that only matters at the root, // where we aren't fetching a manifest from the registry // with multiple versions anyway. const { dependencies: deps = {}, optionalDependencies: optDeps = {}, peerDependencies: peerDeps = {}, } = mani return deps && typeof deps[name] === 'string' ? deps[name] : optDeps && typeof optDeps[name] === 'string' ? optDeps[name] : peerDeps && typeof peerDeps[name] === 'string' ? peerDeps[name] : null }
© 2026 UnknownSec