Update gocron-panel.yaml
parent
a2d39ddcad
commit
7eae1cd081
|
@ -1,7 +1,7 @@
|
|||
id: gocron-panel
|
||||
|
||||
info:
|
||||
name: gocron panel
|
||||
name: Gocron Panel Detect
|
||||
author: ffffffff0x
|
||||
severity: info
|
||||
metadata:
|
||||
|
@ -15,9 +15,13 @@ requests:
|
|||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- '<title>gocron - 定时任务系统</title>'
|
||||
regex:
|
||||
- '<title>gocron - (.*)</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue