35 lines
532 B
YAML
35 lines
532 B
YAML
id: openssl-detect
|
|
|
|
info:
|
|
name: Openssl Detect
|
|
author: h4kux,princechaddha
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: OpenSSL
|
|
tags: tech,openssl
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: server
|
|
words:
|
|
- "OpenSSL"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- 'OpenSSL\/([0-9.a-z]+)'
|