# APPLICATION LEVEL

- [AUTHENTICATION](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication.md)
- [Authentication Bypass](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/authentication-bypass.md)
- [Lack of Password Confirmation](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-password-confirmation.md)
- [2FA Code Brute-forceable](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/2fa-code-brute-forceable.md)
- [Lack of Verification](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-verification.md)
- [Lack of Throttling on Form Submissions](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-throttling-on-form-submissions.md)
- [Lack of Rate Limiting on Login](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-rate-limiting-on-login.md)
- [Weak Password Complexity Rules](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/weak-password-complexity-rules.md)
- [SESSION MANAGEMENT](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/session-management.md)
- [ACCESS CONTROL](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/access-control.md)
- [INPUT VALIDATION](https://wiki.smhuda.com/vulnerability-wiki/application-level/input-validation.md)
- [CRYPTOGRAPHY](https://wiki.smhuda.com/vulnerability-wiki/application-level/cryptography.md)
- [LOGGING](https://wiki.smhuda.com/vulnerability-wiki/application-level/logging.md)
- [DATA PROTECTION](https://wiki.smhuda.com/vulnerability-wiki/application-level/data-protection.md)
- [COMMUNICATION](https://wiki.smhuda.com/vulnerability-wiki/application-level/communication.md)
- [MALICIOUS CODE](https://wiki.smhuda.com/vulnerability-wiki/application-level/malicious-code.md)
- [LOGIC](https://wiki.smhuda.com/vulnerability-wiki/application-level/logic.md)
- [FILE UPLOAD](https://wiki.smhuda.com/vulnerability-wiki/application-level/file-upload.md)
- [API ISSUES](https://wiki.smhuda.com/vulnerability-wiki/application-level/api-issues.md)
- [CONFIGURATIONS](https://wiki.smhuda.com/vulnerability-wiki/application-level/configurations.md)


---

# Agent Instructions: 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://wiki.smhuda.com/vulnerability-wiki/application-level.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.
