{"id":18685333,"url":"https://github.com/adysec/nuclei_poc","last_synced_at":"2025-05-16T13:08:19.678Z","repository":{"id":239012907,"uuid":"797010442","full_name":"adysec/nuclei_poc","owner":"adysec","description":"Nuclei POC，每日更新 | 自动整合全网Nuclei的漏洞POC，实时同步更新最新POC，保存已被删除的POC。通过批量克隆Github项目，获取Nuclei POC，并将POC按类别分类存放，使用Github Action实现。已有19w+POC，已校验格式的有效性并去重（验证的是格式的有效性）","archived":false,"fork":false,"pushed_at":"2025-05-11T12:21:00.000Z","size":491008,"stargazers_count":1267,"open_issues_count":1,"forks_count":386,"subscribers_count":226,"default_branch":"main","last_synced_at":"2025-05-11T13:27:54.780Z","etag":null,"topics":["daily","exploit","exploits","fingerprint","hack-tools","hacker","hacking","nuclei","nuclei-templates","poc","scanner","security","security-scanner"],"latest_commit_sha":null,"homepage":"https://adysec.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adysec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-07T03:03:34.000Z","updated_at":"2025-05-11T12:21:29.000Z","dependencies_parsed_at":"2024-05-17T13:58:41.260Z","dependency_job_id":"b27c1d2e-2693-4a30-aaed-a4d5e1202d6b","html_url":"https://github.com/adysec/nuclei_poc","commit_stats":{"total_commits":242,"total_committers":2,"mean_commits":121.0,"dds":"0.13636363636363635","last_synced_commit":"593d5cee45cff996506203420b46c3e05f9010b4"},"previous_names":["adysec/nuclei_poc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adysec%2Fnuclei_poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adysec%2Fnuclei_poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adysec%2Fnuclei_poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adysec%2Fnuclei_poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adysec","download_url":"https://codeload.github.com/adysec/nuclei_poc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535828,"owners_count":22087399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daily","exploit","exploits","fingerprint","hack-tools","hacker","hacking","nuclei","nuclei-templates","poc","scanner","security","security-scanner"],"created_at":"2024-11-07T10:21:57.276Z","updated_at":"2025-05-16T13:08:14.666Z","avatar_url":"https://github.com/adysec.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Nuclei POCs\n\n\u003ca href=\"https://github.com/adysec/nuclei_poc/stargazers\"\u003e\u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/adysec/nuclei_poc?color=yellow\u0026logo=riseup\u0026logoColor=yellow\u0026style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/adysec/nuclei_poc/network/members\"\u003e\u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/adysec/nuclei_poc?color=orange\u0026style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/adysec/nuclei_poc/issues\"\u003e\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/adysec/nuclei_poc?color=red\u0026style=flat-square\"\u003e\u003c/a\u003e\n\nNuclei POC，每日更新\n\n[中文](https://github.com/adysec/nuclei_poc/blob/main/README.md) | [English](https://github.com/adysec/nuclei_poc/blob/main/README_EN.md)\n\n这个项目是一个 Python 脚本，用于批量克隆 GitHub 项目，获取 Nuclei POC，并将 POC 按类别分类存放到文件夹中。同时，使用 GitHub Action 每日自动运行脚本。\n\n已更新优化poc格式验证相关代码，**当本项目中 `tmp/` 目录不存在时，所有poc格式校验完成**。\n\n校验格式并去重后，现有 19w+ 可用 PoC 脚本。\n\n`注：其中同一cve漏洞的 PoC 脚本有各类格式（语言、引用文献等），因此存在重复的现象，目前技术无法做到去重，有好的解决方案欢迎提交issue。`\n\n## 如何使用\n\n克隆项目并进入目录\n\n```bash\ngit clone https://github.com/adysec/nuclei_poc\ncd nuclei_poc\n```\n\n使用 nuclei 调用 poc 扫描站点\n\n```bash\n./nuclei -t poc/ -u http://example.com\n# 只扫描部分poc\n./nuclei -t poc/web/ -u http://example.com\n./nuclei -t poc/wordpress/ -u http://example.com\n```\n\n### 配置\n\n在 `repo.csv` 文件中配置监控 GitHub 项目信息。\n\n### GitHub Action\n\n在 GitHub 仓库中设置 Action，以便每日自动运行脚本。\n\n\u003e 需要配置`Workflow permissions`为`Read and write`权限\n\n## 文件结构\n\n- `1-clone_repos.py`: 批量克隆监控的 GitHub 项目。\n- `2-delete_duplicated.py`: 删除重复Poc脚本。\n- `3-move_file.py`: Poc脚本归档至tmp目录。\n- `4-download_nuclei.py`: 下载nuclei以便验证Poc有效性。\n- `5-check_poc.sh`: 校验Poc有效性并移动至`poc`目录下。\n- `6-get_count.py`: 获取已归档Poc数量。\n- `7-get_pocname.py`: 读取并将Poc列表写入`poc.txt`。\n- `check_poc.sh`: 验证Poc有效性并打包为`poc.zip`文件。\n- `repo.csv`: Nuclei Poc仓库列表。\n- `poc.txt`: 已存档Poc列表。\n- `poc/`: 存放分类后的 Nuclei Poc 文件夹。\n- ~~`clone-templates/`: 克隆 GitHub 项目的临时文件夹。~~\n- ~~`tmp/`: Nuclei Poc脚本去重并分类后的临时文件夹。~~\n\n## 致谢\n\n在本项目的开发过程中，得到了很多支持和帮助。在此特别感谢以下人员和项目：\n\n### 项目\n\n感谢 [ProjectDiscovery](https://github.com/projectdiscovery/nuclei) 提供的Nuclei工具和开源社区支持。\n\n### 人员\n\n感谢 [TajangSec](https://github.com/TajangSec) 对部分代码的优化和改进建议。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadysec%2Fnuclei_poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadysec%2Fnuclei_poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadysec%2Fnuclei_poc/lists"}