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

34 lines
593 B
YAML
Raw Normal View History

2022-11-09 17:29:20 +00:00
id: ntop-panel-exposed
info:
name: ntop Network Traffix Exposed
author: tess
2022-11-09 17:34:43 +00:00
severity: unknown
2022-11-09 17:29:20 +00:00
metadata:
verified: true
shodan-query: title:"Configure ntop"
2022-11-12 07:30:09 +00:00
tags: misconfig,ntop,exposure
2022-11-09 17:29:20 +00:00
requests:
- 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