nuclei-templates/technologies/aqua-enterprise-detect.yaml

37 lines
673 B
YAML
Raw Normal View History

id: aqua-enterprise-detect
2022-10-10 22:50:40 +00:00
info:
name: Aqua Enterprise Detect
2022-10-10 22:50:40 +00:00
author: daffainfo
severity: info
reference: https://www.aquasec.com/
metadata:
verified: true
shodan-query: http.favicon.hash:-1261322577
tags: tech,aqua
requests:
- method: GET
path:
2022-10-11 09:23:15 +00:00
- "{{BaseURL}}/api"
2022-10-10 22:50:40 +00:00
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '"version"'
- '"enable_sso"'
- '"num_protected_kube_nodes"'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '{"version":"([0-9.]+)",'