Skip to content

HTTPS MITM proxy with silent root certificate installation

Notifications You must be signed in to change notification settings

ardabada/CertTest

Repository files navigation

HTTPS MITM silent proxy

Source code of HTTPS proxy. Performs silent root certificate installation (without Windows message box popup).

Preview

Uses Titanium Web Proxy as core proxy and Microsoft Detours to prevent warning message box popup before certificate installation.

Flow:

  1. Injects detour in GUI process to hook MessageBox function
  2. Generates and installs root certificate
  3. Starts proxy
  4. Listening to HTTP and HTTPS traffic until close
  5. Stops proxy
  6. Removes generated root certificate

About

HTTPS MITM proxy with silent root certificate installation

Topics

Resources

Stars

Watchers

Forks