nuclei-templates/technologies/ntop-detect.yaml

29 lines
581 B
YAML
Raw Normal View History

2023-01-13 06:37:49 +00:00
id: ntop-detect
2023-01-12 08:22:27 +00:00
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:
2023-01-12 08:29:13 +00:00
- 200