Merge pull request #3719 from pikpikcu/patch-324

Create web-suite-detect
patch-1
Prince Chaddha 2022-02-22 11:19:07 +05:30 committed by GitHub
commit 86e3963acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: web-suite-detect
info:
name: Web Suite Detect
author: pikpikcu
severity: info
metadata:
fofa-query: "Web Suite 2021 Login"
tags: tech,web-suite
requests:
- 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>"