Skip to content

Maestro LISTSERV - Detect

ID: maestro-listserv-panel

Severity: info

Author: righettod

Tags: panel,maestro,detect,login

Maestro LISTSERV panel was detected.

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: 4b0a0048304602210098223480346f9251cb6b7095373b45f45b3507e010fe23e077770ec8c2c33d9d02210097c0763fd763b680e0144723c70da8dbdec88c52d2da41ade7bbf074dddfec59:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/maestro-listserv-panel.yaml"

View on Github