From 5ed376733d6929fec72540a0ac338d4bb2d547d3 Mon Sep 17 00:00:00 2001 From: Rishi Date: Fri, 9 Aug 2024 10:11:42 +0100 Subject: [PATCH 1/4] apache ofbiz detect --- http/exposed-panels/apache-ofbiz-detect.yaml | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 http/exposed-panels/apache-ofbiz-detect.yaml 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 From 67f7766005e15bf7bb829401e4251c700b0438dd Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:19:28 +0400 Subject: [PATCH 2/4] Update and rename http/exposed-panels/apache-ofbiz-detect.yaml to http/technologies/apache/apache-ofbiz-detect.yaml --- http/exposed-panels/apache-ofbiz-detect.yaml | 26 --------------- .../apache/apache-ofbiz-detect.yaml | 32 +++++++++++++++++++ 2 files changed, 32 insertions(+), 26 deletions(-) delete mode 100644 http/exposed-panels/apache-ofbiz-detect.yaml create mode 100644 http/technologies/apache/apache-ofbiz-detect.yaml diff --git a/http/exposed-panels/apache-ofbiz-detect.yaml b/http/exposed-panels/apache-ofbiz-detect.yaml deleted file mode 100644 index 3c78d6b1b7..0000000000 --- a/http/exposed-panels/apache-ofbiz-detect.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/http/technologies/apache/apache-ofbiz-detect.yaml b/http/technologies/apache/apache-ofbiz-detect.yaml new file mode 100644 index 0000000000..490a8cf3be --- /dev/null +++ b/http/technologies/apache/apache-ofbiz-detect.yaml @@ -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 From f397837abb68f5f01c499d3a987d02d4e4af4fc6 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 14 Aug 2024 04:32:48 +0530 Subject: [PATCH 3/4] minor-update --- http/technologies/apache/apache-ofbiz-detect.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/http/technologies/apache/apache-ofbiz-detect.yaml b/http/technologies/apache/apache-ofbiz-detect.yaml index 490a8cf3be..bdc5800837 100644 --- a/http/technologies/apache/apache-ofbiz-detect.yaml +++ b/http/technologies/apache/apache-ofbiz-detect.yaml @@ -9,7 +9,8 @@ info: metadata: max-request: 1 verified: true - tags: tech,detect,ofbiz + fofa-query: app="Apache_OFBiz" + tags: tech,detect,ofbiz,apache http: - method: GET @@ -18,8 +19,9 @@ http: host-redirects: true max-redirects: 2 + matchers-condition: and - matchers: + matchers: - type: word part: response words: From 330601b175a08a72ec581e9551bf5c0c120b5321 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 14 Aug 2024 04:36:19 +0530 Subject: [PATCH 4/4] minor-update --- http/technologies/apache/apache-ofbiz-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/apache/apache-ofbiz-detect.yaml b/http/technologies/apache/apache-ofbiz-detect.yaml index bdc5800837..be49c16501 100644 --- a/http/technologies/apache/apache-ofbiz-detect.yaml +++ b/http/technologies/apache/apache-ofbiz-detect.yaml @@ -21,7 +21,7 @@ http: max-redirects: 2 matchers-condition: and - matchers: + matchers: - type: word part: response words: