nuclei-templates/http/exposed-panels/gnu-mailman.yaml

41 lines
861 B
YAML
Raw Normal View History

2023-03-02 10:24:37 +00:00
id: gnu-mailman
2023-02-10 13:43:09 +00:00
info:
name: GNU Mailman Panel - Detect
2023-02-10 13:43:09 +00:00
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
2023-02-10 13:43:09 +00:00
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2023-02-10 13:43:09 +00:00
shodan-query: title:"Mailing Lists"
2023-02-10 14:01:00 +00:00
tags: exposure,mailman
2023-02-10 13:43:09 +00:00
http:
2023-02-10 13:43:09 +00:00
- method: GET
path:
- "{{BaseURL}}/mailman/listinfo"
- "{{BaseURL}}/listinfo"
2023-03-02 10:24:37 +00:00
stop-at-first-match: true
2023-02-10 13:43:09 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-03-02 10:24:37 +00:00
- "Mailing Lists"
2023-02-10 13:43:09 +00:00
- "Description"
- "list"
condition: and
2023-03-02 10:24:37 +00:00
case-insensitive: true
2023-02-10 13:43:09 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/04/25