/Antivirus-identification

杀毒软件进程识别、Antivirus identification、直接执行即可得知该主机存在什么杀毒软件,然后采取对应措施;After running, you will know what anti-virus software exists on your current computer、总计1800+杀毒程序进程,Total 1800+ antivirus process

Primary LanguageHTML

Antivirus identification


杀毒软件进程识别,脚本内置了相关杀毒软件进程,直接执行即可得知存在什么杀毒软件,不需要自己执行命令。

Anti-virus software process identification, the script built-in anti-virus software process, directly execute to know what anti-virus software exists, do not need to execute their own commands.

因为部分机器不带Python环境,所以编译成了一个exe程序,直接执行exe程序后,会在当前路径下生成一个scan_ok.txt文件,文件内容就是当前机器所存在的杀毒软件

Because some machines do not have a Python environment, it is compiled into an exe program, and after directly executing the exe program, a scan_ok.txt file is generated in the current path, and the file is the anti-virus software existing in the current machine

1.tasklist命令版py脚本测试结果 tasklist_py tasklist命令版exe程序测试结果 tasklist_exe

为了防止意外,所以增加了一个wmic的,防止执行tasklist命令无回显或其他问题

2.wmic process list brief命令版py脚本测试结果 wmic process list brief wmic process list brief命令版exe程序测试结果 wmic process_exe

打包成exe后的程序仅供6.99mb大小。 img

1.tasklist命令exe程序实际机器测试结果 tasklist_py 2.wmic process list brief命令exe程序实际机器测试结果 wmic process_exe

部分机器由于编码或系统语言问题,会不显示中文或者乱码,能运行使用就行,不要在意那么多细节。 反正懒人必备,跟我一样懒得敲命令然后复制去比对的可以用一下。