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