Giter Club home page Giter Club logo

x-proxy's Introduction

代理蜜罐的开发与应用实战

本仓库为『代理蜜罐的开发与应用实战』的配套代码。

代理蜜罐架构

  • 代理蜜罐Agent,提供代理服务,收集http请求与响应数据并发送到server集群
  • 代理蜜罐Server(支持水平扩展),接收Agent传来的数据,对数据简单判断后入库
  • 后端数据库(mongodb),存储代理蜜罐的数据
  • 数据分析程序,对存数的数据进行加工处理,方便管理端展示
  • 管理端,查看收集到的数据与数据分析结果

servermanager的运行依赖mongodb,可通过以下命令创建一个用户供servermanager使用:

db.createUser(
... {
...  user : "xproxy",
...  pwd : "xsec.io",
...  roles: [ { role : "readWrite", db : "xproxy" }]
... }
... )

附录

参考资料

GO语言学习资料

用到的库与框架

x-proxy's People

Contributors

netxfly 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.