Skip to content

ntop Network Traffix Exposed

ID: ntop-panel-exposed

Severity: unknown

Author: tess

Tags: misconfig,ntop,exposure

id: ntop-panel-exposed
info:
name: ntop Network Traffix Exposed
author: tess
severity: unknown
classification:
cpe: cpe:2.3:a:ntop:ntopng:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: ntop
product: ntopng
shodan-query: title:"Configure ntop"
tags: misconfig,ntop,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Configure ntop"
- "directory is properly installed"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022100a0d070bd78ccb1b09282292da5bbd43f4c1a2e1fb140c09d5751a81bbd39363f0220750431fd31cebeea05973e969e54175bceb06fafd146bca4d2baf61897584503: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/ntop-panel-exposed.yaml"

View on Github