nuclei-templates/http/technologies/cloudflare-nginx-detect.yaml

30 lines
561 B
YAML
Raw Normal View History

id: cloudflare-nginx-detect
info:
name: Cloudflare Nginx Detect
author: idealphase
severity: info
reference:
- https://blog.cloudflare.com/end-of-the-road-for-cloudflare-nginx/
2022-05-10 19:49:24 +00:00
metadata:
max-request: 1
2022-05-10 19:49:24 +00:00
verified: true
shodan-query: product:"cloudflare-nginx"
tags: cloudflare,nginx,tech
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: header
words:
- "Server: cloudflare-nginx"
- type: status
status:
- 200