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

28 lines
465 B
YAML
Raw Normal View History

2022-01-10 06:43:36 +00:00
id: gocron-panel
info:
2022-01-10 06:47:09 +00:00
name: Gocron Panel Detect
2022-01-10 06:43:36 +00:00
author: ffffffff0x
severity: info
metadata:
fofa-query: app="gocron-定时任务系统"
tags: gocron,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
2022-01-10 06:47:09 +00:00
matchers-condition: and
2022-01-10 06:43:36 +00:00
matchers:
2022-01-10 06:47:09 +00:00
- type: regex
2022-01-10 06:43:36 +00:00
part: body
2022-01-10 06:47:09 +00:00
regex:
- '<title>gocron - (.*)</title>'
- type: status
status:
- 200