commit
400a4f24db
|
@ -0,0 +1,33 @@
|
||||||
|
id: ntop-panel-exposed
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ntop Network Traffix Exposed
|
||||||
|
author: tess
|
||||||
|
severity: unknown
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"Configure ntop"
|
||||||
|
tags: misconfig,ntop,network
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue