why would you use sslstrip for? a getting plaintext traffic b converting tls to ssl c converting ssl to tls…

why would you use sslstrip for? a getting plaintext traffic b converting tls to ssl c converting ssl to tls d removing all ssl requests

why would you use sslstrip for? a getting plaintext traffic b converting tls to ssl c converting ssl to tls d removing all ssl requests

Answer

Brief Explanations:

sslstrip is a tool used to bypass SSL/TLS encryption and obtain plain - text traffic by stripping SSL encryption from HTTPS connections. It doesn't convert between TLS and SSL or remove all SSL requests in the way described in other options.

Answer:

A. Getting plaintext traffic