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

42 lines
831 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
description: OpenX login panel was detected.
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
metadata:
shodan-query: http.title:"OpenX"
tags: panel,openx,login
2021-07-28 05:20:31 +00:00
requests:
- 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