Malware scanner for unitypackage files
-
Could you also create a tool to automatically remove scripts and executables from a Unity package?
@anonberry Im gonna see if I can do it
-
I just made some updates, now fewer red alerts will pop up when poiyomi is present in the project. I also added the ability to sanitize the file, although this is still in alpha; I'll continue working on version 3
https://github.com/vicentefelipechile/vrchat-scanner/releases
-
Here's a very simple batch script to recursively scan all .unitypackage files in a folder (Windows). Please put the script and the executable file inside the desired folder.
@echo off setlocal set "PROGRAM=%cd%\vrcstorage-scanner-windows-x86_64.exe" set "BASE_DIR=%cd%" echo Searching on: %BASE_DIR% echo. for /r "%BASE_DIR%" %%f in (*.unitypackage) do ( echo Scanning: %%f start "" "%PROGRAM%" "%%f" ) echo. echo Done! pause -
That's a good idea tho. I'll implement it natively in the application for this use case.
-
It's working

-
It's working

-
It's working

@SummerTYT Detection report
critical risk in kon 2.0 -> https://forum.ripper.store/post/1287200 -
@SummerTYT Detection report
critical risk in kon 2.0 -> https://forum.ripper.store/post/1287200@anonberry that's a false alarme, don't worry
-
@admin tyy!!!
-
I've updated the scanner and now there are no more false positives, and the sanitizing system should now work better. ty @anonberry for the ideas!
https://github.com/vicentefelipechile/vrchat-scanner/releases
-
i might js being paranoid and going through a lil attack, just wanted to ask is this really safe? again im sorry for the question just getting in my own head thinking bout safety-
-
i might js being paranoid and going through a lil attack, just wanted to ask is this really safe? again im sorry for the question just getting in my own head thinking bout safety-
@GoatonicReal yeah, at least it detect a lot of stuff even the smallest one, the only thing the program can do is copy the unitypackage and rewrite to a safe version
-
I just updated the scanner; it's now more sensitive to executable files and can now sanitize UnityPackage files that contain executables.
https://github.com/vicentefelipechile/vrchat-scanner/releases
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
