fixed
parent
b476878ffd
commit
d7f8fc622f
|
@ -1,13 +1,13 @@
|
|||
id: exposed-gnu-mailman
|
||||
id: gnu-mailman
|
||||
|
||||
info:
|
||||
name: Exposed GNU Mailman -Detect
|
||||
name: Exposed GNU Mailman - Detect
|
||||
author: Matt Galligan
|
||||
severity: info
|
||||
description: |
|
||||
listing of all the public mailing lists
|
||||
Lists of all the public mailing.
|
||||
metadata:
|
||||
verified: true
|
||||
verified: "true"
|
||||
shodan-query: title:"Mailing Lists"
|
||||
tags: exposure,mailman
|
||||
|
||||
|
@ -17,14 +17,16 @@ requests:
|
|||
- "{{BaseURL}}/mailman/listinfo"
|
||||
- "{{BaseURL}}/listinfo"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Delivered by Mailman"
|
||||
- "Mailing Lists"
|
||||
- "Description"
|
||||
- "list"
|
||||
condition: and
|
||||
case-insensitive: true
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue