Merge pull request #8903 from eremit4/main

template to detect the ONLYOFFICE documentation page
patch-1
pussycat0x 2024-01-08 17:38:05 +05:30 committed by GitHub
commit c12a6a353b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: onlyoffice-login-panel
info:
name: ONLYOFFICE Login Panel - Detect
author: eremit4
severity: info
description: |
ONLYOFFICE Community Server is a free open-source collaborative system developed to manage documents, projects, customer relationship and email correspondence.
metadata:
max-request: 1
verified: true
fofa-query: app="ONLYOFFICE" && (icon_hash="1928933157" || icon_hash="826083956" || icon_hash="-1380930248" || icon_hash="-285544629" || icon_hash="812741391")
tags: panel,onlyoffice,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/auth.aspx"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ONLYOFFICE'
- 'title="ONLYOFFICE'
- 'content="ONLYOFFICE'
- '/images/onlyoffice_logo/'
- 'alt="ONLYOFFICE'
condition: or
- type: status
status:
- 200