A Unity editor script for scanning your project for potential malicious scripts.
The Malicious Script Finder is a tool specifically crafted for scanning your Unity project and detecting scripts that might pose security risks. It performs keyword-based analysis to identify sensitive data exposure, file operations, network operations, and common vulnerabilities within your project's scripts.
- Keyword-based scanning for security vulnerabilities.
- Ability to scan specific folders and include subfolders in the scan.
- Generate MD5 hashes for files in a specified folder.
- Open the Unity editor.
- Navigate to
Tools
>Find Malicious Scripts
. - Configure the scanning options:
- Choose whether to include subfolders.
- Specify the folder to check.
- Click the
Scan Project
button to start the security scan. - View the console for scan results, warnings, and errors.