Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.02 KB

broken-authentication.md

File metadata and controls

35 lines (20 loc) · 1.02 KB

Broken Authentication

"How can we authenticate to the device or how can we get in?"

  • When you gain access, this is broken authentication

Well Known Service?

  1. Default Credentials
  2. Weak Credentials
  3. Admin Admin?

It is important to understand that these are fundamentally authentication issues in general.

Tips to prevent broken authentication:

  • MFA
  • Do not use weak credentials
  • Rotate user ID's
  • Rate limiting or 2captcha to prevent automated, botlike, or brute forcing behavior

Testing for Broken Authentication

You are presented with a login page...

Perform some username enumeration based on attempted login errors.

If you provide a valid email, does it change the behavior of the site?

Look at all of the features!

Be sure to capture all requests with Burp!