{"id":13538593,"url":"https://github.com/xyntax/poc-t","last_synced_at":"2025-05-15T02:07:27.943Z","repository":{"id":5683496,"uuid":"53729332","full_name":"Xyntax/POC-T","owner":"Xyntax","description":"渗透测试插件化并发框架 / Open-sourced remote vulnerability PoC/EXP framework","archived":false,"fork":false,"pushed_at":"2022-03-28T09:28:55.000Z","size":1936,"stargazers_count":1956,"open_issues_count":16,"forks_count":750,"subscribers_count":93,"default_branch":"2.0","last_synced_at":"2025-04-06T21:07:25.015Z","etag":null,"topics":["exploitation","pentesting","vulnerability-scanner"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xyntax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-12T12:00:46.000Z","updated_at":"2025-04-06T18:23:44.000Z","dependencies_parsed_at":"2022-08-06T19:00:45.663Z","dependency_job_id":null,"html_url":"https://github.com/Xyntax/POC-T","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyntax%2FPOC-T","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyntax%2FPOC-T/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyntax%2FPOC-T/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xyntax%2FPOC-T/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xyntax","download_url":"https://codeload.github.com/Xyntax/POC-T/tar.gz/refs/heads/2.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799898,"owners_count":21163400,"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":["exploitation","pentesting","vulnerability-scanner"],"created_at":"2024-08-01T09:01:13.867Z","updated_at":"2025-04-13T23:53:00.674Z","avatar_url":"https://github.com/Xyntax.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"683b645c2162a1fce5f24ac2abfa1973\"\u003e\u003c/a\u003e漏洞\u0026\u0026漏洞管理\u0026\u0026漏洞发现/挖掘\u0026\u0026漏洞开发\u0026\u0026漏洞利用\u0026\u0026Fuzzing"],"sub_categories":["\u003ca id=\"9d1ce4a40c660c0ce15aec6daf7f56dd\"\u003e\u003c/a\u003e未分类-Vul"],"readme":"# POC-T: *Pentest Over Concurrent Toolkit* \n[![Python 2.7](https://img.shields.io/badge/python-2.7-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/Xyntax/POC-T/master/doc/LICENSE.txt) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1413552d34bc4a4aa84539db1780eb56)](https://www.codacy.com/app/xyntax/POC-T?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Xyntax/POC-T\u0026amp;utm_campaign=Badge_Grade) [![PoC/Scripts](https://img.shields.io/badge/PoC/Scripts-52-blue.svg)](https://github.com/Xyntax/POC-T/wiki/%E5%86%85%E7%BD%AE%E8%84%9A%E6%9C%AC%E5%BA%93) \n\n脚本调用框架，用于渗透测试中 **采集|爬虫|爆破|批量PoC** 等需要并发的任务。  \n\n![banner.png](https://github.com/Xyntax/POC-T/blob/2.0/doc/banner.png) \n\n脚本收录 \n------------------------------------------------------------------\n欢迎提交PoC及实用脚本(提PR或邮件联系i@cdxy.me)，您贡献的PoC相关信息将会在以下位置公开。\n* [脚本库](https://github.com/Xyntax/POC-T/wiki/%E5%86%85%E7%BD%AE%E8%84%9A%E6%9C%AC%E5%BA%93)\n* [致谢](https://github.com/Xyntax/POC-T/wiki/%E8%87%B4%E8%B0%A2)\n\n\n特点\n---\n* 支持多线程/Gevent两种并发模式  \n* 极简式脚本编写，无需参考文档  \n* 内置脚本扩展及常用PoC函数  \n* 支持第三方搜索引擎API(已完成ZoomEye/Shodan/Google/Fofa免费版)  \n\n\n依赖\n---\n* Python 2.7\n* pip\n\n用户手册\n----\n\n* [快速开始](https://github.com/Xyntax/POC-T/wiki/02-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B)\n* [编写脚本](https://github.com/Xyntax/POC-T/wiki/03-%E7%BC%96%E5%86%99%E8%84%9A%E6%9C%AC)\n* [脚本扩展工具](https://github.com/Xyntax/POC-T/wiki/04-%E8%84%9A%E6%9C%AC%E6%89%A9%E5%B1%95%E5%B7%A5%E5%85%B7)\n* [第三方搜索引擎](https://github.com/Xyntax/POC-T/wiki/05-%E7%AC%AC%E4%B8%89%E6%96%B9%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E)\n* [需求与设计](https://github.com/Xyntax/POC-T/wiki/01-%E9%9C%80%E6%B1%82%E4%B8%8E%E8%AE%BE%E8%AE%A1)\n\n其他\n---\n* [问题反馈](https://github.com/Xyntax/POC-T/issues/new)\n* [版权声明](https://github.com/Xyntax/POC-T/wiki/%E7%89%88%E6%9D%83%E5%A3%B0%E6%98%8E)\n\n联系作者\n----\n* mail:i@cdxy.me  \n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyntax%2Fpoc-t","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyntax%2Fpoc-t","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyntax%2Fpoc-t/lists"}