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

36 lines
671 B
YAML
Raw Normal View History

id: xxljob-panel
info:
name: XXLJOB Admin Login Panel
2022-07-10 08:31:30 +00:00
author: pdteam,daffainfo,ritikchaddha
severity: info
2022-07-10 08:27:03 +00:00
metadata:
2022-07-10 08:42:15 +00:00
verified: true
2022-07-10 08:27:03 +00:00
shodan-query: http.favicon.hash:1691956220
tags: panel,xxljob,login
requests:
- method: GET
path:
- "{{BaseURL}}/xxl-job-admin/toLogin"
2022-07-10 08:27:03 +00:00
- "{{BaseURL}}/toLogin"
2022-07-10 08:27:03 +00:00
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":"(.*?)"'