Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Apr 19, 2024 11:44 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Tue Oct 21, 2008 5:04 pm 
Offline
Newbie

Joined: Fri Mar 14, 2008 7:11 pm
Posts: 13
Hi,

I dont know if it is a error but I think something is strange in this XP SP2 without up to date AntiVirus field on main openaudit page.

We have for example 11 Clients in this list, and with no chance we can remove them from the list. We have reinstalled 1000 times (ok maybe 20 times) the virusscanners and deleted all registry entries rum removal tools, no chance. Every audit in this list are the same PCs, sometimes the list is also growing, but fact is, that all pcs in this list has actuall virus scanners...

I am not so good in Programming, but I have made a Line for little debugging in audit.vbs:
I have added in line 2353 the line: Echo (av_up2d)
to see what is in this variable.

[code]For Each objAntiVirusProduct In colItems
av_prod = Clean(objAntiVirusProduct.companyName)
av_disp = Clean(objAntiVirusProduct.displayName)
av_vers = Clean(objAntiVirusProduct.versionNumber)
av_up2d = Clean(objAntiVirusProduct.productUptoDate)
If av_up2d Then
av_up2d = "True"
Else
av_up2d = "False"
End If

Echo (av_up2d)

form_input = "system10^^^" & av_prod & "^^^" & av_disp & "^^^" _
& av_up2d & "^^^" & av_vers & "^^^"
entry form_input,comment,objTextFile,oAdd,oComment
form_input = ""
Next
end if
[/code]

Then the result is strange, because on somt PCs I ger only one true but on other PCs also on this PCs which I have in this "XPSP2 without up to date AntiVirus"-List I have the Variable content:
[code]
false
true
false
false[/code]

Is their something wrong? Or is it normal to get so much results from this variable? Maybe their is something wrong with the recognition, or I am thinking wrong. But I want to have a solution for this False negative recognition of the Clients with no Antivirus Software.

Thanks very much :?


Top
 Profile  
Reply with quote  
PostPosted: Tue Oct 21, 2008 9:02 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Looks like a bug to me.... :?

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group