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

35 lines
661 B
YAML
Raw Normal View History

2021-09-26 08:52:30 +00:00
id: amcrest-login
info:
name: Amcrest Login
author: DhiyaneshDK
severity: info
description: An Amcrest LDAP user login was discovered.
reference:
- https://www.exploit-db.com/ghdb/7273
classification:
cwe-id: CWE-200
2021-09-26 08:52:30 +00:00
metadata:
2021-10-22 17:53:25 +00:00
shodan-query: html:"amcrest"
2021-09-26 11:06:42 +00:00
google-dork: intext:"amcrest" "LDAP User"
2022-01-03 16:06:23 +00:00
tags: panel,camera,amcrest
2021-09-26 08:52:30 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
2021-09-26 11:06:42 +00:00
- "Amcrest Technologies"
- "LDAPUser"
condition: and
2021-09-26 08:52:30 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/03/16