Questions tagged [mcafee]

McAfee is a brand owned by McAfee Inc. It is most commonly known for it's antivirus software--also called McAfee.

McAfee is a brand owned by McAfee Inc. It is most commonly known for it's antivirus software--also called McAfee.

90 questions
31
votes
3 answers

How do you virus scan a file being uploaded to your java webapp as it streams?

Basically, I want to virus scan files as they are uploaded (before writing them to disk) to a web app. In particular, I'd like to integrate with "McAfee VirusScan Enterprise" (latest version). From a design and maintenance perspective, would it…
les2
  • 14,093
  • 16
  • 59
  • 76
11
votes
1 answer

What is sunproxyadmin service?

I was trying to run a front end project locally after pulling it down from git. After which I got the following error: vents.js:183 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE 127.0.0.1:8081 at Object._errnoException…
Naruto Sempai
  • 6,233
  • 8
  • 35
  • 51
7
votes
1 answer

Android Studio Emulator makes Windows 10 crash

It was all working fine until this morning... Then I loaded McAfee onto my Windows 10 laptop because the free trial period was up. While doing this I noticed Windows 10 did some updates on a restart. After that, Android Studio wouldn't run like it…
Bill
  • 81
  • 1
  • 2
6
votes
1 answer

BouncyCastle PGP and McAfee eBusiness Server 8.6 Incompatibility

I have been banging my head against the wall now for a couple of weeks trying to figure out why our bank cannot decrypt a message that has been single-pass signed and encrypted using BouncyCastle PGP. The bank is using McAfee E-Business Server 8.6…
Nobody
  • 690
  • 2
  • 9
  • 18
5
votes
1 answer

Calling the McAfee virus scan engine

I have a request from a client to integrate virus scanning into an application using the McAfee Virus Scan which they have on their server. I have done a bit of investigation and found that McScan32.dll is the main scan engine and it exports various…
Craig
  • 36,306
  • 34
  • 114
  • 197
5
votes
2 answers

how to simulate firwalls and proxies when developing code?

I am writing code that often has to work in restricted environment. I sometimes code at home, where it works nicely and the moment I put it to test at work, McAfee or some other firewall blocks it. Sometimes it is not possible to disable such…
Jus12
  • 17,824
  • 28
  • 99
  • 157
5
votes
3 answers

McAfee deletes code from VBA module

I am trying to program an Excel module where it dynamically inserts code in new objects in a form that is created at design time. I am using this code where "Code" contains a string with the actual code that should go into the DstrFiles object. Dim…
Christian
  • 53
  • 5
4
votes
2 answers

How to make McAfee cool with sending mail from my workstation?

I am developing an application for a server and it must send mail occasionally for notifications to users. MailMessage mm = new MailMessage(); mm.To.Add("me@domain.net"); mm.From = new MailAddress("you@domain.net"); mm.Subject =…
Cyberherbalist
  • 12,061
  • 17
  • 83
  • 121
4
votes
1 answer

Insufficient system resources exist to complete the requested service Visual Studio

I have written a form based application in vb.net using Visual Studio 2017 - within Visual Studio it runs successfully. However, after publication and upon running the app, I receive the error message: Following failure messages were detected: …
JHerk
  • 51
  • 1
  • 8
4
votes
1 answer

Using Azure as my host, how can I scan user-uploaded files for viruses and malware?

I am running a cloud-based .NET (C#) app in Azure and have a requirement for scanning all files uploaded by users for viruses and malware. I took a look at both Azure Anti-malware and McAfee Endpoint Protection for Azure but it wasn't immediately…
Matt Cashatt
  • 23,490
  • 28
  • 78
  • 111
4
votes
0 answers

Proxy could not connect to the destination in time

I have been having issues with loading pages from the website I created. The strange thing is that after I reload a page (e.g. Ctrl+R) especially if I do it multiple times in a row, sometimes that page loads flawlessly fast, sometimes it takes 10-20…
Alze
  • 151
  • 1
  • 2
  • 14
3
votes
1 answer

How can I access my Express Node.js server through the internet?

I was able to successfully access my node server through a local IP address (192.168.XX.XX) on my WiFi network with the following server code: var express = require('express'); var app = express(); var server =…
SuperCodeBrah
  • 2,874
  • 2
  • 19
  • 33
3
votes
1 answer

Mcafee blocks Tcp connection

I am using System.Net.Sockets.Socket.Connect to connect a remote server. I see that the call succeeds on most of the systems, but fails on a few. I tried to debug the issue and observe that system which have McAfee Antivirus installed have the…
Arctic
  • 807
  • 10
  • 22
2
votes
1 answer

How to Programatically Scan a File

Note: being asked here because I guarantee the Security stack will close it for being a programming question. I have a web application (in this case, Java on Tomcat) for which I occasionally need to allow the user to upload files. Even though I…
JackLThornton
  • 375
  • 3
  • 14
2
votes
1 answer

batch script to remove mcafee agent software

I have put together a small batch script to remove McAfee software from machine. Tested and all working but suspect the 8.3. naming convention might cause my script not to complete as intended. Here is the script, the log below the script which…
Jan Peeter
  • 347
  • 3
  • 12
1
2 3 4 5 6