shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/ChefDepartement/node_modules/mdast-util-to-markdown/lib/util/ [ drwx---r-x ]
module.exports = checkRule
function checkRule(context) {
var marker = context.options.rule || '*'
if (marker !== '*' && marker !== '-' && marker !== '_') {
throw new Error(
'Cannot serialize rules with `' +
marker +
'` for `options.rule`, expected `*`, `-`, or `_`'
)
}
return marker
}