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
0
votes
1 answer

Wake Up Agent Python 2.7 script

So using the McAfee book "epo_510_rg_Web API_0-00_en-us" I have attemped to implement the Example 2 script for waking up agents on page 22... Anyway I receive the below error: C:\Users\Administrator\PycharmProjects\test\venv\Scripts\python.exe…
Dayantat
  • 108
  • 1
  • 6
0
votes
1 answer

SQL query to variable in powershell

There is my script: $SqlConnection = New-Object System.Data.SqlClient.SqlConnection $SqlConnection.ConnectionString = "Server=xxxxx;Database=xxxx;User ID=xxxx\xxxx;Password=xxxxx;Trusted_Connection=True;" $SqlConnection.Open() $SqlCmd = New-Object…
damHU
  • 51
  • 2
  • 2
  • 11
0
votes
1 answer

AttributeError when splitting a string

I have a dict object in which I'm trying to parse out and capture only a part of the string. I'm using McAfee EPO Python API's and can grab results of a query, but I don't think that is relevant to this question. Here is the strings in the objects…
Rob G
  • 11
  • 1
0
votes
1 answer

100% CPU usage with Android Studio and McAfee after upgrade

I have upgraded Android Studio to 3.1.2. When starting any Android Emulator (i.e. qemu-system-i386.exe), my CPU usage reaches 100%. Update (5/1/2018): Actually everything in Android Studio is SLOW after upgrade and I did not change anything in my…
Pablo Alfonso
  • 2,317
  • 1
  • 18
  • 24
0
votes
1 answer

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 upload, also how to intimate user if file is virus…
Gaurav Arora
  • 2,243
  • 6
  • 40
  • 57
0
votes
2 answers

Login API for McAfee ESM server

I installed McAfee ESM 10.2 server in my windows machine with VMware workstation pro. It's deployed properly and I am able to see the Dash Board and all after login. I am accessing SIEM using below URL https://192.168.81.133/#/login. I found …
0
votes
1 answer

Unable To Debug Into Native Code On Windows 10

Our VC++/C# SW product has recently migrated to a Windows 10 LTSB target. I am no longer able to see native modules in the 'Modules' tab in Visual Studio 2015 when I attach a debugger (either locally or remotely) to my managed process. I have…
0
votes
1 answer

NPOI Excel file download corrupt

I am trying to export data from a data table to excel using NPOI, angular2 and web API. The steps I am following are - 1. Write data from data table to XLSX and store the file temporarily on the server, 2. Read this same and into a memory stream and…
aditya
  • 343
  • 2
  • 14
0
votes
1 answer

Cannot connect to Couchbase Server on Windows machine at localhost 8091

Need help to resolve and connect to couchbase server. I have installed couchbase server community edition. Post installation I tried to access the server on port 8091. But no luck, browser complaining connection refused. Tech…
Rizwan
  • 2,369
  • 22
  • 27
0
votes
1 answer

yahoo json.engine Is this file bad, malware or anything like that? Do you have it in your browser?

Im very sorry if Im wrong by posting this question here. Since you are programmers I think you are the best people to ask to, anyway. While I was developing a web application and checking some things in the console I detected a file…
Heriberto Juarez
  • 270
  • 2
  • 18
0
votes
0 answers

retrieve McAfee Tray application about page through command line

I need to access the about page of the McAfee tray icon using a batch script. I have been trying to do this since a long time however, unable to make any progress.
Sandy
  • 35
  • 1
  • 7
0
votes
2 answers

Check Installed program with batch script

I hope someone can help me with this. Basically I want to add this to my login script. The batch script needs to check if McAfee agent5 is installed. If its not exit. If it is installed to run the force install form the network share. I have used…
s0mePe0ple
  • 39
  • 2
  • 5
0
votes
0 answers

Microsoft Visual Studio 2010 Cannot find or open the PDB file- McAfee

I am trying to debug my C++ program in Microsoft Visual Studio 2010- having just recompiled the code after making some changes, have run the program, and am now trying to attach to the process (Debug -> Attach To Process...). However, when I do…
Noble-Surfer
  • 3,052
  • 11
  • 73
  • 118
0
votes
1 answer

Cannot obtain IE object in AutoIt script - _IESTATUS_NoMatch

I'm trying to automate GUI which utilizes an embedded IE instance (ClassnameNN: Internet Explorer_server1). But I cannot obtain/attach IE object, tried multiple ways and all of them return error _IESTATUS_NoMatch. To be more specific I'm automating…
nazikus
  • 509
  • 8
  • 19
0
votes
1 answer

McAfee Web Gateway blocking HTTP file download

I have a script that was working for quite some time: var fso = new ActiveXObject('Scripting.FileSystemObject'); var xmlhttp=new ActiveXObject("microsoft.xmlhttp"); xmlhttp.open("GET", "http://myurl.csv", false); xmlhttp.send(); var…
user1541301
  • 325
  • 1
  • 4
  • 14