Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 499 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 499 Bytes

MITM Postman

A tool that creates a Postman collection from App / Web API calls

Setup

Install mitm proxy

pip3 install mitmproxy

Clone mitm_postman

git clone https://github.com/viraja1/mitm_postman.git
cd mitm_postman

Run the command to start the proxy server and create the postman collection for the APIs calls from the client to a particular domain

./mitm "example.com" "collection_name"

Configure the proxy settings on the client (port 9500)