37 lines
817 B
YAML
37 lines
817 B
YAML
id: global-traffic-statistics
|
|
|
|
info:
|
|
name: Global Traffic Statistics Exposure
|
|
author: tess
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a0047304502207aab04e615a56b4841622111a9d84b13f71e8d6f5a7bd75f8582e3131bffd139022100b251533b9f06c910a1451d14df2ec91b845932043af2064d472f8c90e0984df4:922c64590222798bb761d5b6d8e72950
|