nuclei-templates/technologies/apache-guacamole.yaml

29 lines
503 B
YAML
Raw Normal View History

id: apache-guacamole
2021-08-01 12:06:02 +00:00
info:
name: Apache Guacamole Login Page and version detection
2021-08-01 12:06:02 +00:00
author: r3dg33k
severity: info
tags: apache,guacamole,tech
2021-08-01 12:06:02 +00:00
2021-08-01 19:14:34 +00:00
requests:
2021-08-01 12:06:02 +00:00
- method: GET
path:
- "{{BaseURL}}/translations/en.json"
matchers-condition: and
matchers:
- type: word
words:
- 'Apache Guacamole'
- type: status
status:
- 200
2021-08-01 19:14:34 +00:00
2021-08-01 12:06:02 +00:00
extractors:
- type: regex
part: body
regex:
- '"VERSION":"[0-9]+\.2\.0"'