updated matcher & info

patch-2
Ritik Chaddha 2024-05-12 13:46:56 +05:30 committed by GitHub
parent c5158ffbe2
commit aafbf077f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 7 deletions

View File

@ -1,20 +1,28 @@
id: statamic-detect
info:
name: Statamic Detection
description: Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites.
reference: https://github.com/statamic/cms
name: Statamic - Detect
author: geeknik
severity: info
tags: tech,statamic
description: |
Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites.
reference:
- https://github.com/statamic/cms
metadata:
verified: true
max-request: 1
shodan-query: "Statamic"
tags: tech,statamic,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: word
- type: regex
part: header
words:
- 'X-Powered-By: Statamic'
regex:
- 'X-Powered-By:(.*)Statamic'