Update hugo-detect.yaml

patch-1
Ritik Chaddha 2022-10-05 19:54:46 +05:30 committed by GitHub
parent 3e853e7c52
commit b4b08a453d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,13 @@
id: hugo-detect
info:
name: Detect Hugo
name: Hugo Detect
author: daffainfo
severity: info
description: Hugo is a fast and modern static site generator written in Go
metadata:
verified: true
shodan-query: http.html:'Hugo'
tags: tech,hugo
requests:
@ -16,15 +19,15 @@ requests:
max-redirects: 2
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<meta name=generator content="Hugo'
- type: status
status:
- 200
extractors:
- type: regex
group: 1