nuclei-templates/http/technologies/ntop-detect.yaml

34 lines
626 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 Panel - Detect
2023-01-12 08:22:27 +00:00
author: pussycat0x
severity: info
description: |
Ntop Detect panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-12 08:22:27 +00:00
metadata:
max-request: 1
2023-01-12 08:22:27 +00:00
verified: true
shodan-query: http.title:"welcome to ntop"
tags: tech,ntop,panel
http:
2023-01-12 08:22:27 +00:00
- 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