nuclei-templates/technologies/gilacms-detect.yaml

28 lines
485 B
YAML
Raw Normal View History

2021-09-17 13:54:56 +00:00
id: gilacms-detect
info:
name: GilaCMS Detect
author: pikpikcu
severity: info
tags: tech,gilacms
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/user"
stop-at-first-match: true
2021-09-17 13:54:56 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2021-09-18 06:48:45 +00:00
- 'Homepage | Gila CMS'
- '<meta name="generator" content="Gila CMS">'
2021-09-20 18:40:11 +00:00
condition: or
2021-09-17 13:54:56 +00:00
- type: status
status:
- 200