Merge pull request #5754 from ricardomaia/livehelperchat-detect

Update livehelperchat-detect.yaml
patch-1
Prince Chaddha 2022-10-21 15:48:15 +05:30 committed by GitHub
commit 63a8a63c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 11 deletions

View File

@ -2,9 +2,10 @@ id: livehelperchat-detect
info:
name: Live Helper Chat Detect
author: pikpikcu
author: pikpikcu,ricardomaia
severity: info
metadata:
verified: true
fofa-query: title="Live Helper Chat"
tags: livehelperchat,tech
@ -12,16 +13,28 @@ requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/doc/CHANGELOG.txt"
- "{{BaseURL}}/doc/README.txt"
matchers-condition: and
stop-at-first-match: true
redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: body
words:
- 'href="http://livehelperchat.com"'
- 'Live Helper Chat'
condition: and
- type: status
status:
- 200
- type: regex
part: body
regex:
- "(?i)Live.Helper.Chat"
- type: regex
regex:
- '(?i)Copyright.\(c\).2019.Remigijus.Kiminas'
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- '^(?i)((\d+\.)?(\d+\.)?(\*|\d+))v'