37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
id: maestro-listserv-panel
|
|
|
|
info:
|
|
name: Maestro LISTSERV - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Maestro LISTSERV panel was detected.
|
|
reference:
|
|
- https://www.lsoft.com/
|
|
- https://www.lsoft.com/products/maestro_11.1.asp
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"LISTSERV Maestro"
|
|
tags: panel,maestro,detect,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/lui/"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_all(to_lower(body), "listserv", "maestro")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '(?i)<title>[\n\r\t\s]*LISTSERV\s+Maestro[\n\r\t\s]*([0-9.-]+)[\n\r\t\s]*</title>'
|
|
- '(?i)uniqvp=([0-9.-]+)'
|
|
# digest: 4b0a00483046022100cad8573b67c7a9ad4ccbccbb5f7ef72444a9f1a29986db97e1a1aad6390d42f5022100c3ce68b54bdb85db4bf67c47e77e7623009c4ab243868076d950fac52ed476e1:922c64590222798bb761d5b6d8e72950 |