34 lines
743 B
YAML
34 lines
743 B
YAML
id: autobahn-python-detect
|
|
|
|
info:
|
|
name: Autobahn-Python Webserver Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
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: 4a0a004730450220299433f7a72c6c61f07be31feb69fbd48adc66cd0448767c424a96c597a762f7022100cc56d7af729b231f58beaee35f874d397f81497e67985ffb7c2d9c1f74131a56:922c64590222798bb761d5b6d8e72950
|