33 lines
706 B
YAML
33 lines
706 B
YAML
id: gilacms-detect
|
|
|
|
info:
|
|
name: GilaCMS Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 2
|
|
tags: tech,gilacms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/user"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Homepage | Gila CMS'
|
|
- '<meta name="generator" content="Gila CMS">'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402205510b915eacd00a6f1be830fde3230d6b109373828dfc8c0ab38de4048e85a0702203177891f13bad36cad0724d430657747508611d364e462ac0998829d6e9f0136:922c64590222798bb761d5b6d8e72950
|