2022-02-28 18:45:42 +00:00
|
|
|
id: livehelperchat-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Live Helper Chat Detect
|
2022-10-20 18:11:40 +00:00
|
|
|
author: pikpikcu,ricardomaia
|
2022-02-28 18:45:42 +00:00
|
|
|
severity: info
|
|
|
|
metadata:
|
2022-10-21 10:15:04 +00:00
|
|
|
verified: true
|
2022-02-28 18:45:42 +00:00
|
|
|
fofa-query: title="Live Helper Chat"
|
|
|
|
tags: livehelperchat,tech
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-10-21 10:15:04 +00:00
|
|
|
- "{{BaseURL}}"
|
2022-10-20 18:11:40 +00:00
|
|
|
- "{{BaseURL}}/doc/CHANGELOG.txt"
|
|
|
|
- "{{BaseURL}}/doc/README.txt"
|
2022-10-21 10:15:04 +00:00
|
|
|
|
2022-10-20 18:11:40 +00:00
|
|
|
stop-at-first-match: true
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: or
|
2022-02-28 18:45:42 +00:00
|
|
|
matchers:
|
2022-10-21 10:15:04 +00:00
|
|
|
|
2022-10-20 18:11:40 +00:00
|
|
|
- type: regex
|
2022-02-28 18:45:42 +00:00
|
|
|
part: body
|
2022-10-20 18:11:40 +00:00
|
|
|
regex:
|
|
|
|
- "(?i)Live.Helper.Chat"
|
2022-10-21 10:15:04 +00:00
|
|
|
|
2022-10-20 18:11:40 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?i)Copyright.\(c\).2019.Remigijus.Kiminas'
|
2022-02-28 18:45:42 +00:00
|
|
|
|
2022-10-20 18:11:40 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: version
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '^(?i)((\d+\.)?(\d+\.)?(\*|\d+))v'
|