Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Insecure Authentication Class

This page includes following test cases:

Test User Registration Process (OTG-IDENT-002)

https://wiki.owasp.org/index.php/Test_User_Registration_Process_(OTG-IDENT-002)

Testing for Weak Lock Out Mechanism (OTG-AUTHN-003)

https://wiki.owasp.org/index.php/Testing_for_Weak_lock_out_mechanism_(OTG-AUTHN-003)

Testing for Bypassing Authentication Schema (OTG-AUTHN-004)

https://wiki.owasp.org/index.php/Testing_for_Bypassing_Authentication_Schema_(OTG-AUTHN-004)

Test Remember Password Functionality (OTG-AUTHN-005)

https://wiki.owasp.org/index.php/Testing_for_Vulnerable_Remember_Password_(OTG-AUTHN-005)

Testing for Browser Cache Weakness (OTG-AUTHN-006)

https://wiki.owasp.org/index.php/Testing_for_Browser_cache_weakness_(OTG-AUTHN-006)

Testing for Weak Security Question/Answer (OTG-AUTHN-008)

https://wiki.owasp.org/index.php/Testing_for_Weak_security_question/answer_(OTG-AUTHN-008)

Testing for Weak Password Change or Reset Functionalities (OTG-AUTHN-009)

https://wiki.owasp.org/index.php/Testing_for_weak_password_change_or_reset_functionalities_(OTG-AUTHN-009)

Testing for Weaker Authentication in Alternative Channel (OTG-AUTHN-010)

https://wiki.owasp.org/index.php/Testing_for_Weaker_authentication_in_alternative_channel_(OTG-AUTHN-010)

Testing for Weak or Unenforced Username Policy (OTG-IDENT-005)

https://wiki.owasp.org/index.php/Testing_for_Weak_or_unenforced_username_policy_(OTG-IDENT-005)

Testing for Default Credentials (OTG-AUTHN-002)

https://wiki.owasp.org/index.php/Testing_for_default_credentials_(OTG-AUTHN-002)

Testing for Two Factor Authentication Bypass (EXTRA-TEST-012)

References

Examples