shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/Commercial/node_modules/jqvmap-novulnerability/src/ColorScale/ [ drwx---r-x ]
ColorScale.prototype.setMax = function (max) {
this.clearMaxValue = max;
if (typeof this.normalize === 'function') {
this.maxValue = this.normalize(max);
} else {
this.maxValue = max;
}
};