Create monstracms-detect.yaml
parent
76adf6a531
commit
c0f5ce77bf
|
@ -0,0 +1,37 @@
|
|||
id: monstracms-detect
|
||||
|
||||
info:
|
||||
name: MonstraCMS Detection
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
reference:
|
||||
- https://github.com/monstra-cms/monstra/
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:419828698
|
||||
tags: panel,monstra,monstracms
|
||||
|
||||
requests:
|
||||
- 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.]+)'
|
Loading…
Reference in New Issue