2022-01-31 07:56:08 +00:00
|
|
|
id: openx-panel
|
2021-07-28 05:20:31 +00:00
|
|
|
|
|
|
|
info:
|
2022-12-02 21:24:17 +00:00
|
|
|
name: OpenX Login Panel - Detect
|
2021-07-28 05:20:31 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
2023-04-18 13:53:50 +00:00
|
|
|
description: OpenX login panel was detected. Note that OpenX is now Revive Adserver.
|
2022-12-02 21:24:17 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2023-04-12 14:31:38 +00:00
|
|
|
reference:
|
|
|
|
- https://www.revive-adserver.com/download/
|
2022-01-31 07:56:08 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-01-31 07:56:08 +00:00
|
|
|
shodan-query: http.title:"OpenX"
|
|
|
|
tags: panel,openx,login
|
2021-07-28 05:20:31 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-28 05:20:31 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-12-31 12:27:46 +00:00
|
|
|
- "{{BaseURL}}/www/admin/index.php"
|
|
|
|
- "{{BaseURL}}/admin/index.php"
|
2021-07-28 05:20:31 +00:00
|
|
|
|
2021-12-31 12:27:46 +00:00
|
|
|
stop-at-first-match: true
|
2021-08-02 18:44:33 +00:00
|
|
|
matchers-condition: and
|
2021-07-28 05:20:31 +00:00
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '<title>OpenX</title>'
|
|
|
|
|
2021-07-28 17:58:57 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2021-07-28 05:20:31 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2021-12-31 12:27:46 +00:00
|
|
|
- '(.*)- http://www.openx.org'
|
2022-12-02 21:24:17 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/12/02
|