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

34 lines
648 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:
2023-03-02 10:24:37 +00:00
name: Exposed GNU Mailman - Detect
2023-02-10 13:43:09 +00:00
author: Matt Galligan
severity: info
description: |
2023-03-02 10:24:37 +00:00
Lists of all the public mailing.
2023-02-10 13:43:09 +00:00
metadata:
2023-03-02 10:24:37 +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
requests:
- 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