2021-09-14 17:12:29 +00:00
|
|
|
id: autobahn-python-detect
|
2021-09-17 12:24:06 +00:00
|
|
|
|
2021-09-14 17:12:29 +00:00
|
|
|
info:
|
2021-09-17 12:24:06 +00:00
|
|
|
name: Autobahn-Python Webserver Detect
|
2021-09-14 17:12:29 +00:00
|
|
|
author: pussycat0x
|
|
|
|
severity: info
|
2021-09-17 12:24:06 +00:00
|
|
|
reference: https://www.shodan.io/search?query=%22AutobahnPython%22
|
|
|
|
tags: tech
|
|
|
|
|
2021-09-14 17:12:29 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
2021-09-17 12:24:06 +00:00
|
|
|
|
2021-09-14 17:12:29 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-09-17 12:24:06 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '<h1>AutobahnPython([ 0-9.]+)<\/h1>'
|
|
|
|
|
2021-09-14 17:12:29 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-09-17 12:24:06 +00:00
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- 'AutobahnPython([ 0-9.]+)'
|