Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 762 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 762 Bytes

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