NucleiPocGather,每日更新
这个项目是一个 Python 脚本,用于批量克隆 GitHub 项目,获取 Nuclei POC,并将 POC 按类别分类存放到文件夹中。同时,使用 GitHub Action 每日自动运行脚本。
当前项目 POC 更新时间:
2026-04-03 14:25
| ID | 标签 | 数量 | 目录 | 数量 | 严重性 | 数量 |
|---|---|---|---|---|---|---|
| 1 | cve | 72126 | cve | 53154 | medium | 32698 |
| 2 | wordpress | 66238 | other | 40145 | info | 25586 |
| 3 | wp-plugin | 61270 | wordpress | 2580 | low | 23989 |
| 4 | medium | 25063 | sql | 2452 | high | 19449 |
| 5 | low | 22348 | auth | 2264 | critical | 11701 |
| 6 | tech | 18472 | detect | 1862 | unknown | 99 |
| 7 | detect | 17549 | sql_injection | 1113 | meduim | 16 |
| 8 | production | 16472 | remote_code_execution | 977 | hight | 16 |
| 9 | service | 13829 | microsoft | 858 | informative | 14 |
| 10 | candidate | 12293 | web | 817 | cretical | 2 |
81 个目录,44572 个文件
克隆这个项目到本地:
git clone https://github.com/lianqingsec/NucleiPocGather.git进入项目目录:
cd NucleiPocGather在 repo.txt 文件中配置监控 GitHub 项目信息。
运行 Python 脚本:
python NucleiPocGather.py在 GitHub 仓库中设置 Action,以便每日自动运行脚本。
需要配置
Workflow permissions为Read and write权限
NucleiPocGather.py: 收集全网 Nuclei POC 的脚本文件。DeWeight.py: 对现有的 Nuclei POC 进行进一步去重的脚本文件。WirteREADME.py: 统计现有的 POC 并更新 README.md 文件。repo.txt: Nuclei POC 仓库列表。poc.txt: 已存档 POC 列表。poc/: 存放分类后的 Nuclei POC 文件夹。