2022-02-17 17:51:43 +00:00
|
|
|
id: web-suite-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Web Suite Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2022-04-22 10:38:41 +00:00
|
|
|
fofa-query: Web Suite 2021 Login
|
2022-02-17 17:51:43 +00:00
|
|
|
tags: tech,web-suite
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/ws2020/"
|
|
|
|
- "{{BaseURL}}/ws2021/"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-02-22 05:47:50 +00:00
|
|
|
- 'www.bqe.com">BQE Software Inc.</a>'
|
|
|
|
- 'Web Suite'
|
|
|
|
condition: and
|
2022-02-17 17:51:43 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-02-22 05:47:50 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "Version: (.*)</span>"
|