Merge pull request #5754 from ricardomaia/livehelperchat-detect
Update livehelperchat-detect.yamlpatch-1
commit
63a8a63c1b
|
@ -2,9 +2,10 @@ id: livehelperchat-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Live Helper Chat Detect
|
name: Live Helper Chat Detect
|
||||||
author: pikpikcu
|
author: pikpikcu,ricardomaia
|
||||||
severity: info
|
severity: info
|
||||||
metadata:
|
metadata:
|
||||||
|
verified: true
|
||||||
fofa-query: title="Live Helper Chat"
|
fofa-query: title="Live Helper Chat"
|
||||||
tags: livehelperchat,tech
|
tags: livehelperchat,tech
|
||||||
|
|
||||||
|
@ -12,16 +13,28 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{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:
|
matchers:
|
||||||
- type: word
|
|
||||||
part: body
|
|
||||||
words:
|
|
||||||
- 'href="http://livehelperchat.com"'
|
|
||||||
- 'Live Helper Chat'
|
|
||||||
condition: and
|
|
||||||
|
|
||||||
- type: status
|
- type: regex
|
||||||
status:
|
part: body
|
||||||
- 200
|
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'
|
||||||
|
|
Loading…
Reference in New Issue