Storm Scanner
Go To Storm
  • 👋Welcome to Storm Scanner
  • Fundamentals
    • 🛠️Getting set up
      • 📚Generating PINS and Downloading the Scanner
        • 🖥️Generating and Viewing on the Dashboard
        • 📝Generating and Viewing on Discord
        • 🕵️Toggling Public and Private Scans
      • 🔗Custom Webhook
      • 🔘Scan Toggles
    • 🔍Custom Strings
      • 💻Adding and Removing Processes
      • 📜Adding Custom Strings
      • 👤Extracting your Own Strings
      • 🔎Searching and Removing Custom Strings
    • 💻Custom Yara
      • 📜Information on Rules
      • ✏️Basic Rule Examples
  • 🛠️Developers
    • Public Reference
      • User Scan History
      • Results
    • Enterprise Reference
      • Generate A Scan Pin
      • Remove Enterprise User
  • ⁉️Troubleshooting
    • ❌False Detections
    • 📔Error: Possible Bypass Attempt
    • 🔧Storm Not Scanning
    • Debug Mode
      • 🛠️How To Use Debug Mode
      • ❓Common Questions
Powered by GitBook
On this page
  1. Developers
  2. Public Reference

Results

Checking A Users Scan History

POST https://stormss.cc/api/results/

Gets The Previous Pins A User Has Been Scanned With

Headers

Name
Value

Content-Type

application/json

Query

Name
Type
Description

PIN

string

Scan PIN

Response

{
  "PIN": "432432",
  "game": "FiveM",
  "results": {
    "accounts": [
      {
        "id": "76561199058407058",
        "name": "qimouzaixianbaonitou"
      },
      {
        "id": "76561199431229939",
        "name": "7r7q8ex11vin"
      }
    ],
    "detects": [
      "Unsigned File: main.exe",
      "Unsigned File: filesscannermain.exe",
      "Journal Deleted: 02:00:06, 23.05.2024",
      "Journal Deleted: 02:00:04, 23.05.2024",
      "Task Scheduler: 07:39:03, 24.05.2024",
      "Journal Deleted: 19:03:15, 01.05.2024",
      "Journal Deleted: 18:14:07, 01.05.2024",
      "Journal Deleted: 22:33:49, 29.04.2024",
      "Eulen",
      "Testo - cheat.exe",
      "Eulen - loader_prod.exe",
      "Generic Bypass (Transacted Hollowing) - main.cpp",
      "Macho Cheats - readme.txt",
      "Keyauth - $RS4F2JC.py",
      "Journal Deletion - $RS4F2JC.py",
    ],
    "logs": [
      "Generic A [Regedit] - OpenSavePidlMRU",
      "Memory Integrity Disabled",
      "Files With UniCode Characters",
      "Recycle-Bin Modified: 2d, 9m, 43s ago",
    ],
    "warnings": [
      "Unable To Find FiveM.APP!",
      "Discord: Tiago Executor",
      "Discord: Elude Bypass",
    ]
  }
}
{
  "error": "Invalid request"
}
PreviousUser Scan HistoryNextEnterprise Reference

Last updated 1 year ago

🛠️