tablacus / TablacusScriptControl

Script Control for 64-bit platforms
https://tablacus.github.io/scriptcontrol_en.html
MIT License
62 stars 17 forks source link

Kaspersky says files are infected #30

Open MartChic opened 2 years ago

MartChic commented 2 years ago

Kaspersky says files are infected with HEUR:Trojan.Script.SAgent.gen.

ghuDaYuYu commented 2 years ago

A false positive triggered by the following code:

check_version.js:

var SC = new ActiveXObject("MSScriptControl.ScriptControl");
SC.Language = "VBScript";
SC._AboutBox();

It can be verified by running Virus Total only on that file or by running the analysis after removing it from the distribution zip file.

tablacus commented 2 years ago

I bet it is a false positive with Kaspersky. Please contact Kaspersky first.