shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/Directeur/node_modules/eslint-plugin-unicorn/rules/selectors/ [ drwx---r-x ]
'use strict';
function not(selectors) {
selectors = Array.isArray(selectors) ? selectors : [selectors];
return `:not(${selectors.join(', ')})`;
}
module.exports = not;