31 lines
709 B
YAML
31 lines
709 B
YAML
id: microweber-detect
|
|
|
|
info:
|
|
name: Microweber Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/microweber/microweber
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:780351152
|
|
tags: tech,microweber,oss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"generator" content="Microweber" />'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402200d363b411e7ba5a9a8385045c6324b8b1e2ef7452bfefd53daa432ac4722c4f802200f8f8472e00aa021a7c47e526b5fdeeab111961625c1d715d9a7e550e1d948fa:922c64590222798bb761d5b6d8e72950
|