
Of course, TLS/SSL is impervious to MITM attacks. In fact, SSL guaranties the authenticity (you know where/who it came from), confidentiality (nobody knows what you are receiving/sending), and integrity (alteration by MITM produces garbage and the alteration is detected) of data sent by one party to another. This remains true and the presentation doesn't dispute that.
Rather, the presentation demonstrates how to proxy a SSL connection, rewrite HTTPS URLs to HTTP URLs (while capturing the data), and presenting it to the user without the user perceiving that the connection is no longer secure. He alsp provides an open source software package in a alpha state called SSLStrip. It is a little long, but worth viewing if you have an interest in cyber security, SSL, or social engineering.
Erhan J. Kartaltepe,
erhan.kartaltepe-at-utsa.edu





