29 lines
581 B
YAML
29 lines
581 B
YAML
id: ntop-detect
|
|
|
|
info:
|
|
name: Ntop Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
ntop is computer software that probes a computer network to show network use in a way similar to what the program top does for processes.
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"welcome to ntop"
|
|
tags: tech,ntop,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Welcome to ntop'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|