Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: Should login pages be protected by SSL?

Subject: Re: Should login pages be protected by SSL?
Date: Tue, 21 Jun 2005 17:23:44 +0200
Hello,

possibly i didn't get the whole discussion, but i did read your
mail.

Amir Herzberg schrieb:
Yes, but Amazon does not use SSL to protect the page in your login to the (critical!) one-click mechanism, see at their site http://www.amazon.com/exec/obidos/flex-sign-in/ref=gw_bt_oc/002-2834753-6756032?opt=a&page=ordering/one-click-address-sign-in-secure.html&response=one-click-main&method=GET&return-url=one-click-main

At least you send the datas to a SSL server, as the form action is:
<form action=https://www.amazon.com/exec/obidos/flex-sign-in-done/102-3033151-0316943 method=POST>


Even if the login form itself is not protected, the datas you enter
and submit are protected.
If you want to complain, that the login form itself isn't on a
SSL protected server, o.k. you are right. But even, if it would be
on a SSL protected server the form action could lead to an
non SSL capable webserver.

So the important part is not, from where the login form comes, but
where the datas are sent.
(IMO this should be checked by the client/browser.)

But only my 2 cents.

Torsten

<Prev in Thread] Current Thread [Next in Thread>