Simple Get Started Instructions
See original GitHub issueSteps to reproduce the problem:
brew install mitmproxy
mitmproxy
ormitmweb
- Now what?
Any other comments? What have you tried so far?
The documentation doesn’t really provide any insight into using this tool. Is there a simple way to maybe demonstrate how to intercept and modify a payload to something like https://jsonplaceholder.typicode.com or maybe some localhost setup?
I’m confused as I have ran mitmweb
and expected to see something but it doesn’t do anything. I have tried configuring a listening-host and port but still nothing. How do you actually use this tool?
I’ve got high hopes for this. Mac user that’s looking for a fiddler replacement as mono sucks at running fiddler (IMO)
System information
mitmproxy --version Mitmproxy: 4.0.4 Python: 3.7.4 OpenSSL: OpenSSL 1.1.1d 10 Sep 2019 Platform: Darwin-19.0.0-x86_64-i386-64bit
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:16 (6 by maintainers)
Top Results From Across the Web
How to Write a Getting Started Guide - DocumentWrite
This guide will help you learn some basic structure around building a guide and learn some key tips for creating quality Getting Started...
Read more >10 Tips for Creating Quick Start Guides - Make it Clear
10 tips for creating quick start guides · 1. Identify the objective(s) · 2. Show don't tell · 3. Define the scenarios ·...
Read more >Getting Started Guide - Twitter Help Center
How to get started with Twitter. Find what interests you, fill your timeline, and connect with others. Get going!
Read more >Build your first app - Android Developers
Overview · Guides · UI Guide · Reference ... Get started with large screens · Large screen canonical layouts ... Sharing simple data....
Read more >Hello World - GitHub Docs
In this quickstart guide, you will: Create and use a repository; Start and manage a new branch; Make changes to a file and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
[N.B. Opinion rather than facts, (maybe I’m used to more hand holding?)] The mitmproxy v5.1 documentation reminds me of a CVE proof of concept where it feels like some genius either presumes or is deliberately obfuscating how to actually use it. For example, I would have a cut-n-paste line by line explanation at the top of each example showing how to start
# mitmproxy -s script_name.py
[/gripe]fixed by #4194