ACEmanager Detection
ID: acemanager-login
Severity: info
Author: pussycat0x
Tags: panel,login,tech,acemanager,sierrawireless
Description
Section titled “Description”ACEManager was detected. ACEManager is a configuration and diagnostic tool for the Sierra Wireless AirLink Raven modems.
YAML Source
Section titled “YAML Source”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. classification: cwe-id: CWE-200 cpe: cpe:2.3:a:sierrawireless:airlink_mobility_manager:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: sierrawireless product: airlink_mobility_manager fofa-query: - app="ACEmanager" - app="acemanager" tags: panel,login,tech,acemanager,sierrawireless
http: - 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'# digest: 4a0a0047304502204502bac1825cab2610024d5e3e2edc4865b7868a6384622faebbe1df61bad29b022100eac65b032282693d93d99cf19728d65a54caf5ce0a40dff6b0a8e6054e588082:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/acemanager-login.yaml"