32 lines
756 B
YAML
32 lines
756 B
YAML
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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a0047304502202bc38c6940a8e1c6d863faf1c65a3dff851db716214ef8a383197e1595b0cdfe022100b9aa8a2a686f6ed9a88af2e37fc385ee06fb53e216e991b6e5c3194282bf449a:922c64590222798bb761d5b6d8e72950
|