码迷,mamicode.com
首页 > 其他好文 > 详细

查看目标主机上的杀毒软件

时间:2021-06-04 19:16:45      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:uri   pat   png   for   安装路径   mes   get   name   sign   

1、主机防护软件的安装路径

命令:wmic /namespace:\\root\securitycenter2 path antivirusproduct get displayname,productstate,pathtosignedproductexe

技术图片

 

 2、将wmic命令和findstr命令

命令:wmic /node:localhost /namespace:\\root\SecurityCenter2 path AntiVirusProduct Get DisplayName | findstr /V /B /C:displayName || echo No Antivirus installed

技术图片

 

 3、杀软信息

命令:wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get * /value

技术图片

 

 4、查看正在运行的杀软

命令:WMIC /Node:localhost /Namespace:\\root\SecurityCenter2 Path AntiVirusProduct Get displayName /Format:List

技术图片

 

查看目标主机上的杀毒软件

标签:uri   pat   png   for   安装路径   mes   get   name   sign   

原文地址:https://www.cnblogs.com/mikiv/p/14848425.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!