shell bypass 403
UnknownSec Shell
:
/
usr
/
lib
/
node_modules
/
gulp
/
node_modules
/
vinyl-fs
/
lib
/
src
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
prepare.js
'use strict'; var Transform = require('streamx').Transform; function prepareRead(optResolver) { function normalize(file, callback) { var since = optResolver.resolve('since', file); if (file.stat) { // Skip this file if since option is set and current file is too old if (Math.max(file.stat.mtime, file.stat.ctime) <= since) { return callback(); } } return callback(null, file); } return new Transform({ transform: normalize, }); } module.exports = prepareRead;
© 2026 UnknownSec