Update phplist-detect.yaml
parent
79827413fc
commit
ee3f39b902
|
@ -1,33 +1,26 @@
|
|||
id: phplist-detect
|
||||
|
||||
info:
|
||||
name: phpList
|
||||
name: phpList - Detection
|
||||
author: ricardomaia
|
||||
severity: info
|
||||
description: phpList is an open source newsletter manager.
|
||||
|
||||
classification:
|
||||
cpe: cpe:2.3:a:phplist:phplist
|
||||
|
||||
metadata:
|
||||
reference:
|
||||
description: |
|
||||
phpList is an open source newsletter manager.
|
||||
reference:
|
||||
- https://www.phplist.org/
|
||||
|
||||
tags: tech,phplist
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: html:"phplist"
|
||||
verified: "true"
|
||||
tags: tech,phplist,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/lists/"
|
||||
- "{{BaseURL}}/lists/admin/"
|
||||
- "{{BaseURL}}/phplist/"
|
||||
- "{{BaseURL}}/PHPList/"
|
||||
- "{{BaseURL}}/mailinglist/"
|
||||
- "{{BaseURL}}/newsletter/"
|
||||
- "{{BaseURL}}/admin/"
|
||||
- "{{BaseURL}}"
|
||||
stop-at-first-match: true
|
||||
max-redirects: 3
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue