updated matcher & info
parent
c5158ffbe2
commit
aafbf077f8
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue