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

35 lines
667 B
YAML
Raw Normal View History

2022-01-10 06:43:36 +00:00
id: gocron-panel
info:
name: Gocron Panel - Detect
2022-01-10 06:43:36 +00:00
author: ffffffff0x
severity: info
description: Gocron 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
2022-01-10 06:43:36 +00:00
metadata:
fofa-query: app="gocron-定时任务系统"
tags: gocron,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2022-01-10 06:43:36 +00:00
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
# Enhanced by md on 2022/11/16