shell bypass 403
UnknownSec Shell
:
/
usr
/
lib
/
node_modules
/
gulp
/
node_modules
/
is-valid-glob
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
index.js
'use strict'; module.exports = function isValidGlob(glob) { if (typeof glob === 'string' && glob.length > 0) { return true; } if (Array.isArray(glob)) { return glob.length !== 0 && every(glob); } return false; }; function every(arr) { var len = arr.length; while (len--) { if (typeof arr[len] !== 'string' || arr[len].length <= 0) { return false; } } return true; }
© 2026 UnknownSec