40 lines
857 B
YAML
40 lines
857 B
YAML
id: web-suite-detect
|
|
|
|
info:
|
|
name: Web Suite Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 3
|
|
fofa-query: Web Suite 2021 Login
|
|
tags: tech,web-suite
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/ws2020/"
|
|
- "{{BaseURL}}/ws2021/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'www.bqe.com">BQE Software Inc.</a>'
|
|
- 'Web Suite'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "Version: (.*)</span>"
|
|
|
|
# digest: 490a00463044022065a8b8eda90d52df964ab99090216ed3c72084aeda502c716492d820cdf18474022023236a13ebf2e8379b9f5cd4ab94222e43c9a3d09b9713c69eaa37a68a33f580:922c64590222798bb761d5b6d8e72950
|