Skip to content

HugeGraph - Detect

ID: hugegraph-detect

Severity: info

Author: rxerium

Tags: hugegraph,tech,detect

A huge graph technology was detected.

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
# digest: 4a0a0047304502207805980ce27dc974ffd62d4e56447d52037530c4166a50a0d3abafb6cf93750b022100ab842ace5adb183eba460586bfedb03c7e49fbe22d2fb57ee500b6069985dade:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/hugegraph-detect.yaml"

View on Github