Giter Site home page Giter Site logo

chenguu / pangolin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnanquanmama/pangolin

0.0 0.0 0.0 343 KB

轻量级内网穿透工具 基于Java8,netty4.x实现类似花生壳的工具,可转发基于TCP的应用层数据流,例如HTTP/HTTPS,SSH

License: Apache License 2.0

Java 100.00%

pangolin's Introduction

Pangolin

轻量级内网穿透工具,类似花生壳工具
基于Java8,netty4.x实现,开箱即用,可转发基于TCP的应用层数据流,例如HTTP/HTTPS,SSH。

Architecture Diagram

image

How To Use

1. [可选] 配置server模块下的pub_net_conf.json文件对应的公网访问端口
    [
        {
            "pub_net_port": 7700,
            "user_private_key": "qaz123"
        }
    ]
2. mvn clean package  
3. java -jar pangolin_server.jar 7500  
4. java -jar pangolin_client.jar -i_host [xxxx] -i_port 7500 -t_host [yyyy] -t_port [zzzz] -p_key qaz123

Argument Description

i_host 内网代理服务器主机名称  
i_port 内网代理服务器端口  
t_host 被代理机器主机名称  
t_port 被代理机器端口  
p_key 客户端分配的私钥

Management Tool

telnet 127.0.0.1 7600
password: root#123

WELCOME TO PANGOLIN CONSOLE... 

>>> 0.菜单
>>> 1.查询所有在线通道信息
>>> 2.查询公网端口配置信息
>>> 3.关闭已失活的通道
>>> 4.查询请求链路信息
>>> 5.查询用户流量信息
>>> x.退出请输入exit
>>> 请输入对应的数字...

pangolin's People

Contributors

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