diff --git a/http/exposed-panels/onlyoffice-login-panel.yaml b/http/exposed-panels/onlyoffice-login-panel.yaml new file mode 100644 index 0000000000..22ecb79906 --- /dev/null +++ b/http/exposed-panels/onlyoffice-login-panel.yaml @@ -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