Account discovery

authenticationbypass nibbles keeper weak_password

Account discovery is a self-made name to categorize techniques to find users that have an account of the website.

  • 🐟 Try digging in the API (if any)
  • πŸ‘€ Try testing emails in the password forgot page
  • πŸ™Œ Try testing emails in the register page
  • πŸ“š Try to find exposed configuration files
  • ...

We often test weak or mostly default credentials. You can do it manually, or use Fuzzing with these wordlists.

Additional notes πŸ”₯

  • Brute forcing accounts is usually done if there is nothing else we can try, while fuzzing for default credentials is acceptable.

Refer to use Fuzzing or network authentification tools such as hydra, which may also be used to brute force forms.

  • Try using xxx+anything@xxx to register multiple accounts with the 'same' address email xxx@xxx. It may be handy to 'farm' accounts.