All Projects → hsiafan → cute-proxy

hsiafan / cute-proxy

Licence: BSD-2-Clause license
A Man-In-The-Middle Proxy as Fiddle and Charles, using Netty, JavaFX

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to cute-proxy

mps
MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理
Stars: ✭ 64 (+3.23%)
Mutual labels:  mitm, http-proxy
Go Mitmproxy
mitmproxy implemented with golang. 用 Golang 实现的中间人攻击(Man-in-the-middle),解析、监测、篡改 HTTP/HTTPS 流量。
Stars: ✭ 61 (-1.61%)
Mutual labels:  mitm, http-proxy
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+1982.26%)
Mutual labels:  mitm, http-proxy
small-proxy
Go实现的一个跨平台域名式访问内网穿透工具
Stars: ✭ 49 (-20.97%)
Mutual labels:  http-proxy
refluxion
Refluxion -- MITM WPA attacks tool
Stars: ✭ 25 (-59.68%)
Mutual labels:  mitm
serviceq
Super fault-tolerant HTTP load balancer & queue. White paper for reference - https://github.com/gptankit/serviceq-paper
Stars: ✭ 66 (+6.45%)
Mutual labels:  http-proxy
PassivesScan
《被动扫描资源汇总》
Stars: ✭ 27 (-56.45%)
Mutual labels:  mitm
Swiddler
TCP/UDP debugging tool.
Stars: ✭ 56 (-9.68%)
Mutual labels:  mitm
cnn-proxy
Subdomain method that proxies websockets, XMLHttpRequests, and more.
Stars: ✭ 13 (-79.03%)
Mutual labels:  http-proxy
php-proxy
php proxy based on GoAgent protocal,Implemented by golang
Stars: ✭ 85 (+37.1%)
Mutual labels:  http-proxy
trickster
Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator
Stars: ✭ 1,753 (+2727.42%)
Mutual labels:  http-proxy
nanoproxy
Small fast HTTP forward proxy in Go.
Stars: ✭ 31 (-50%)
Mutual labels:  http-proxy
wifi-pumpkin-v3.0
Advance mitm attack using fake access point
Stars: ✭ 45 (-27.42%)
Mutual labels:  mitm
HttpProxy
JAVA实现的IP代理池,支持HTTP与HTTPS两种方式
Stars: ✭ 37 (-40.32%)
Mutual labels:  http-proxy
HttpFilteringEngine
Transparent filtering TLS proxy.
Stars: ✭ 48 (-22.58%)
Mutual labels:  http-proxy
freeproxy
Get http proxies from some free proxy sites. (爬取免费HTTP代理)
Stars: ✭ 18 (-70.97%)
Mutual labels:  http-proxy
ProxyPoolWithUI
Python编写的HTTP代理池,集成WEB管理界面,无外部数据库依赖,可直接运行,兼容Windows,Linux和macOS。Free Proxy Pool with Web UI on Windows, Linux, and macOS.
Stars: ✭ 100 (+61.29%)
Mutual labels:  http-proxy
android-sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 39 (-37.1%)
Mutual labels:  http-proxy
ARPPD
An ARP Poisoning Defender script
Stars: ✭ 41 (-33.87%)
Mutual labels:  mitm
proxy-ng
No description or website provided.
Stars: ✭ 33 (-46.77%)
Mutual labels:  http-proxy

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].