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')
function a ( fs ) {
return fs.readFileSync() // should not be replaced
}
T.equal(
a( { readFileSync : function () { return 'xyz' } } ),
'xyz'
)
T.equal( fs.readFileSync(), 'read the file!' )