36 lines
853 B
YAML
36 lines
853 B
YAML
id: autobahn-python-detect
|
|
|
|
info:
|
|
name: Autobahn-Python Webserver Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:crossbar:autobahn:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: crossbar
|
|
product: autobahn
|
|
shodan-query: "AutobahnPython"
|
|
tags: tech,webserver
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '<h1>AutobahnPython([ 0-9.]+)<\/h1>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'AutobahnPython([ 0-9.]+)'
|
|
# digest: 490a0046304402206ba1e08dfdc067916899a45d96f095912687beae380397928c61b217efb7fdd902206917a007b777b19d332180e75d9029aa11460ccad76abfb98ea808f174da6f03:922c64590222798bb761d5b6d8e72950 |