2022-01-31 07:56:08 +00:00
|
|
|
id: xxljob-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: XXLJOB Admin Login Panel
|
2022-07-10 08:31:30 +00:00
|
|
|
author: pdteam,daffainfo,ritikchaddha
|
2022-01-31 07:56:08 +00:00
|
|
|
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
|
2022-01-31 07:56:08 +00:00
|
|
|
tags: panel,xxljob,login
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/xxl-job-admin/toLogin"
|
2022-07-10 08:27:03 +00:00
|
|
|
- "{{BaseURL}}/toLogin"
|
2022-01-31 07:56:08 +00:00
|
|
|
|
2022-07-10 08:27:03 +00:00
|
|
|
stop-at-first-match: true
|
2022-01-31 07:56:08 +00:00
|
|
|
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":"(.*?)"'
|