I'm looking for SSL proxy capable of dumping requests.
I want to test custom browser against SSL-MITM attacks.
I'm able to re-route all traffic ongoing from browser to machine with proxy.
Basically proxy should:
- initiate SSL connection with legitimate website
- issue self-signed certificate
- pass data received from legitimate website to browser
- capture requests issued by browser
