nuclei-templates/http/misconfiguration/ntop-panel-exposed.yaml

35 lines
608 B
YAML

id: ntop-panel-exposed
info:
name: ntop Network Traffix Exposed
author: tess
severity: unknown
metadata:
max-request: 1
verified: true
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