{"id":13843652,"url":"https://github.com/ztosec/hunter","last_synced_at":"2025-07-11T19:33:15.059Z","repository":{"id":41279766,"uuid":"233022465","full_name":"ztosec/hunter","owner":"ztosec","description":"Hunter作为中通DevSecOps闭环方案中的一环，扮演着很重要的角色，开源之后希望能帮助到更多企业。","archived":false,"fork":false,"pushed_at":"2022-12-14T15:29:57.000Z","size":95730,"stargazers_count":342,"open_issues_count":52,"forks_count":123,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-08-05T17:38:26.730Z","etag":null,"topics":["devsecops","security"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ztosec.png","metadata":{"files":{"readme":"readme.rst","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}},"created_at":"2020-01-10T10:21:55.000Z","updated_at":"2024-07-31T07:47:25.000Z","dependencies_parsed_at":"2023-01-29T00:00:37.154Z","dependency_job_id":null,"html_url":"https://github.com/ztosec/hunter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztosec%2Fhunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztosec%2Fhunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztosec%2Fhunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztosec%2Fhunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ztosec","download_url":"https://codeload.github.com/ztosec/hunter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225755076,"owners_count":17519195,"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":["devsecops","security"],"created_at":"2024-08-04T17:02:22.092Z","updated_at":"2025-07-11T19:33:15.048Z","avatar_url":"https://github.com/ztosec.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)"],"sub_categories":[],"readme":".. hunter文档 documentation master file, created by\n   sphinx-quickstart on Wed Aug 29 00:12:25 2018.\n   You can adapt this file completely to your liking, but it should at least\n   contain the root `toctree` directive.\n\n招聘提示:\n======================================\n\n中通安全致力于支撑中通快递集团生态链全线业务（快递、快运、电商、传媒、金融、航空等）的安全发展。我们期待更多优秀小伙伴的加入，安全开发、安全合规、产品经理、架构师、数据安全等岗位持续招聘中，感兴趣的可将简历投递至：security@zto.com，更多招聘详情可点击：https://mp.weixin.qq.com/s/YDwfmzHFNPiC4LrYovHeaQ\n\n\nWelcome to hunter's documentation!\n======================================\n\n\n\n`安装说明\n\u003cdoc/source/安装说明.rst\u003e`_\n\n`使用教程\n\u003cdoc/source/使用教程.rst\u003e`_\n\n`API接口\n\u003cdoc/source/API接口.rst\u003e`_\n\n`二次开发\n\u003cdoc/source/二次开发.rst\u003e`_\n\n`使用案例\n\u003cdoc/source/使用案例.rst\u003e`_\n\n总体介绍\n======================\n\n背景介绍\n----------------------\n\n甲方安全建设中有一个很重要的环节，即业务迭代上线前的安全检测。大部分\n公司的产品研发部门都会配备一个或多个质量测试工程师负责把关软件质量。\n然而术业有专攻，质量测试工程师能够得心应手地应对软件功能方面的缺陷，\n却由于自身安全领域专业知识的缺失导致很难识别安全风险。针对这一问题常\n采用的做法就是由甲方安全人员定期对业务线进行安全检查，但这种做法有很\n强的滞后性，一个业务从上线到被发现安全问题可能跨越了很长的周期。最理\n想的效果是在业务上线之前能够将安全风险“扼杀”，于是很多公司在业务上\n线会安排人工进行安全测试，但这种做法不够节省人力。上述提到的两个做法\n都有一定的弊端，一种更好的方案是在发布流程中加入自动化安全扫描，DevSecOps整体流程如下:\n\n.. image:: /doc/images/DevSecOps整体闭环方案.jpg\n    :width: 800\n\n*DevSecOps整体闭环*\n\nHunter作为中通DevSecOps中一环，发挥着及其重要的作用。\n\n\n产品导读\n----------------------\n\n欢迎来到hunter文档，hunter是一款被动式漏洞扫描器，何谓被动式漏洞扫描器？\n\n首先需要先了解下主动式漏洞扫描器，传统主动式漏洞扫描器的主要流程:\n\n1.网络爬虫爬取网站接口。\n\n2.对爬取到的接口进行漏洞检测。\n\n网络爬虫主动爬取网站接口并进行漏洞检测的方式被称之为主动式漏洞检测方式。\n\n但是主动爬虫会遗漏掉很多网站接口，为了解决这个问题，一种在用户和web应用\n\n进行交互时获取用户网络请求并进行漏洞检测方式由此产生，这种漏洞检测方式被\n\n称为被动式漏洞检测方式。\n\n产品流程和架构图\n------------------------\n.. image:: /doc/images/架构图.png\n    :width: 800\n\n*产品架构图*\n\n.. image:: /doc/images/流程图.png\n    :width: 800\n\n*流程图*\n\n源码结构\n------------------------\n\n目前开源的源码主要分为如下七个模块::\n\n    ├── HunterClient(客户端-浏览器插件)\n    ├── HunterAdminApi(管理后台后端)\n    ├── HunterAdminGui(管理后台前端)\n    ├── HunterSense(回显log日志平台)\n    ├── HunterCelery(poc检测引擎)\n    ├── SqlmapCelery(sql注入检测引擎)\n    ├── XsseyeCelery(xss检测引擎)\n\n\n产品预览\n------------------------\n\n.. image:: /doc/images/preview/project-preview1.png\n    :width: 800\n\n*浏览器插件客户端*\n\n.. image:: /doc/images/preview/project-preview2.png\n    :width: 800\n\n*客户端配置*\n\n.. image:: /doc/images/preview/project-preview3.png\n    :width: 800\n\n*一次任务扫描结果*\n\n.. image:: /doc/images/preview/project-preview4.png\n    :width: 800\n\n*hunter个人用户统计报表*\n\n.. image:: /doc/images/preview/project-preview5.png\n    :width: 800\n\n*插件分布式管理*\n\n.. image:: /doc/images/preview/project-preview6.png\n    :width: 800\n\n*客户端下载*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztosec%2Fhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fztosec%2Fhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztosec%2Fhunter/lists"}