Skip to content

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

Notifications You must be signed in to change notification settings

lucaslegname/mitm_postman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MITM Postman

A tool that creates a Postman collection from App / Web API calls (now compatible with mitmproxy 3).

Setup

Install mitm proxy

pip3 install mitmproxy

Clone mitm_postman

git clone https://github.com/lucaslegname/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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%