shell bypass 403
GrazzMean Shell
: /home/h/o/m/homesquasz/devprod/AdminLTE-master/node_modules/make-fetch-happen/lib/cache/ [ drwx---r-x ]
class NotCachedError extends Error {
constructor (url) {
super(`request to ${url} failed: cache mode is 'only-if-cached' but no cached response is available.`)
this.code = 'ENOTCACHED'
}
}
module.exports = {
NotCachedError,
}