https://github.com/Bouquets-ai/CVE-Search
开源软件漏洞排查脚本,接口为nvd
https://github.com/Bouquets-ai/CVE-Search
Last synced: about 1 month ago
JSON representation
开源软件漏洞排查脚本,接口为nvd
- Host: GitHub
- URL: https://github.com/Bouquets-ai/CVE-Search
- Owner: Bouquets-ai
- Created: 2022-01-12T08:24:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T22:44:39.000Z (about 2 months ago)
- Last Synced: 2025-03-09T23:25:43.071Z (about 2 months ago)
- Language: Python
- Size: 303 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Bouquets-ai/CVE-Search - 开源软件漏洞排查脚本,接口为nvd (Python)
README
# 项目概述
此脚本只是方便日常排查使用,不做其他用途
第一版只是实现了正则的模糊匹配,搜索相对有局限性
第二版则加上了字典匹配,排查更加精准
第三版(最终)经典交互式# 最后
师傅们看我这么用心个Star✩不过分吧ଘ(੭ˊᵕˋ)੭* ੈ✩‧₊˚# 2022.4.17 命令版本
更新年度漏洞输出
用法:python3 osSoftware-bat.py -s cve-2022
要想全部输出需要更改27行的数组,有多少数据就改到几千,如有5000+数据,数组要改为0,1000,2000,3000,4000,5000 以此类推# 2025.3.9
没想到三年过去了修修改改的还能用上次写这个还在公司,现在已经在学校了
爬出来好训练我的大模型咯