VB credentials sent in plain text?

Status
Not open for further replies.

Rubycon

Madame President
Aug 10, 2005
17,768
485
126
I know the site does not have SSL so I've probably answered my own question.

Can someone sniffing get creds here?
 

SunnyD

Belgian Waffler
Jan 2, 2001
32,675
146
106
www.neftastic.com
I believe the actual password is hashed client side and the hash is sent, but yes, in the clear.

But honestly, if you're using the same password here you're using on your "important" personal accounts (banking, etc), you have bigger problems to worry about.
 

Rubycon

Madame President
Aug 10, 2005
17,768
485
126
I believe the actual password is hashed client side and the hash is sent, but yes, in the clear.

But honestly, if you're using the same password here you're using on your "important" personal accounts (banking, etc), you have bigger problems to worry about.

Heck no! Matter of fact that really isn't allowed due to some international law but that's another thing altogether. This is a concern in an another direction.
 

Red Squirrel

No Lifer
May 24, 2003
71,312
14,084
126
www.anyf.ca
I just sniffed and I can confirm there is some kind of client side hashing that goes on before it sends the password, and the hash value does not match the one for the cookie. Otherwise one could sniff that and just add their own cookie.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
I just sniffed and I can confirm there is some kind of client side hashing that goes on before it sends the password, and the hash value does not match the one for the cookie. Otherwise one could sniff that and just add their own cookie.

If your web browser has javascript enabled you will use an MD5 hash on your password before you submit it, otherwise your password is sent in clear text.

Having either one is enough to gain access to to this site.
 

Red Squirrel

No Lifer
May 24, 2003
71,312
14,084
126
www.anyf.ca
If your web browser has javascript enabled you will use an MD5 hash on your password before you submit it, otherwise your password is sent in clear text.

Having either one is enough to gain access to to this site.

Actually yeah one could simply just submit the MD5 value in the proper POST field to log in.
 
Status
Not open for further replies.