Add files via upload

patch-12
Dominique RIGHETTO 2024-09-25 15:21:31 +02:00 committed by GitHub
parent d06f9fed2e
commit 53ab437389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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.-]+)'