> For the complete documentation index, see [llms.txt](https://pnpt.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnpt.adot8.com/external-pentest-playbook/common-pentest-findings/username-enumeration.md).

# Username Enumeration

## Overview

User enumeration can be done on login portals, getting errors like **"Incorrect Passowrd"** when a user exists and **"User Doesn't Exist"** when a user doesn't exist.&#x20;

The **Likelihood** of these attacks are **high,** but the **Impact** of them are **low** as long as other security measures are in place.

A simple fix is to synchronize both valid and invalid user error messages

## Example 1

<figure><img src="https://152155081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUczSr73L34emqNMDOxDg%2Fuploads%2F3MvPwfWEzYBlBn9jY81Y%2Fimage.png?alt=media&amp;token=4682ea7c-f454-430f-8c7c-03200998c4d5" alt=""><figcaption><p>Username enumeration via a Forgot Password Feature</p></figcaption></figure>

<figure><img src="https://152155081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUczSr73L34emqNMDOxDg%2Fuploads%2FjkwbpQVZcJNSWKCbZun0%2Fimage.png?alt=media&amp;token=a761eb0b-dc59-41b5-9f60-a865fc61e85f" alt=""><figcaption><p>Evidence</p></figcaption></figure>

<figure><img src="https://152155081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUczSr73L34emqNMDOxDg%2Fuploads%2F9CTrV8XOddUa8cFlprQe%2Fimage.png?alt=media&amp;token=93b28b2c-5cad-451f-a7ba-6a50fb7b5c7d" alt=""><figcaption><p>Remediation</p></figcaption></figure>

## Example 2

<figure><img src="https://152155081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUczSr73L34emqNMDOxDg%2Fuploads%2FqGNS5y2fFs5sBaXiJKjc%2Fimage.png?alt=media&amp;token=0c707b0e-2585-49d5-bb0c-33fd6f2ea74b" alt=""><figcaption><p>User enumeration via Onboarding page</p></figcaption></figure>

<figure><img src="https://152155081-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUczSr73L34emqNMDOxDg%2Fuploads%2FihHLXtYOc4kgsuYyUdgZ%2Fimage.png?alt=media&amp;token=52692160-b144-4205-ad6b-8eebb322dbe0" alt=""><figcaption><p>Evidence and Remediation</p></figcaption></figure>
