javinizer / Javinizer

(NSFW) Organize your local Japanese Adult Video (JAV) library
MIT License
599 stars 62 forks source link

Bitdefender blocking javinizer from loading FYI #338

Open Freakboo opened 2 years ago

Freakboo commented 2 years ago

Expected Behavior

Runs normally

Current Behavior

Powershell: javinizer: The 'javinizer' command was found in the module 'Javinizer', but the module could not be loaded. For more information, run 'Import-Module Javinizer'.

Bitdefender antivirus: PowerShell tried to load a malicious resource detected as Heur.BZC.ZFV.Boxter.341.17AF9D58 and was blocked. Your device is safe.

I dissabled it when using javinizer and re enable later, Im not sure how to add this type of exclusion.

Steps to Reproduce (for bugs)

Have both installed

ghost commented 2 years ago

I have this same issue, and even adding scripts to exceptions does not seem to work.. I'm guessing BitDefender is looking at what the running script is going to do rather than letting people ignore the scanning of script.. For now the only solution seems to be just disabling the antivirus everytime you need to Javinizer.. Atleast until there is either update to the script itself, or until Bitdefender bothers removing the false negative

Freakboo commented 2 years ago

I got it to work a while ago by adding powershell 7 to the exception with the extended scripts? Not sure if that's what you meant or you actually added the .ps1. GL

Untitled
ghost commented 2 years ago

I got it to work a while ago by adding powershell 7 to the exception with the extended scripts? Not sure if that's what you meant or you actually added the .ps1. GL Untitled

Doing it this way will leave you actually open for other vulnerabilities because now its not checking Powershell 7 at all

Freakboo commented 2 years ago

Doing it this way will leave you actually open for other vulnerabilities because now its not checking Powershell 7 at all

... good point, I didnt think of that. ahhhh. Ill just have to go back to disabling it for for the duration of my use and enable it again.