nuclei-templates/http/exposed-panels/ldap-account-manager-panel....

39 lines
857 B
YAML

id: ldap-account-manager-panel
info:
name: LDAP Account Manager Login Panel - Detect
author: DhiyaneshDk
severity: info
description: |
LDAP Account Manager login panel was detected.
reference:
- https://www.ldap-account-manager.org/lamcms/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 2
verified: true
shodan-query: title:"LDAP Account Manager"
tags: panel,ldap
http:
- method: GET
path:
- "{{BaseURL}}/templates/login.php"
- "{{BaseURL}}/lam/templates/login.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "LDAP Account Manager"
- "LAM configuration"
condition: and
- type: status
status:
- 200