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