shell bypass 403
GrazzMean Shell
: /home/h/o/m/homesquasz/devprod/ChefDepartement/node_modules/static-module/test/scope/ [ drwx---r-x ]
var fs = require('fs');
{ // hello block scope
let fs = { readFileSync: () => 'abc' }
T.equal(fs.readFileSync(), 'abc')
}
T.equal( fs.readFileSync(), 'read the file!' )