Ntop Detect

patch-1
pussycat0x 2023-01-12 13:52:27 +05:30 committed by GitHub
parent 29499582bd
commit 96ad784611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -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