Create monstracms-detect.yaml

patch-1
Ritik Chaddha 2023-01-10 12:38:23 +05:30 committed by GitHub
parent 76adf6a531
commit c0f5ce77bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -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.]+)'