48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
id: e-mobile-panel
|
|
|
|
info:
|
|
name: E-mobile Panel - Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
description: E-mobile panel was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: http.html:"E-Mobile "
|
|
tags: panel,e-mobile
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login.do?"
|
|
- "{{BaseURL}}/login/login.do?"
|
|
- "{{BaseURL}}/manager/login.do?"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "E-Mobile "
|
|
- "Weaver E-Mobile"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'E-Mobile ([0-9.]+)'
|
|
|
|
# digest: 4b0a00483046022100b2df1eca727f21690ba33c85e7ea5cc5e6fbed0d3c13e4d5702dc0d49cb9e82f022100da7674619b04e91921bb41a2c2376bebb57ac90f51544c74eeca5dafbe6cc7f8:922c64590222798bb761d5b6d8e72950
|