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

41 lines
884 B
YAML
Raw Normal View History

id: acemanager-login
info:
name: ACEmanager Detection
author: pussycat0x
severity: info
description: ACEManager was detected. ACEManager is a configuration and diagnostic tool for the Sierra Wireless AirLink Raven modems.
metadata:
fofa-dork: 'app="ACEmanager"'
tags: panel,login,tech,acemanager
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
part: body
words:
- '<title>::: ACEmanager :::</title>'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- 'ALEOS Version ([0-9.]+) \| Copyright &co'
# Enhanced by mp on 2022/03/14