41 lines
861 B
YAML
41 lines
861 B
YAML
id: gnu-mailman
|
|
|
|
info:
|
|
name: GNU Mailman Panel - Detect
|
|
author: Matt Galligan
|
|
severity: info
|
|
description: |
|
|
GNU Mailman panel was detected. Panel exposes all public mailing lists on server.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
shodan-query: title:"Mailing Lists"
|
|
tags: exposure,mailman
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/mailman/listinfo"
|
|
- "{{BaseURL}}/listinfo"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Mailing Lists"
|
|
- "Description"
|
|
- "list"
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/04/25
|