Security testing

Let's take an example of Login Page,can you tell me any one how we can do security testing for login page?

Showing Answers 1 - 6 of 6 Answers

anita

  • Aug 15th, 2007
 

1. If you are testing for security on login page, so make sure its not displaying the password, password should be encrypted.
2. If you enter invalid password it should not accepted.
3. If you log out from page and press back button on standard tool bar it should not display your login page.


1. Make sure the login is done via https request (even if afterwards you don't need to get to any secured area)
2. Make all kinds of login validations (incorrect/empty password/username, correct+several characters and trailing spaces etc.)
3. Perform SQL Injection test on the login form

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions