38 lines
879 B
YAML
38 lines
879 B
YAML
id: unauth-ldap-account-manager
|
|
|
|
info:
|
|
name: Unauthenticated LDAP Account Manager
|
|
author: tess
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"LDAP Account Manager"
|
|
tags: ldap,misconfig,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/templates/config/profmanage.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'LDAP Account Manager'
|
|
- 'Profile management'
|
|
- 'Add profile'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022032233f713acda105bdff8c9b914343d3510d85589eaf3601accf44a137ae1510022100962df565eb9092f35e87bc2b6874f536a0fdb775721e73098ee1884823158957:922c64590222798bb761d5b6d8e72950
|