shell bypass 403

GrazzMean-Shell Shell

Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.15.18.136
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : package.json
{
  "name": "uid",
  "version": "2.0.2",
  "repository": "lukeed/uid",
  "description": "A tiny (130B to 205B) and fast utility to randomize unique IDs of fixed length",
  "unpkg": "dist/index.min.js",
  "module": "dist/index.mjs",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "build": "bundt",
    "test": "uvu -r esm test -i collisions"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./single": {
      "types": "./single/index.d.ts",
      "import": "./single/index.mjs",
      "require": "./single/index.js"
    },
    "./secure": {
      "types": "./secure/index.d.ts",
      "import": "./secure/index.mjs",
      "require": "./secure/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "*.d.ts",
    "single",
    "secure",
    "dist"
  ],
  "keywords": [
    "id",
    "uid",
    "uuid",
    "random",
    "generate",
    "secure",
    "crypto",
    "foid"
  ],
  "modes": {
    "secure": "src/secure.js",
    "default": "src/index.js",
    "single": "src/single.js"
  },
  "dependencies": {
    "@lukeed/csprng": "^1.0.0"
  },
  "devDependencies": {
    "bundt": "1.1.1",
    "esm": "3.2.25",
    "uvu": "0.3.4"
  }
}
© 2025 GrazzMean-Shell