nuclei-templates/technologies/livehelperchat-detect.yaml

28 lines
492 B
YAML
Raw Normal View History

2022-02-28 18:45:42 +00:00
id: livehelperchat-detect
info:
name: Live Helper Chat Detect
author: pikpikcu
severity: info
metadata:
fofa-query: title="Live Helper Chat"
tags: livehelperchat,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-03-01 21:05:03 +00:00
- 'href="http://livehelperchat.com"'
- 'Live Helper Chat'
condition: and
2022-02-28 18:45:42 +00:00
- type: status
status:
- 200