Source code of HTTPS proxy. Performs silent root certificate installation (without Windows message box popup).
Uses Titanium Web Proxy as core proxy and Microsoft Detours to prevent warning message box popup before certificate installation.
Flow:
- Injects detour in GUI process to hook MessageBox function
- Generates and installs root certificate
- Starts proxy
- Listening to HTTP and HTTPS traffic until close
- Stops proxy
- Removes generated root certificate