Questions tagged [mitmproxy]

18 questions
0
votes
2 answers

MITMProxy transparent mode not working

I’m trying to use MITMproxy in Transparent mode. I have two machines: One Linux machine on which I run MITMProxy One Android Embedded Device which traffic I want to redirect transparently I’m focusing only on IPv4 and HTTP for now to keep things…
emitrax
  • 101
  • 1
0
votes
1 answer

"Received HTTP code 400 from proxy after CONNECT", trying to put mitmproxy behind nginx

I have a mitmproxy running on port 2011. I can use it by itself, with curl -x http://127.0.0.1:2011 google.com. However, I now want to put it behind nginx under the domain name proxy.history.test. However, doing curl -x http://proxy.history.test:80…
0
votes
1 answer

How to use docker container as a proxy?

I have the following docker-compose: version: '3' services: mitmproxy: image: johnmccabe/mitmweb container_name: mitmproxy command: --cadir /ca --wiface 0.0.0.0 restart: always ports: #- "8080:8080" -…
Guerlando OCs
  • 67
  • 1
  • 7
1
2