Create daybyday-detect.yaml

patch-1
PikPikcU 2021-09-08 11:28:35 +07:00 committed by GitHub
parent 6112d8166d
commit 2f110a8a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: daybyday-detect
info:
name: DaybydayCRM Detect
author: pikpikcu
severity: info
tags: tech,daybyday
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Daybyday - Login</title>"
- type: status
status:
- 200