{"id":13468430,"url":"https://github.com/0xbug/Hawkeye","last_synced_at":"2025-03-26T05:31:05.689Z","repository":{"id":21512883,"uuid":"93137685","full_name":"0xbug/Hawkeye","owner":"0xbug","description":"GitHub 泄露监控系统(GitHub Sensitive Information Leakage Monitor Spider)","archived":false,"fork":false,"pushed_at":"2022-05-21T02:14:26.000Z","size":5103,"stargazers_count":2014,"open_issues_count":59,"forks_count":592,"subscribers_count":76,"default_branch":"master","last_synced_at":"2025-03-24T21:13:37.780Z","etag":null,"topics":["github","leakage","security"],"latest_commit_sha":null,"homepage":"https://github.com/0xbug/Hawkeye","language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xbug.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.MD","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":"2017-06-02T07:10:45.000Z","updated_at":"2025-03-24T08:52:32.000Z","dependencies_parsed_at":"2022-07-31T23:48:07.417Z","dependency_job_id":null,"html_url":"https://github.com/0xbug/Hawkeye","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbug%2FHawkeye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbug%2FHawkeye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbug%2FHawkeye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xbug%2FHawkeye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xbug","download_url":"https://codeload.github.com/0xbug/Hawkeye/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245597228,"owners_count":20641859,"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":["github","leakage","security"],"created_at":"2024-07-31T15:01:10.630Z","updated_at":"2025-03-26T05:31:05.669Z","avatar_url":"https://github.com/0xbug.png","language":"Vue","readme":"# Hawkeye\n\n[![GitHub issues](https://img.shields.io/github/issues/0xbug/Hawkeye.svg)](https://github.com/0xbug/Hawkeye/issues)\n[![GitHub forks](https://img.shields.io/github/forks/0xbug/Hawkeye.svg)](https://github.com/0xbug/Hawkeye/network)\n[![GitHub stars](https://img.shields.io/github/stars/0xbug/Hawkeye.svg)](https://github.com/0xbug/Hawkeye/stargazers)\n[![Python 3.x](https://img.shields.io/badge/python-3.x-yellow.svg)](https://www.python.org/) \n[![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/0xbug/Hawkeye/master/LICENSE)\n\n## 简介\n\n\u003e 监控github代码库，及时发现员工托管公司代码到GitHub行为并预警，降低代码泄露风险。\n\n## 截图\n\n![Hawkeye](https://user-images.githubusercontent.com/12611275/46849889-0d2d0980-ce24-11e8-832e-35f6f935bf3b.png)\n## **最近更新**\n\n- 2020-11-20\n    由于 GitHub 官方限制了API的账号密码认证，导致在配置 GitHub 账号时，需要账号输入框输入生成的 [token，不需要勾选多余的权限](https://github.com/settings/tokens)，**密码输入框先输入空格然后删除空格**，最后点击添加\n    \n- 2019-07-02 v3.0.1\n    - 添加健康检查接口 /api/health \n    - 添加企业微信告警\n    - 支持翻页刷新\n    \n- 2018-10-12 v3.0.0 非兼容性更新,需配置新数据库\n    - 搜索方式切换成API，支持添加多GitHub用户，API配额可视化\n    - 配置可视化，去除配置文件\n    - crontab 切换成轻量级的任务队列 Huey ,任务周期可自定义\n    - 支持 Docker 部署\n    - 支持批量忽略\n    - 爬虫任务状态、结果记录展示\n    - 优化解析受影响资产\n    - 重构邮件 告警，添加钉钉告警\n\n\n## 特性\n\n- 周期监测\n- web管理\n- 邮箱告警通知\n- 黑名单添加\n- 爬虫任务设置\n\n## 依赖\n\n*   Python 3.x\n*   Flask\n*   MongoDB \u003e= 3.x\n\n## 支持平台\n\n*   Linux, macOS\n\n\n## 安装(Docker 部署)\n```\ndocker pull daocloud.io/0xbug/hawkeye\n## mongodb 需认证\ndocker run -ti -p 80:80 -e MONGODB_URI=mongodb://username:password@ip:27017/hawkeye -e MONGODB_USER= -e MONGODB_PASSWORD= -d daocloud.io/0xbug/hawkeye\n## mongodb 无认证\ndocker run -ti -p 80:80 -e MONGODB_URI=mongodb://ip:27017 -d daocloud.io/0xbug/hawkeye\n\n```\n或者手动 build\n\n克隆项目到本地\n\n```bash\ngit clone https://github.com/0xbug/Hawkeye.git --depth 1\ncd Hawkeye\ndocker build -t hawkeye .\n## mongodb 需认证\ndocker run -ti -p 80:80 -e MONGODB_URI=mongodb://username:password@ip:27017/hawkeye -e MONGODB_USER= -e MONGODB_PASSWORD= -d hawkeye\n## mongodb 无认证\ndocker run -ti -p 80:80 -e MONGODB_URI=mongodb://ip:27017 -d hawkeye\n\n```\n\n或者使用docker安装mongodb\n\nmongodb无认证，快速开始\n```bash\n## 启动mongodb\ndocker run -itd --name mongo -p 27017:27017 mongo\n\n## 启动hawkeye\ndocker run -ti --link mongo:mongo -p 80:80 -e MONGODB_URI=mongodb://mongo:27017 -d daocloud.io/0xbug/hawkeye\n```\n\n\nHawkeye 支持 Python *3.x* on Linux and macOS。(2.x兼容性 需自行修改测试)\n","funding_links":[],"categories":["Tools","Vue","Communication and Collaboration Tools","Vue (45)"],"sub_categories":["Git","Version Control, Wiki, Knowledge base"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xbug%2FHawkeye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xbug%2FHawkeye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xbug%2FHawkeye/lists"}