Add tpl for Archibus Web Central

patch-1
Dominique RIGHETTO 2022-07-29 07:05:38 +02:00 committed by GitHub
parent 3b15662968
commit 910c6db053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: archibus-webcentral-panel
info:
name: ARCHIBUS Web Central
author: righettod
severity: info
reference:
- https://archibus.com/products/
metadata:
shodan-query:
- http.title:"ARCHIBUS Web Central"
- http.title:"ARCHIBUS"
- http.favicon.hash:889652940
tags: panel,archibus
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/archibus/schema/ab-core/graphics/favicon.ico'
redirects: true
max-redirects: 3
stop-at-first-match: true
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), 'archibus')"
condition: and
- type: dsl
dsl:
- "status_code==200"
- "('889652940' == mmh3(base64_py(body)))"
condition: and