nuclei-templates/http/exposed-panels/ixbus/ixbusweb-version.yaml

38 lines
748 B
YAML
Raw Normal View History

2022-03-17 10:35:49 +00:00
id: ixbusweb-panel
info:
name: iXBus Login Panel - Detect
author: Podalirius
severity: info
description: iXBus login 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
2022-03-17 10:37:43 +00:00
metadata:
max-request: 1
2022-03-17 10:37:43 +00:00
shodan-query: http.title:"iXBus"
2022-03-17 10:35:49 +00:00
tags: panel,ixbusweb,cms
http:
- method: GET
path:
2022-03-17 10:35:49 +00:00
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
2022-03-17 10:35:49 +00:00
- '<title>iXBus</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 2
regex:
- '(iXBusWeb[\n\t ]+\((([0-9]+(.[0-9]+)?(.[0-9]+)?(.[0-9]+)?))\))'