Update gocron-panel.yaml

patch-1
Prince Chaddha 2022-01-10 12:17:09 +05:30 committed by GitHub
parent a2d39ddcad
commit 7eae1cd081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -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