# NucleiPocGather **Repository Path**: hut4j/NucleiPocGather ## Basic Information - **Project Name**: NucleiPocGather - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-13 - **Last Updated**: 2026-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuclei Poc 全网收集 NucleiPocGather,每日更新 这个项目是一个 Python 脚本,用于批量克隆 GitHub 项目,获取 Nuclei POC,并将 POC 按类别分类存放到文件夹中。同时,使用 GitHub Action 每日自动运行脚本。 # POC 详情统计 > **当前项目 POC 更新时间:**`2026-01-12 13:34` | ID | 标签 | 数量 | 目录 | 数量 | 严重性 | 数量 | |:---| :-------- | :--- | :--------- | :--- | :------- | :--- | | 1 | cve | 69515 | cve | 52613 | medium | 32565 | | 2 | wordpress | 63766 | other | 38505 | info | 25501 | | 3 | wp-plugin | 59342 | sql | 3148 | low | 22982 | | 4 | medium | 24752 | wordpress | 2407 | high | 19086 | | 5 | low | 21365 | auth | 2079 | critical | 11212 | | 6 | tech | 18272 | detect | 1320 | unknown | 127 | | 7 | detect | 17558 | microsoft | 1018 | meduim | 4 | | 8 | production | 16200 | default | 1013 | hight | 3 | | 9 | service | 13830 | remote_code_execution | 1011 | none | 1 | | 10 | candidate | 10368 | api | 997 | ciritical | 1 | **81 个目录,44572 个文件** ## 如何使用 ### 克隆项目 克隆这个项目到本地: ```bash git clone https://github.com/lianqingsec/NucleiPocGather.git ``` 进入项目目录: ```bash cd NucleiPocGather ``` ### 配置 在 `repo.txt` 文件中配置监控 GitHub 项目信息。 ### 运行脚本 运行 Python 脚本: ```bash python NucleiPocGather.py ``` ### GitHub Action 在 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 文件夹。