Skip to main content
Insecure Login Logout Password Recovery
 
- Insecure Login: -
- Check the source of the login page.
- Passwords can be hardcoded.
- If not, then there could be a client side function for validating passwords.
- These functions could be written in javascript.
- We can execute these functions with the help of scratchpad available in the firefox browser. Need to modify that function a bit to get an output.
- Bruteforce - create a dictionary with “ cewl ” tool.
-  Insecure Logout: -
- Back button browsing after logout. ( Sometime application sends login page while logout, does not log out people)
- Check all cookies, have they expired or not?
- Password recovery: - 
- Asking email -
- Sometimes applications print the password on page once email ID is given.
- Mailinator.com is an online application, go there and enter the email ID name like: -
- Suppose you used email - varun111@mailinator.com at password recovery email field.
- Go to mailinator.com, use varun111 email box and there you check the password.
- Sometimes link is also visible in the “varun111” emailbox,  instead of password
 
 
 
 
 
 
 
 
 
 
 
 
 
Comments
Post a Comment