{"id":13843845,"url":"https://github.com/saucer-man/saucerframe","last_synced_at":"2025-07-11T20:30:45.349Z","repository":{"id":45771928,"uuid":"159932662","full_name":"saucer-man/saucerframe","owner":"saucer-man","description":"python3批量poc检测工具","archived":false,"fork":false,"pushed_at":"2023-12-26T03:10:58.000Z","size":936,"stargazers_count":392,"open_issues_count":0,"forks_count":101,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-21T15:39:36.192Z","etag":null,"topics":["exploit","vulnerability-detection","vulnerability-scanners"],"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/saucer-man.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-12-01T10:18:33.000Z","updated_at":"2024-10-29T13:22:21.000Z","dependencies_parsed_at":"2023-12-26T03:28:53.910Z","dependency_job_id":"1867c3e7-7120-436f-9ae7-7c8d4d68b994","html_url":"https://github.com/saucer-man/saucerframe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saucer-man/saucerframe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saucer-man%2Fsaucerframe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saucer-man%2Fsaucerframe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saucer-man%2Fsaucerframe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saucer-man%2Fsaucerframe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saucer-man","download_url":"https://codeload.github.com/saucer-man/saucerframe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saucer-man%2Fsaucerframe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892022,"owners_count":23679207,"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":["exploit","vulnerability-detection","vulnerability-scanners"],"created_at":"2024-08-04T17:02:29.225Z","updated_at":"2025-07-11T20:30:44.951Z","avatar_url":"https://github.com/saucer-man.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)","LLM分析过程"],"sub_categories":[],"readme":"# Saucerframe\n[![PyPI version](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/)  [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) \n\nsaucerframe是一个基于python3的开源批量POC检测框架，默认使用协程异步请求，支持多线程并发，支持多种指定目标方式，可用于批量POC检测，也可根据需要扩展功能。**欢迎star和pr**\n\n**本项目用来交流学习，切勿用来做违法之事**\n\n# 特点\n\n- 支持多线程并发/协程\n- 指定目标支持多种方式\n    - 指定单个目标\n    - 从文本种获取目标\n    - 某一网段获取目标 e.g. 192.168.1.0/24\n    - 某一ip段获取目标 192.168.1.0-192.168.2.33\n    - 支持多种api批量获取目标: [Shodan](https://www.shodan.io/)、[Zoomeye](https://www.zoomeye.org/)、[Fofa](https://fofa.so)、[Censys](https://censys.io)\n- 支持全局代理(socks5|socks4|http)\n\n![](https://github.com/saucer-man/saucerframe/blob/master/doc/eg1.png)\n\n# 更新历史\n\u003cdetails\u003e\n\u003csummary\u003e点击查看/关闭\u003c/summary\u003e\n- 2020-10-14\n支持一次运行全部poc脚本\n\n- 2019-11-25\n重写进度条。\n\n- 2019-08-10\n增加输出等级，增加模块加载方式，支持同时指定多个poc和多种target加载方式。\n\n- 2019-07-25\n封装requests模块，新增全局代理选项，默认随机UA，重写censys api模块。\n\n- 2019-07-14\n增加进度条；去除并发数的限制；去除google api；优化了一些模块。\n\n- 2019-05-09\n增加logging模块，支持输出等级；增加censys api调用；IPY替换为内置库ipaddress、imp更新为importlib模块；规范大部分函数、变量命名；修改了程序逻辑。\n\n- 2019-05-08\n增加plugin目录，逐步添加plugin，方便poc调用。目前已添加随机user-agent\n\n- 2019-04-18\n更改默认并发方式为协程，自动根据扫描数量确定异步请求数量，优化了部分代码逻辑，速度提升\n\n- 2019-02-26\n增加协程模式，利用gevent模块实现异步请求。\n\n- 2018-12-15 \n将第三方库colorama、IPy放进thirdlib中直接引用，减少依赖包的安装。\n\n- 2018-12-10 \n测试框架编写完成\n\n\u003c/details\u003e\n\n\n# 使用\n\n安装方法：\n```shell\ngit clone https://github.com/saucer-man/saucerframe.git \ncd saucerframe\npip install -r requirement.txt \n```\n\n使用方法：\n```shell\npython3 saucerframe.py -h\npython3 saucerframe.py --show\npython3 saucerframe.py -s script-name -iU target-url \n```\n\n具体的参数说明：\n```\n# 1. 指定poc脚本(必需,支持同时指定多个poc)\n-s all 指定全部脚本\n-s redis_unauth,mongodb_unauth  指定单个/多个脚本\n\n# 2. 指定目标(必需)\n-iU www.xxx.com  单个目标\n-iF target.txt  从文本中加载\n-iR 192.168.1.1-192.168.2.100  根据ip地址范围加载\n-iN 192.168.1.0/24  根据网段加载\n-aZ \"redis\"  ZoomEye api加载\n-aS \"redis\"  Shodan api加载\n-aC \"redis\"  Censys api加载\n-aF \"redis\"  Fofa api加载\n\n# 3. 其他(可选)\n-h  查看帮助信息\n-t 300  并发数(默认100)\n--proxy socks5://127.0.0.1:1080  使用sock5代理\n-o result.txt  指定输出文件\n-v 4 指定终端输出详细级别(1-5, 默认为2)\n--show  查看所有poc\n-eT  并发采用多线程方式\n-eG  并发采用协程方式(默认)\n```\n\n# POC编写\n\n介绍已移至[wiki](https://github.com/saucer-man/saucerframe/wiki)\n\n# 感谢\n\n框架起初设计过程中借鉴了[POC-T](https://github.com/Xyntax/POC-T)和[sqlmap](https://github.com/sqlmapproject/sqlmap)等优秀开源项目的部分模式和代码，特此说明和感谢。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaucer-man%2Fsaucerframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaucer-man%2Fsaucerframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaucer-man%2Fsaucerframe/lists"}