nuclei-templates/exposed-panels/amcrest-login.yaml

38 lines
756 B
YAML

id: amcrest-login
info:
name: Amcrest Login
author: DhiyaneshDK
description: An Amcrest LDAP user login was discovered.
severity: info
reference:
- https://www.exploit-db.com/ghdb/7273
metadata:
shodan-query: html:"amcrest"
google-dork: intext:"amcrest" "LDAP User"
tags: panel,camera,amcrest
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
cve-id:
cwe-id: CWE-200
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "Amcrest Technologies"
- "LDAPUser"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/03/16