35 lines
622 B
YAML
35 lines
622 B
YAML
id: global-traffic-statistics
|
|
|
|
info:
|
|
name: Global Traffic Statistics Exposure
|
|
author: tess
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"Global Traffic Statistics"
|
|
tags: misconfig,global,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Global Traffic Statistics"
|
|
- "Listening on"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|