Skip to content

Commit

Permalink
Merge pull request #10504 from rxerium/ofbiz-detect
Browse files Browse the repository at this point in the history
Apache OFbiz Detect
  • Loading branch information
DhiyaneshGeek authored Aug 13, 2024
2 parents d19de91 + 330601b commit 8936597
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions http/technologies/apache/apache-ofbiz-detect.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8936597

Please sign in to comment.