43 lines
995 B
YAML
43 lines
995 B
YAML
id: monstracms-detect
|
|
|
|
info:
|
|
name: MonstraCMS Detection
|
|
author: ritikchaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/monstra-cms/monstra/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:419828698
|
|
product: monstra_cms
|
|
vendor: monstra
|
|
fofa-query: icon_hash=419828698
|
|
tags: tech,monstra,monstracms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="Powered by Monstra'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'content="Powered by Monstra ([0-9.]+)'
|
|
# digest: 4b0a00483046022100e75f0f148d38a238593ccb1bf26a037f7a721c5ef407715d5e8896c4950fca2102210092fdfdbc2d61a7c31d4a1023102f8e0310e2500199abd8a05f883646d330677d:922c64590222798bb761d5b6d8e72950 |