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