43 lines
984 B
YAML
43 lines
984 B
YAML
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: 490a004630440220603d57b1e53b35e6fec9364e65fed4928f3cea3292df4b644e176e36f21c514f02202dc3bd56e238afeb499095eb01af05edb802a66548c6d26d7c1e42a2ec11bd58:922c64590222798bb761d5b6d8e72950 |