Skip to content

Releases: 33ebad/FiveMCipherScanner

FiveM Cipher Scanner v2.0

Pre-release

Choose a tag to compare

@33ebad 33ebad released this 05 Apr 21:16
a92252f

🚀 Major Update

The most advanced version of our FiveM Cipher scanner!

Added

  • ✨ Discord webhook integration for real-time alerts
  • ⚙️ Configurable pattern detection system (config.lua)
  • 📊 Severity-based reporting (Critical/High/Medium/Warning)
  • ⏱️ Performance metrics (scan duration tracking)

Changed

  • ♻️ Complete codebase refactor for better maintainability
  • 🚀 Switched to async directory scanning
  • 📝 New console output format with color-coded levels
  • 🔍 Hex patterns now configurable (removed hardcoded signatures)

Fixed

  • 🐛 Path sanitization issues in v1.x
  • 🛠️ False positives in Lua pattern matching
  • 📂 Skipped folders now working reliably
  • 💥 Crash when scanning corrupted files

Removed

  • 🗑️ Hardcoded signature list (now config-based)
  • 📜 Legacy sync scanning mode
  • 🔗 Redundant dependency checks

FiveM Cipher Scanner

Choose a tag to compare

@33ebad 33ebad released this 05 Apr 21:10
e0f35e7

🔒 Enhanced Cipher Scanner

A robust FiveM resource scanner that helps protect your server from malicious code patterns, backdoors, and potentially harmful scripts. 🛡️


Features ✨

  • ⚙️ Enhanced error handling and reporting
  • 🌈 Colored console output for better visibility
  • 🔄 Recursive directory scanning
  • 🛑 Intelligent path sanitization
  • 🚫 Excluded directories (node_modules, stream)
  • 📊 Detailed scanning feedback
  • 🔍 Support for multiple signature patterns

Installation 📝

  1. 🔽 Download the latest release
  2. 📂 Extract the files to your resources folder
  3. ✨ Rename the folder to FiveMCipherScanner
  4. ➕ Add ensure FiveMCipherScanner to your server.cfg
  5. 🔄 Restart your server

Usage 🛠️

The scanner automatically runs when the resource starts. It will:

  • 🔍 Scan all running resources
  • 🧐 Check for suspicious code patterns
  • 📢 Report findings in the server console with color-coded messages
  • 📑 Provide detailed information about scan results

Console Output Colors 🎨

  • 🟦 Blue: Information messages
  • 🟩 Green: Found patterns
  • 🟨 Yellow: Warnings
  • 🟥 Red: Errors

Security Patterns Detected 🚨

The scanner looks for several potentially malicious patterns including:

  • 🔐 Cipher-specific code
  • ⚠️ Suspicious assertions
  • 🌐 Unauthorized network events
  • 🚨 Suspicious HTTP requests

Full Changelog: https://github.com/33ebad/FiveMCipherScanner/commits/v1.0