Hello HighLeaks Members,
I’m excited to introduce FiveM Security Scanner, a Python-based utility designed to help FiveM server administrators detect and eliminate potential backdoors, obfuscated code, and other malicious patterns in your server resources. Whether you’re running a small community or a large roleplay server, this tool can be an essential part of your security workflow.
Download
https://drive.google.com/file/d/1PFTgwlwqtUSo7sD2zrWcLCJnu4V8mLIq/view?usp=sharing
Happy scanning!
– Gev
I’m excited to introduce FiveM Security Scanner, a Python-based utility designed to help FiveM server administrators detect and eliminate potential backdoors, obfuscated code, and other malicious patterns in your server resources. Whether you’re running a small community or a large roleplay server, this tool can be an essential part of your security workflow.
Key Features
- Deep Pattern Matching:
Detects critical functions like loadstring(), os.execute(), TriggerServerEvent backdoors, obfuscated hexadecimal/Base64 strings, and much more. - Obfuscation Detection:
Analyzes printable character ratios, long-line incidence, and string-char obfuscation to flag potentially concealed threats. - Multi-Threaded Scanning:
Leverages up to 8 threads (configurable) to scan large codebases quickly. - Flexible Output Formats:
- JSON Report: Detailed summary of threats, clean files, and errors.
- Interactive HTML Report: A browser-friendly dashboard with expandable threat cards and overall statistics.
- Configurable via JSON:
Customize file priorities, add your own regex patterns, whitelist trusted files/domains, and tweak scan depth through scanner_config.json. - Quick-Scan Mode:
Use the companion Quick Scanner (quick_scanner.py) for fast, one-off checks on individual files or small directories.
Installation & Usage
- Setup
Bash:python setup.py
- Start run_scanner.bat
- Customize Settings
Edit scanner_config.json to adjust file size limits, thread count, custom patterns, and reporting options.
Download
https://drive.google.com/file/d/1PFTgwlwqtUSo7sD2zrWcLCJnu4V8mLIq/view?usp=sharing
Happy scanning!
– Gev