shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/nodevenv/clarkesmusicservices.com/22/lib/node_modules/math-intrinsics/ [ drwxr-xr-x ]
'use strict';
var $floor = require('./floor');
/** @type {import('./mod')} */
module.exports = function mod(number, modulo) {
var remain = number % modulo;
return $floor(remain >= 0 ? remain : remain + modulo);
};