GithubHelp home page GithubHelp logo

misselvexu / cute-proxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hsiafan/cute-proxy

0.0 1.0 0.0 1.88 MB

A Man-In-The-Middle Proxy as Fiddle and Charles, using Netty, JavaFX

License: BSD 2-Clause "Simplified" License

HTML 0.30% CSS 0.10% Java 99.60%

cute-proxy's Introduction

Capture Http/Https/Http2/WebSocket traffics via Http Proxy.

screen shot

Download

Pre Build Jlink Images and Native Images for macOS.

Build By Yourself

JDK 11+ is required To build this project, and generate jlink images.

Run:

mvn clean package

The jlink runtime image could be found at target/cute-proxy/.

Jpackage tool is required to generate platform specific native images, it should be included in jdk for JDK 13+. Run:

 mvn clean package -Pjpackage

The packaged artifacts could be found at target/Cute Proxy(or target/Cute Proxy.app for macOS).

Usage

Cute-Proxy start http proxy and socks proxy at the same port, by default is 2080. Just press the start button to start the proxy, then set the application you want to capture http traffics to use the proxy.

Https Traffics

Cute-Proxy use mitm to capture https traffics, This need a self signed root certificate be installed and trusted.

When Cute-Proxy start at the first time,it will create a new CA Root Certificate and private key, save to to keystore file $HOME/.CuteProxy/CuteProxy.p12. Also, you can specify a another key store file you want to use.

You need to import the CA Root Certificate into you operation system. The CA Root Cert can be got by export button. Or, you can open one browser, and enter the address the proxy listened on, a certificate export web page will be displayed.

cute-proxy's People

Contributors

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