Code Monkey home page Code Monkey logo

bullet's Introduction

Bullet 内网穿透Web管理工具

本项目基于Java实现,是一款通过Bullet协议控制Ngrok客户端,实现的Web远程管理工具。

Bullet 特性

  • 快速、稳定;
  • 断连重试机制;
  • 反向代理请求;
  • 支持Http、Https协议、TCP协议;
  • TLS实现数据的安全传输;

image

目前实现了Mac、linux、window全环境适配.

LICENSE 996.icu

Bullet 逻辑架构

image

Bullet 项目结构

目录 说明
bullet-common 公共模块,包含加密、日志配置、Bullet协议、Builer结构
bullet-client Bullet客户端代理程序,主要控制Ngrok客户端协同操作
bullet-server Server端为服务端主控程序,提供系列接口供Web前端页面调用,控制Client操作Ngrok客户端
bullet-codemaker 本人比较懒,用的Mybatis-Plus生成代码

Bullet占用的端口说明

端口 说明
8083 Ngrok通道
80 代理的http端口
443 代理的https端口
8081 Bullet WEB管理服务(默认端口,可通过环境变量修改)

Bullet Server 部署

bullet的部署非常简单,百度网盘下载对应的server包,解压。

  • 1、安装mysql数据库并执行源码中的sql文件;
  • 2、下载bullet-server的部署并解压;
  • 3、配置bin/bullet-server脚本的环境变量;
  • 4、执行./bin/bullet-server启动;
  • 5、访问http://localhost:8081

bullet's People

Contributors

dependabot[bot] avatar wuweiit 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.