Add files via upload
parent
d06f9fed2e
commit
53ab437389
|
@ -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.-]+)'
|
Loading…
Reference in New Issue