35 lines
832 B
YAML
35 lines
832 B
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.-]+)'
|