shell bypass 403
GrazzMean-Shell Shell
: /proc/self/root/home/allssztx/clarkesmusicservices.com/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);
};