chuckfairy / node-webcam

Nodejs Cross Platform Webcam usage
MIT License
194 stars 52 forks source link

Virus? #18

Open manix opened 7 years ago

manix commented 7 years ago

I'm trying to run it on windows 7 and my antivirus software is flaring up, as well as weird windows messages for a virus come up?

image

chuckfairy commented 7 years ago

Unlikely. https://github.com/chuckfairy/node-webcam/tree/master/src/bindings/CommandCam Windows code is here. It could be a windows 7 issue, I compiled this on 10. Let me run some tests on this. Maybe it's a signing issue with .exe. You're the first to bring this up, so thanks.

stherrienaspnet commented 6 years ago

Hello I'm having the same issue on Windows 7 Symentec is detecting it as Virus. Do you have a version comiled for Windows 7?

Stylesoftware commented 6 years ago

AVG latest thinks its a virus, please fix it to look like a normal exe.

chuckfairy commented 6 years ago

Can you guys run a specific test on your virus scanner and give me a dump of it's output? I can try and install a VM for windows 7, but I'm not sure it'll work on a normal OS'. I'm assuming you all are on 64bit?

https://github.com/chuckfairy/node-webcam/tree/master/src/bindings/CommandCam There's build instructions here. It should work on 7, but if it doesn't it might be a separate issue.

YnotZer0 commented 6 years ago

I just got the following on Mac: image

NiklasDanz commented 6 years ago

Had the same issue with Avast on my mac

bildschirmfoto 2018-06-19 um 09 42 02
GJKrupa commented 4 years ago

I'm still seeing this on Symantec on Mac. Is there any update or could it be reported to the various AV providers as a false positive (I've already done this for SEP)?

GJKrupa commented 4 years ago

I got the following response from Symantec (emphasis is mine):

Upon further analysis and investigation we have determined that the file(s) in question meet the necessary criteria to be detected by our products and as such, the detection cannot be revoked.

For additional information on how to configure Symantec products to exclude specific drives, folders, and files from being scanned please see below.

Symantec Enterprise

Norton Consumer

Decisions made by Symantec are subject to change if alterations to the Software are made over time or as classification criteria and/or the policy employed by Symantec changes over time to address the evolving landscape.

Sincerely, Symantec Security Response https://www.symantec.com/security-center

chuckfairy commented 4 years ago

https://github.com/chuckfairy/node-webcam/pull/37/files So for non-windows I think we can fix by removing it and having windows do a post install grab. I have to test on windows in a bit, but I think this will fix it for you guys.

chuckfairy commented 4 years ago

I've removed the file from the repo and moved it to postinstall on windows. Mac shouldn't be giving these errors now. Still not sure why it would be flagged on windows, but maybe the file being here will change that https://github.com/chuckfairy/node-webcam/releases.

https://github.com/chuckfairy/node-webcam/pull/37