nuclei-templates/http/technologies/cloudfoundry-detect.yaml

31 lines
866 B
YAML
Raw Normal View History

2022-07-03 14:26:34 +00:00
id: cloudfoundry-detect
info:
2022-07-04 11:33:53 +00:00
name: Cloudfoundry Detect
2022-07-03 14:26:34 +00:00
author: uomogrande
severity: info
2022-07-04 11:33:53 +00:00
description: Detects cloudfoundry based on response headers
2022-07-03 14:26:34 +00:00
reference: https://docs.cloudfoundry.org/concepts/cf-routing-architecture.html
metadata:
max-request: 2
2023-10-14 11:27:55 +00:00
tags: cloudfoundry,tech
2022-07-03 14:26:34 +00:00
http:
2022-07-03 14:26:34 +00:00
- raw:
- |
GET / HTTP/1.1
2022-07-04 11:33:53 +00:00
Host: {{Hostname}}
2022-07-03 14:26:34 +00:00
# request unknown (random) route
- |
GET / HTTP/1.1
Host: {{randstr}}.com
2022-07-04 11:35:54 +00:00
2022-07-03 14:26:34 +00:00
stop-at-first-match: true
req-condition: true
matchers:
- type: dsl
dsl:
- 'contains(header, "X-Vcap-Request-Id:") || contains(header, "X-Cf-Routererror:")'
# digest: 4b0a00483046022100b909300b61bb40789b99e330501095fafe77aadf1cd48f579a772fbd3dbb8f85022100ed885a3ebe495f31fc741a5eaa2d6dcdd633d6ae8f149dbf48aaff82723ac415:922c64590222798bb761d5b6d8e72950