GithubHelp home page GithubHelp logo

hhy5277 / hawkeye Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xbug/hawkeye

0.0 1.0 0.0 4.5 MB

GitHub 泄露监控系统(GitHub Sensitive Information Leakage Monitor Spider)

Home Page: https://github.com/0xbug/Hawkeye

License: GNU General Public License v3.0

Dockerfile 0.68% JavaScript 2.97% HTML 0.48% Vue 62.27% CSS 2.81% Python 30.79%

hawkeye's Introduction

Hawkeye

GitHub issues GitHub forks GitHub stars Python 3.x GitHub license

简介

监控github代码库,及时发现员工托管公司代码到GitHub行为并预警,降低代码泄露风险。

截图

Hawkeye

最近更新

  • 2018-10-12 v3.0.0 非兼容性更新,需配置新数据库
    • 搜索方式切换成API,支持添加多GitHub用户,API配额可视化
    • 配置可视化,去除配置文件
    • crontab 切换成轻量级的任务队列 Huey ,任务周期可自定义
    • 支持 Docker 部署
    • 支持批量忽略
    • 爬虫任务状态、结果记录展示
    • 优化解析受影响资产
    • 重构邮件 告警,添加钉钉告警

特性

  • 周期监测
  • web管理
  • 邮箱告警通知
  • 黑名单添加
  • 爬虫任务设置

依赖

  • Python 3.x
  • Flask
  • MongoDB >= 3.x

支持平台

  • Linux, macOS

安装(Docker 部署)

docker pull daocloud.io/0xbug/hawkeye

或者手动 build

克隆项目到本地

git clone https://github.com/0xbug/Hawkeye.git --depth 1
cd Hawkeye
docker build -t hawkeye .
docker run -ti -p 80:80 -e MONGODB_URI=mongodb://username:password@ip:27017/hawkeye -e MONGODB_USER= -e MONGODB_PASSWORD= -d hawkeye ## mongodb 需认证
docker run -ti -p 80:80 -e MONGODB_URI=mongodb://ip:27017 -d hawkeye ## mongodb 无认证

Hawkeye 支持 Python 3.x on Linux and macOS。(2.x兼容性 需自行修改测试)

捐赠

如果该项目对您有帮助,您可以捐赠支持一下 谢谢!

hawkeye's People

Contributors

0xbug avatar medicean avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.