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

43 lines
887 B
YAML

id: xxljob-panel
info:
name: XXLJOB Admin Login Panel - Detect
author: pdteam,daffainfo,ritikchaddha
severity: info
description: XXLJOB admin 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:
verified: true
shodan-query: http.favicon.hash:1691956220
tags: panel,xxljob,login
requests:
- method: GET
path:
- "{{BaseURL}}/xxl-job-admin/toLogin"
- "{{BaseURL}}/toLogin"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<a><b>XXL</b>JOB</a>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"admin_version":"(.*?)"'
# Enhanced by md on 2023/01/26