Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

MITM HTTP debugging proxy: HTTPS, MongoDB, Redis, MySQL and gRPC. Also makes JSON logs human readable.

License

NotificationsYou must be signed in to change notification settings

allproxy/allproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MITM debugging proxy with a web GUI to view and modify all of the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.

Also imports JSON logs to make them human readable.

imageimageimage

Alt text

Alt text

Install

Options:

  1. Install NPM package:npm install -g allproxy
    • Run:allproxy orallproxy_win.bat
  2. Clone repo and run:npm install && npm run build && npm start
  3. Docker container:
    • docker build -t allproxy .
    • docker run --name allproxy -i -t -v ~/.allproxy:/root/.allproxy -v ~/Downloads:/root/Downloads -p 8888:8888 allproxy

Openallproxy in browser;

NOTE:It is recommended thatUse hardware acceleration when available is disabled on Chrome.

Electron Application

See theReleases to download an Electron Applications for MacOS, Linux and Windows.

JSON Log Viewer

JSON structured logs can be viewed in a human readable format. Seejlogviewer for more details.

HTTPS Proxy

AllProxy is a man-in-the-middle server that captures the traffic between your application and web server. You can inspect the complete HTTP request and response.Alt text

Advanced Filtering

Use advanced filter criteria to find what you're looking for. Use complex boolean expressions to match the protocol, payload, URL, headers, and just about any part of the request or response message.Alt text

Breakpoints

Set breakpoints to stop the HTTP request and optionally modify it before sending it to the web server.Alt text

Modify and Resend Requests

Modify and resend any captured HTTP requests.Alt text

Reverse Proxy

Resource proxy protocols include: MongoDb, Redis, MySQL, qGRPC, HTTP, HTTPS and TCP.Alt text

Integrated Online Help

AllProxy has a Help modal to help you configure and use the application.Alt text

imageimageimageimageimage

License

This code is licensed under theMIT License.

imageimageimage


[8]ページ先頭

©2009-2025 Movatter.jp