> For the complete documentation index, see [llms.txt](https://unk9vvn.gitbook.io/penetration-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication.md).

# Broken Authentication

- [Credentials Encrypted Channel](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/credentials-encrypted-channel.md)
- [Default Credentials](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/default-credentials.md)
- [Weak Lock Out Mechanism](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/weak-lock-out-mechanism.md)
- [Bypassing Authentication Schema](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/bypassing-authentication-schema.md)
- [Vulnerable Remember Password](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/vulnerable-remember-password.md)
- [Browser Cache Weaknesses](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/browser-cache-weaknesses.md)
- [Weak Authentication Methods](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/weak-authentication-methods.md)
- [Weak Security Question Answer](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/weak-security-question-answer.md)
- [Weak Password Reset Functionalities](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/weak-password-reset-functionalities.md)
- [Weaker Authentication in Alternative Channel](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/weaker-authentication-in-alternative-channel.md)
- [Multi-Factor Authentication](https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication/multi-factor-authentication.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://unk9vvn.gitbook.io/penetration-testing/web/broken-authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
