shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/nodevenv/clarkesmusicservices.com/22/lib/node_modules/is-binary-path/ [ drwxr-xr-x ]
'use strict';
const path = require('path');
const binaryExtensions = require('binary-extensions');
const extensions = new Set(binaryExtensions);
module.exports = filePath => extensions.has(path.extname(filePath).slice(1).toLowerCase());