37 lines
914 B
YAML
37 lines
914 B
YAML
id: nginx-shards
|
|
|
|
info:
|
|
name: NGINX Shards Disclosure
|
|
author: DhiyaneshDK
|
|
severity: medium
|
|
reference:
|
|
- https://infosecwriteups.com/how-i-got-rce-in-the-world-largest-russian-company-8e6e8288bc4e
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: html:"Welcome to Nginx"
|
|
tags: exposure,shards,nginx
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/static/shards.html"
|
|
- "{{BaseURL}}/static/shards/html"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Logs"
|
|
- "Database"
|
|
- "online shards only"
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a004830460221009b2043c917f51ad131f632fff22016655eb0d903d6aa914166f99104adca0b77022100d5c3dad52fc86f588456b9fb495b833ba1f0927c2464af67dd72d34abb30ca10:922c64590222798bb761d5b6d8e72950
|