2023-06-03 01:33:39 +00:00
|
|
|
id: phplist-detect
|
|
|
|
|
|
|
|
info:
|
2023-06-08 18:06:22 +00:00
|
|
|
name: phpList - Detect
|
2023-06-03 01:33:39 +00:00
|
|
|
author: ricardomaia
|
|
|
|
severity: info
|
2023-06-06 06:32:56 +00:00
|
|
|
description: |
|
|
|
|
phpList is an open source newsletter manager.
|
|
|
|
reference:
|
2023-06-06 07:23:15 +00:00
|
|
|
- https://www.phplist.org/
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:phplist:phplist:*:*:*:*:*:*:*:*
|
2023-06-06 08:37:12 +00:00
|
|
|
metadata:
|
2023-10-14 11:27:55 +00:00
|
|
|
verified: true
|
2023-06-06 06:32:56 +00:00
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: phplist
|
2024-09-10 09:08:16 +00:00
|
|
|
product: phplist
|
|
|
|
shodan-query: html:"phplist"
|
2023-06-06 06:32:56 +00:00
|
|
|
tags: tech,phplist,detect
|
2023-06-03 01:33:39 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2023-06-06 06:32:56 +00:00
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2023-06-03 01:33:39 +00:00
|
|
|
matchers:
|
2023-06-08 18:06:22 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'content="phpList'
|
|
|
|
- 'phpList Ltd'
|
|
|
|
- 'phpList</a>'
|
|
|
|
condition: or
|
|
|
|
case-insensitive: true
|
2023-06-03 01:33:39 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: version
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)version.((\d\.?)+)'
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4b0a00483046022100ec56a7fd8534a049eab0a9822ad34d5a54914055e97a585da852013bf53b9287022100af68fb6cedbec3db571dfeeb9812e4b97f7fd343b2763180fda5de4166a0250b:922c64590222798bb761d5b6d8e72950
|