Skip to content

Hugo Detect

ID: hugo-detect

Severity: info

Author: daffainfo

Tags: tech,hugo

Hugo is a fast and modern static site generator written in Go

id: hugo-detect
info:
name: Hugo Detect
author: daffainfo
severity: info
description: Hugo is a fast and modern static site generator written in Go
classification:
cpe: cpe:2.3:a:gohugo:hugo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: gohugo
product: hugo
shodan-query: http.html:'Hugo'
tags: tech,hugo
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<meta name=generator content="Hugo'
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '(?m)<meta name=generator content="Hugo ([0-9.]+)">'
# digest: 490a00463044022069df5c9c5f4642d944e52b4d54d6eed129300887dfb527d6b768cfe953d17eef022032a7dddf61990caabb9c20a04f7c33e6a1926d7e83dca95db58517fb688bbede: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/hugo-detect.yaml"

View on Github