shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/Commercial/node_modules/jqvmap-novulnerability/src/JQVMap/ [ drwx---r-x ]
JQVMap.prototype.setColors = function (key, color) {
if (typeof key === 'string') {
this.countries[key].setFill(color);
this.countries[key].setAttribute('original', color);
} else {
var colors = key;
for (var code in colors) {
if (this.countries[code]) {
this.countries[code].setFill(colors[code]);
this.countries[code].setAttribute('original', colors[code]);
}
}
}
};