nuclei-templates/http/technologies/phplist-detect.yaml

41 lines
764 B
YAML
Raw Normal View History

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/
2023-06-06 08:37:12 +00:00
metadata:
2023-06-06 06:32:56 +00:00
max-request: 1
shodan-query: html:"phplist"
2023-06-08 18:06:22 +00:00
verified: true
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\.?)+)'