-1

The document said " Now start a browser on the device, and visit the magic domain mitm.it."

But I visit the domain mitm.it, it does not give certification but said "If you can see this, traffic is not passing through mitmproxy."

enter image description here

The link in picture leads to document page I said above.

Update: I install mitmproxy with windows installer.

enter image description here

double-beep
  • 5,031
  • 17
  • 33
  • 41
Haha TTpro
  • 5,137
  • 6
  • 45
  • 71
  • Have you configured your web browser to use mitmproxy as proxy? For installing the MitmProxy root Ca certificate on Windows please read the manual: https://docs.mitmproxy.org/stable/concepts-certificates/ – Robert Jun 03 '21 at 12:28

1 Answers1

2

I have to manually set proxy in windows setting for certificate link appear.

enter image description here

Start mitm ui app in start menu.

Open http://127.0.0.1:8081/#/flows

See option to know the port

enter image description here

Haha TTpro
  • 5,137
  • 6
  • 45
  • 71
  • You answer only works for web browsers that use the Windows proxy settings (and have no own proxy settings like Firefox). In my opinion using a web browser like Firefox that has an own proxy config is the preferred option as you otherwise capture a lot of traffic you are not interested in. – Robert Jun 03 '21 at 12:38