mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
ba72efbc5e
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
17 lines
634 B
Markdown
17 lines
634 B
Markdown
# LDAP Injection
|
|
|
|
## Description
|
|
LDAP Injection is an attack used to exploit web applications that construct LDAP statements based on user input. When an application fails to properly sanitize user input, it's possible to modify LDAP statements through techniques similar to SQL injection.
|
|
|
|
## Common Attack Vectors
|
|
- Login forms
|
|
- Search fields
|
|
- User directory lookups
|
|
- Authentication systems
|
|
|
|
## Testing Approach
|
|
Submit LDAP metacharacters and operators in input fields to test if the application is vulnerable to LDAP injection.
|
|
|
|
## Payloads
|
|
See `ldap-injection-payloads.txt` for a comprehensive list of LDAP injection payloads.
|