📚 Practice Mode
Application threat modeling Quiz - 1
Learn at your own pace with hints and detailed explanations
1 / 19
Multiple Choice
When you developing an application both secured and not secured web pages, what is the reason for the need to have the login page SSL enabled
- MITM proxy can be used to change the URL to a non secured one
- If the login page is not SSL enabled, the credentials will be transmitted in plain text to the web server and Attacker can sniff the credentials supplied by the user
- Firewall logs will have the credentials in plain text
- proxy logs will have the credentials in plain text