shell bypass 403
UnknownSec Shell
:
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
@npmcli
/
fs
/
lib
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
readdir-scoped.js
const { readdir } = require('fs/promises') const { join } = require('path') const readdirScoped = async (dir) => { const results = [] for (const item of await readdir(dir)) { if (item.startsWith('@')) { for (const scopedItem of await readdir(join(dir, item))) { results.push(join(item, scopedItem)) } } else { results.push(item) } } return results } module.exports = readdirScoped
© 2026 UnknownSec