Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/light-Life/CVE-Search

开源软件漏洞排查脚本,接口为nvd
https://github.com/light-Life/CVE-Search

Last synced: about 1 month ago
JSON representation

开源软件漏洞排查脚本,接口为nvd

Awesome Lists containing this project

README

        

# 项目概述
此脚本只是方便日常排查使用,不做其他用途

第一版只是实现了正则的模糊匹配,搜索相对有局限性

第二版则加上了字典匹配,排查更加精准

第三版(最终)经典交互式

# 最后
师傅们看我这么用心个Star✩不过分吧ଘ(੭ˊᵕˋ)੭* ੈ✩‧₊˚

# 2022.4.17 命令版本
更新年度漏洞输出
用法:python3 osSoftware-bat.py -s cve-2022
要想全部输出需要更改27行的数组,有多少数据就改到几千,如有5000+数据,数组要改为0,1000,2000,3000,4000,5000 以此类推