Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
103 views

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. ...
3
votes
2answers
927 views

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 ...
2
votes
1answer
308 views

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. ...
2
votes
2answers
2k views

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 ...
1
vote
2answers
732 views

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 ...
1
vote
0answers
96 views

Error Handling on root website with no application

I have a root website with no application. Then under that root site are four virtual directories with applications. Each of these applications has good error handling. The root website has none. ...
1
vote
1answer
759 views

How to turn off McAfee Programatically

I am running McAfee VirusScan Enterprise 8.7i on my Windows 7 machine. I am writing this utility to configure McAfee. Now how do i turn off McAfee programatically (using c++ or c#)? The only ways i ...
0
votes
0answers
320 views

McAfee Csscan.exe command line options / arguments?

Knows anyone the command line options for the mcafee commandline virus-scanner (csscan.exe)? I searched via google - but found nothing and if i start the csscan.exe with the argument /? or /help a ...
0
votes
0answers
65 views

Weird possible virus - wonder if anyone has come across it [closed]

Basically in the last week i have had 2 family members contact me about a possible virus on their machine. Both Cases are different machines in different geographic locations, the only similarity is ...
0
votes
1answer
312 views

How to scan files during uploads with the use of FileUpload asp.net server control

In continuation to my previous research at this link : Security Risks or concerns with the use of FileUpload control of asp.net - and suggested solutions I need to know how to Scan files during ...
0
votes
0answers
83 views

Bonjour/Socket Win32 based app has trouble with some software firewalls

We have a Win32 based app that uses Bonjour to advertise itself, but plain ol sockets to actually communicate. On a regular XP, Vista, or 7 system using the Windows firewall service we have no issues. ...
0
votes
1answer
453 views

Is GnuPG compatible with McAfee eBusiness Server 7.1?

Right now, we're using PGP command line 9.0. Does anybody know if GnuPG will work? It'd be a lot cheaper. EDIT: Theoretically, GnuPG/PGP/McAfee eBusiness Server should be able to interoperate. In ...