Skip to content

Global Traffic Statistics Exposure

ID: global-traffic-statistics

Severity: low

Author: tess

Tags: misconfig,global,exposure

Global Traffic Statistics page is exposed.

id: global-traffic-statistics
info:
name: Global Traffic Statistics Exposure
author: tess
severity: low
description: Global Traffic Statistics page is exposed.
classification:
cpe: cpe:2.3:a:f5:big-ip_global_traffic_manager:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: f5
product: big-ip_global_traffic_manager
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: 4b0a004830460221008701d033a1af2638afbca3e091230c7151b70bd0e6186809539ec3e20fd5fa47022100cba15caac6de24f9705ed73d1ccd0b7d59d4e2f71c1de96af055171b16f5aff8:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/global-traffic-statistics.yaml"

View on Github