All Questions
Tagged with client man-in-the-middle
3 questions
1
vote
2
answers
748
views
Why Thunderbird has private IP address as remote host?
Why Mozilla Thunderbird configured to access Yahoo IMAP server, uses a private IP address, even if there is no other device in the network. Every time, Thunderbird is restarted, it changes remote-host ...
2
votes
1
answer
2k
views
Man in the middle attack on loopback
We made a client/server program that runs at localhost. Is it possible to execute a man in the middle attack on the loopback between the client and server?
2
votes
2
answers
956
views
SSL: How to send generated client certificate from server to avoid MITM?
The question I have is simply how do I prevent a MiTM attack on a certificate once the server side creates a new one and tries to send it to a client? Does the certificate get encrypted by rsa and ...