Merge pull request #6520 from projectdiscovery/ldap-account-manager-panel

Create ldap-account-manager-panel.yaml
patch-1
pussycat0x 2023-01-13 12:27:25 +05:30 committed by GitHub
commit bef775d1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: ldap-account-manager-panel
info:
name: LDAP Account Manager Login Panel
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:
verified: true
shodan-query: title:"LDAP Account Manager"
tags: panel,ldap
requests:
- 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