Unprotected Transport of Credentials are the shipping of sensitive information through some communication channel. For instance in Log-In pages that are not using satisfactory measures to defend the user name and password while they are in transportation from the client (user) to the server.
Thus, this leads to exposure of user's data (important credential) to non trusted tertiary parties .Thereby that can result in stealing of Information. This can be grouped under the category of Insufficient Transport Layer Protection.
For Example:
In The following program demonstrate this Unprotected Transport of Credentials that try to establish a connection to a website(www.example.com) to communicate sensitive information.
In the above program, we are making a connection correctly but since the connection is not encrypted. So there might be chances that all important details can be read by attackers.
0 Comment(s)