Nuclei Poc 全网收集

June 11, 2026 · View on GitHub

NucleiPocGather,每日更新

这个项目是一个 Python 脚本,用于批量克隆 GitHub 项目,获取 Nuclei POC,并将 POC 按类别分类存放到文件夹中。同时,使用 GitHub Action 每日自动运行脚本。

POC 详情统计

当前项目 POC 更新时间:2026-06-11 17:23

ID标签数量目录数量严重性数量
1cve94894cve52934medium39900
2wordpress88421other52678low33002
3wp-plugin81058sql9495info26387
4medium31197wordpress6836high25783
5low30962auth3983critical14983
6candidate29659detect1734unknown127
7tech17971remote_code_execution1491informative19
8detect17015microsoft1319meduim18
9high15049web1312hight15
10service13835api1082cretical4

81 个目录,44572 个文件

如何使用

克隆项目

克隆这个项目到本地:

git clone https://github.com/lianqingsec/NucleiPocGather.git

进入项目目录:

cd NucleiPocGather

配置

repo.txt 文件中配置监控 GitHub 项目信息。

运行脚本

运行 Python 脚本:

python NucleiPocGather.py

GitHub Action

在 GitHub 仓库中设置 Action,以便每日自动运行脚本。

需要配置Workflow permissionsRead 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 文件夹。