28 lines
522 B
YAML
28 lines
522 B
YAML
|
id: cloudflare-nginx-detect
|
||
|
|
||
|
info:
|
||
|
name: Cloudflare Nginx Detect
|
||
|
author: idealphase
|
||
|
severity: info
|
||
|
metadata:
|
||
|
shodan-query: product:"cloudflare-nginx"
|
||
|
reference:
|
||
|
- https://blog.cloudflare.com/end-of-the-road-for-cloudflare-nginx/
|
||
|
tags: cloudflare,nginx
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "Server: cloudflare-nginx"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|