Skip to content

Commit

Permalink
Merge pull request #10832 from rxerium/huge-graph-panel
Browse files Browse the repository at this point in the history
HugeGraph Panel
  • Loading branch information
ritikchaddha authored Sep 26, 2024
2 parents 89900a8 + 9fb87ca commit b9bc802
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions http/technologies/hugegraph-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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: status
status:
- 200

0 comments on commit b9bc802

Please sign in to comment.