Update and rename http/exposed-panels/apache-ofbiz-detect.yaml to http/technologies/apache/apache-ofbiz-detect.yaml
parent
5ed376733d
commit
67f7766005
|
@ -1,26 +0,0 @@
|
||||||
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
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
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
|
||||||
|
tags: tech,detect,ofbiz
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue