From 52349daa3ace1045d93bf4a06c3480c89d8e40c8 Mon Sep 17 00:00:00 2001 From: Rishi Date: Tue, 24 Sep 2024 20:13:43 +0100 Subject: [PATCH 1/4] hugegraph panel --- http/exposed-panels/huge-graph-pane.yaml | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/exposed-panels/huge-graph-pane.yaml diff --git a/http/exposed-panels/huge-graph-pane.yaml b/http/exposed-panels/huge-graph-pane.yaml new file mode 100644 index 00000000000..a73d5349f96 --- /dev/null +++ b/http/exposed-panels/huge-graph-pane.yaml @@ -0,0 +1,29 @@ +id: hugegraph-panel + +info: + name: HugeGraph Panel - Detect + author: rxerium + severity: info + description: A huge graph panel was detected. + reference: + - https://hugegraph.apache.org/ + metadata: + max-request: 1 + shodan-query: 'http.html:"service":"hugegraph"' + tags: hugegraph,panel + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '"service":"hugegraph"' + + - type: status + status: + - 200 \ No newline at end of file From 5dad315d652af5e0adde59dbab9ea105294cb6a5 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 26 Sep 2024 12:37:57 +0530 Subject: [PATCH 2/4] Update and rename huge-graph-pane.yaml to hugegraph-detect.yaml --- http/exposed-panels/huge-graph-pane.yaml | 29 ------------------- http/technologies/hugegraph-detect.yaml | 36 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 29 deletions(-) delete mode 100644 http/exposed-panels/huge-graph-pane.yaml create mode 100644 http/technologies/hugegraph-detect.yaml diff --git a/http/exposed-panels/huge-graph-pane.yaml b/http/exposed-panels/huge-graph-pane.yaml deleted file mode 100644 index a73d5349f96..00000000000 --- a/http/exposed-panels/huge-graph-pane.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: hugegraph-panel - -info: - name: HugeGraph Panel - Detect - author: rxerium - severity: info - description: A huge graph panel was detected. - reference: - - https://hugegraph.apache.org/ - metadata: - max-request: 1 - shodan-query: 'http.html:"service":"hugegraph"' - tags: hugegraph,panel - -http: - - method: GET - path: - - "{{BaseURL}}" - - matchers-condition: and - matchers: - - type: word - part: body - words: - - '"service":"hugegraph"' - - - type: status - status: - - 200 \ No newline at end of file diff --git a/http/technologies/hugegraph-detect.yaml b/http/technologies/hugegraph-detect.yaml new file mode 100644 index 00000000000..fba322966fa --- /dev/null +++ b/http/technologies/hugegraph-detect.yaml @@ -0,0 +1,36 @@ +id: hugegraph-detect + +info: + name: HugeGraph - Detect + author: rxerium + severity: info + description: + A huge graph technology was detected. + reference: + - https://hugegraph.apache.org/ + metadata: + max-request: 1 + verified: true + shodan-query: html:"https://hugegraph.github.io" + tags: hugegraph,tech,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '"service":"hugegraph"' + + - type: word + part: content_type + words: + - 'application/json' + + - type: status + status: + - 200 From 41a285052dfa2256180295ca753159149af85625 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 26 Sep 2024 12:43:18 +0530 Subject: [PATCH 3/4] fix trail space --- http/technologies/hugegraph-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/hugegraph-detect.yaml b/http/technologies/hugegraph-detect.yaml index fba322966fa..e809d183bba 100644 --- a/http/technologies/hugegraph-detect.yaml +++ b/http/technologies/hugegraph-detect.yaml @@ -4,7 +4,7 @@ info: name: HugeGraph - Detect author: rxerium severity: info - description: + description: | A huge graph technology was detected. reference: - https://hugegraph.apache.org/ From 9fb87caf9f62d695ea1a812c6c5ba4256229c7c1 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:25:41 +0400 Subject: [PATCH 4/4] Update hugegraph-detect.yaml --- http/technologies/hugegraph-detect.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/http/technologies/hugegraph-detect.yaml b/http/technologies/hugegraph-detect.yaml index e809d183bba..f9a97b7ae83 100644 --- a/http/technologies/hugegraph-detect.yaml +++ b/http/technologies/hugegraph-detect.yaml @@ -26,11 +26,6 @@ http: words: - '"service":"hugegraph"' - - type: word - part: content_type - words: - - 'application/json' - - type: status status: - 200