Total Pageviews

Sunday 26 November 2023

MAGENT

 An local MITM HTTP(s) request message proxy server

This software implement a local Man In The Middle (MITM) proxy to capturing the request message and forward to remote host, It looks like an HTTP(s) proxy but only the HTTP(s) message can pass throuth it.

Installation

  • git:
    • git clone https://github.com/DNetL/magent.git
    • npm i -g
  • npm:
    • npm i magent -g

Run

  • Setup:
    • magent init
  • Client:
    • magent proxy
  • Server:
    • magent server

Notice

  • Only the HTTP(s) message can pass throuth this proxy
  • Import the root certifcate 'ca.crt' to your system or browser to let it work。

from https://github.com/DNetL/magent

 

No comments:

Post a Comment