Vulnerability - HTTP and HTTPS available
-----------------------------------------------------------------------------------
-----------------------------------------------------------
Description:
The website is not fully protected by an SSL certificate. This could allow an
attacker in a Man-in-the-Middle position to obtain usernames and passwords of users
visiting the site.
-----------------------------------------------------------------------------------
-----------------------------------------------------------
Steps:
1 - Go to the domain https://abc.com
2 - Copy the URL and open an incognito tab
3 - Paste the URL and remove the "S" from the domain and check if it redirects it
to http
4 - If it opens on http, it is vulnerable.
-----------------------------------------------------------------------------------
-----------------------------------------------------------
Impact:
If a user were to visit this page from a public or shared network (eg, office,
airport, library, etc) and login an account, a malicious user on the same network
would be able to obtain that user's username and password by conducting a Man-in-
the-Middle attack using Wireshark.
This would allow the malicious user complete access to the user's account.
-----------------------------------------------------------------------------------
-----------------------------------------------------------
Remediation:
Check for an expired SSL certificate or implement HSTS.
-----------------------------------------------------------------------------------
-----------------------------------------------------------