nuclei-templates/technologies/daybyday-detect.yaml

25 lines
374 B
YAML
Raw Normal View History

2021-09-08 04:28:35 +00:00
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