Merge pull request #2609 from pikpikcu/patch-265

Create daybyday-detect.yaml
patch-1
Sandeep Singh 2021-09-08 13:04:39 +05:30 committed by GitHub
commit c98e341faa
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