Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mitmproxy-data-cache-logger

Mitmproxy addon to log requests and responses to database, additionally serve requests or cache from database if it exists.

Requirements

  • Python 3.6+
  • Mitmproxy from PIP not standalone
  • venv or virtualenv (recommended)

Run

#active venv
pip install -r requirements.txt
mitmdump -s main.py

Feature

  • Save requests and responses to database
  • Intercept request and serve it from database if it exists
  • Deduplicate response body
  • Asynchronous

Supported database

  • MongoDB
  • Redis
  • MySQL
  • Filesystem

About

Mitmproxy addon to log requests and responses to database

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages