shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/Directeur/node_modules/jqvmap-novulnerability/src/ColorScale/ [ drwx---r-x ]
ColorScale.prototype.setMin = function (min) {
this.clearMinValue = min;
if (typeof this.normalize === 'function') {
this.minValue = this.normalize(min);
} else {
this.minValue = min;
}
};