GithubHelp home page GithubHelp logo

x-proxy's Introduction

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

QQ交流群:116070598

本仓库为『代理蜜罐的开发与应用实战』的配套代码,原文地址:

代理蜜罐架构

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

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

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

管理端初次启动会添加一个默认用户,用户名为:xproxy,密码为:[email protected]

附录

参考资料

Go语言学习资料

用到的库与框架

x-proxy's People

Contributors

netxfly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

x-proxy's Issues

Potential case-insensitive import collision

Due to GitHub handle change (to lowercase) for long term purpose, go get may fail fetching github.com/Unknwon/com.
Please consider take some time to update it to github.com/unknwon/com in the go.mod file.
I truly apology for the inconvenience and unintended troubles caused.

提示证书错误

WARN: Cannot handshake client www.baidu.com:443 remote error: tls: unknown certificate
WARN: Cannot handshake client mail.163.com:443 remote error: tls: unknown certificate

启动manager报没有找到app.ini文件

time="2019-04-27T22:16:11+08:00" level=panic msg="open conf/app.ini: no such file or directory" prefix="x-proxy Manager"
panic: (*logrus.Entry) (0x152c540,0xc0000d5180)

x-proxy/manager/settings.init.0()
/XXX/src/x-proxy/manager/settings/settings.go:44 +0xe9

哥,求助,搭建报错

在搭建时候,报找不到各种文件和库报错。但是已经解决所有文中提到的库和包。老哥,求助!!!!qq:3122007582

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.