Skip to content

A Unity editor script for scanning your project for potential malicious scripts

License

Notifications You must be signed in to change notification settings

aguish/MALScriptFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Malicious Script Finder

A Unity editor script for scanning your project for potential malicious scripts.

Overview

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.

Features

  • 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.

How to Use

  1. Open the Unity editor.
  2. Navigate to Tools > Find Malicious Scripts.
  3. Configure the scanning options:
    • Choose whether to include subfolders.
    • Specify the folder to check.
  4. Click the Scan Project button to start the security scan.
  5. View the console for scan results, warnings, and errors.

Tool Preview

Unity_gjBdWk1Xcz

About

A Unity editor script for scanning your project for potential malicious scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages