This is a short little reminder for myself, when using curl to make requests to local things and spoofing SNI, use the following command.
1
curl -vik --resolve google.com:443:127.0.0.1 https://google.com
Happy Curling
This is a short little reminder for myself, when using curl to make requests to local things and spoofing SNI, use the following command.
1
curl -vik --resolve google.com:443:127.0.0.1 https://google.com
Happy Curling