Skip to content

Gocron Panel - Detect

ID: gocron-panel

Severity: info

Author: ffffffff0x

Tags: gocron,panel

Gocron panel was detected.

id: gocron-panel
info:
name: Gocron Panel - Detect
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
cwe-id: CWE-200
cpe: cpe:2.3:a:gocron_project:gocron:*:*:*:*:*:*:*:*
metadata:
max-request: 1
fofa-query: app="gocron-定时任务系统"
product: gocron
vendor: gocron_project
tags: gocron,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '<title>gocron - (.*)</title>'
- type: status
status:
- 200
# digest: 490a0046304402206a108baa69bf2a5ca140f2913efa50ae4ce9fc569e3d78f2d4700c5cabe2694802206cc3efc4df79ddca10da28721d5eb7f769f35e6221af983f9a569cd57d1bee0f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/gocron-panel.yaml"

View on Github