Update hugo-detect.yaml
parent
3e853e7c52
commit
b4b08a453d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue