nuclei-templates/http/exposed-panels/openx-panel.yaml

45 lines
947 B
YAML
Raw Normal View History

id: openx-panel
2021-07-28 05:20:31 +00:00
info:
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.
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
reference:
- https://www.revive-adserver.com/download/
metadata:
max-request: 2
shodan-query: http.title:"OpenX"
tags: panel,openx,login
2021-07-28 05:20:31 +00:00
http:
2021-07-28 05:20:31 +00:00
- method: GET
path:
- "{{BaseURL}}/www/admin/index.php"
- "{{BaseURL}}/admin/index.php"
2021-07-28 05:20:31 +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:
- '(.*)- http://www.openx.org'
# Enhanced by md on 2022/12/02