Is it possible to have a man in the middle attack that works like this:
(Assuming they are on the same network)
- The attacker gets sets up a man in the middle attack with ARP poisoning or somthing with the gateway and the victim.
- The victim wants to have a https connection to https://www.example.com
- The attacker sets up an https connection with the https://www.example.com for the victim.
- The attacker sets up a bogus https connection between himself and the victim and forges https certificates so there are two different https connections.
Now the attacker should have complete control over what the victim does without setting off browser warnings like sslstrip would.
Whats to stop an attacker from doing an attack like this?