I remember that a while ago, a lot was made of XYplorer installation executable not being signed and that was corrected. However, I wonder how many people know that this forum log-in is not done in a secure manner and their username and password are sent in clear text.
The main forum page is not loaded over HTTPS, so this submit action is not encrypted:
Code: Select all
<input type="submit" name="login" value="Login" class="button2" />
A network sniff has confirmed that credentials are sent in clear text as per...
I know it's just a forum and such and I am not asking for the whole site to be encrypted, but sending the username and password in the clear? Really?