diff --git a/http/exposed-panels/apache-ofbiz-detect.yaml b/http/exposed-panels/apache-ofbiz-detect.yaml new file mode 100644 index 0000000000..3c78d6b1b7 --- /dev/null +++ b/http/exposed-panels/apache-ofbiz-detect.yaml @@ -0,0 +1,26 @@ +id: ofbiz-panel + +info: + name: Apache OFBiz Panel - Detect + author: rxerium + severity: info + description: An Apache OFBiz instance was detected. + tags: panel,detect,ofbiz + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "OFBiz.Visitor=" + - "Apache OFBiz." + condition: and + + - type: status + status: + - 200 \ No newline at end of file