Ntop Detect
parent
29499582bd
commit
96ad784611
|
@ -0,0 +1,29 @@
|
|||
id: ntop-detection
|
||||
|
||||
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'
|
||||
- 'Documentation'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue