Create openssl-detect.yaml

patch-1
Prince Chaddha 2022-09-08 17:05:09 +05:30 committed by GitHub
parent bdc2f0f6fd
commit f0f2735671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: openssl-detect
info:
name: Openssl Detect
author: h4kux,princechaddha
severity: info
metadata:
verified: true
shodan-query: OpenSSL
tags: tech,openssl
requests:
- 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]+)'