Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/light-Life/CVE-Search
开源软件漏洞排查脚本,接口为nvd
https://github.com/light-Life/CVE-Search
Last synced: 22 days ago
JSON representation
开源软件漏洞排查脚本,接口为nvd
- Host: GitHub
- URL: https://github.com/light-Life/CVE-Search
- Owner: light-Life
- Created: 2022-01-12T08:24:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T17:18:14.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:44:09.250Z (4 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 - light-Life/CVE-Search - 开源软件漏洞排查脚本,接口为nvd (Python)
README
# 项目概述
此脚本只是方便日常排查使用,不做其他用途
第一版只是实现了正则的模糊匹配,搜索相对有局限性
第二版则加上了字典匹配,排查更加精准
第三版(最终)经典交互式# 最后
师傅们看我这么用心个Star✩不过分吧ଘ(੭ˊᵕˋ)੭* ੈ✩‧₊˚# 2022.4.17 命令版本
更新年度漏洞输出
用法:python3 osSoftware-bat.py -s cve-2022
要想全部输出需要更改27行的数组,有多少数据就改到几千,如有5000+数据,数组要改为0,1000,2000,3000,4000,5000 以此类推