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

32 lines
560 B
YAML
Raw Normal View History

2022-03-17 10:35:49 +00:00
id: ixbusweb-panel
info:
2022-03-17 10:35:49 +00:00
name: iXBusWeb Panel Detect
author: Podalirius
severity: info
2022-03-17 10:37:43 +00:00
metadata:
shodan-query: http.title:"iXBus"
2022-03-17 10:35:49 +00:00
tags: panel,ixbusweb,cms
requests:
- 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]+)?))\))'