Merge pull request #10504 from rxerium/ofbiz-detect

Apache OFbiz Detect
main
Dhiyaneshwaran 2024-08-13 16:11:56 -07:00 committed by GitHub
commit 8936597263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: apache-ofbiz-detect
info:
name: Apache OFBiz - Detect
author: rxerium
severity: info
description: |
An Apache OFBiz instance was detected.
metadata:
max-request: 1
verified: true
fofa-query: app="Apache_OFBiz"
tags: tech,detect,ofbiz,apache
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: response
words:
- "OFBiz.Visitor="
- "Apache OFBiz."
condition: or
- type: status
status:
- 200